instruction
stringlengths
82
202
input
stringclasses
1 value
output
stringlengths
73
23.9M
Linux işletim sistemi çekirdeği için 'include/linux/mfd/wm8994/gpio' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * include/linux/mfd/wm8994/gpio.h - GPIO configuration for WM8994 * * Copyright 2009 Wolfson Microelectronics PLC. * * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> */ #ifndef __MFD_WM8994_GPIO_H__ #define __MFD_WM8994_GPIO_H__ #define WM8994_GP...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/samsung/s2mps13' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2014 Samsung Electronics Co., Ltd * http://www.samsung.com */ #ifndef __LINUX_MFD_S2MPS13_H #define __LINUX_MFD_S2MPS13_H /* S2MPS13 registers */ enum s2mps13_reg { S2MPS13_REG_ID, S2MPS13_REG_INT1, S2MPS13_REG_INT2, S2MPS13_REG_INT3,...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/samsung/s2mps15' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2015 Samsung Electronics Co., Ltd * http://www.samsung.com */ #ifndef __LINUX_MFD_S2MPS15_H #define __LINUX_MFD_S2MPS15_H /* S2MPS15 registers */ enum s2mps15_reg { S2MPS15_REG_ID, S2MPS15_REG_INT1, S2MPS15_REG_INT2, S2MPS15_REG_INT3,...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/samsung/irq' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2012 Samsung Electronics Co., Ltd * http://www.samsung.com */ #ifndef __LINUX_MFD_SEC_IRQ_H #define __LINUX_MFD_SEC_IRQ_H enum s2mpa01_irq { S2MPA01_IRQ_PWRONF, S2MPA01_IRQ_PWRONR, S2MPA01_IRQ_JIGONBF, S2MPA01_IRQ_JIGONBR, S2MPA01_IR...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/samsung/s2mpg10' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright 2015 Samsung Electronics * Copyright 2020 Google Inc * Copyright 2025 Linaro Ltd. */ #ifndef __LINUX_MFD_S2MPG10_H #define __LINUX_MFD_S2MPG10_H /* Common registers (type 0x000) */ enum s2mpg10_common_reg { S2MPG10_COMMON_CHIPID, S2MPG10_COMMON_INT, S...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/samsung/s2mps14' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2014 Samsung Electronics Co., Ltd * http://www.samsung.com */ #ifndef __LINUX_MFD_S2MPS14_H #define __LINUX_MFD_S2MPS14_H /* S2MPS14 registers */ enum s2mps14_reg { S2MPS14_REG_ID, S2MPS14_REG_INT1, S2MPS14_REG_INT2, S2MPS14_REG_INT3,...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/samsung/s5m8767' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2011 Samsung Electronics Co., Ltd * http://www.samsung.com */ #ifndef __LINUX_MFD_S5M8767_H #define __LINUX_MFD_S5M8767_H /* S5M8767 registers */ enum s5m8767_reg { S5M8767_REG_ID, S5M8767_REG_INT1, S5M8767_REG_INT2, S5M8767_REG_INT3,...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/samsung/s2mps11' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2012 Samsung Electronics Co., Ltd * http://www.samsung.com */ #ifndef __LINUX_MFD_S2MPS11_H #define __LINUX_MFD_S2MPS11_H /* S2MPS11 registers */ enum s2mps11_reg { S2MPS11_REG_ID, S2MPS11_REG_INT1, S2MPS11_REG_INT2, S2MPS11_REG_INT3,...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/samsung/rtc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2011-2014 Samsung Electronics Co., Ltd * http://www.samsung.com */ #ifndef __LINUX_MFD_SEC_RTC_H #define __LINUX_MFD_SEC_RTC_H enum s5m_rtc_reg { S5M_RTC_SEC, S5M_RTC_MIN, S5M_RTC_HOUR, S5M_RTC_WEEKDAY, S5M_RTC_DATE, S5M_RTC_MONTH, ...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/samsung/core' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2011 Samsung Electronics Co., Ltd * http://www.samsung.com */ #ifndef __LINUX_MFD_SEC_CORE_H #define __LINUX_MFD_SEC_CORE_H /* Macros to represent minimum voltages for LDO/BUCK */ #define MIN_3000_MV 3000000 #define MIN_2500_MV 2500000 ...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/samsung/s2mpg11' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright 2015 Samsung Electronics * Copyright 2020 Google Inc * Copyright 2025 Linaro Ltd. */ #ifndef __LINUX_MFD_S2MPG11_H #define __LINUX_MFD_S2MPG11_H /* Common registers (type 0x000) */ enum s2mpg11_common_reg { S2MPG11_COMMON_CHIPID, S2MPG11_COMMON_INT, S...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/samsung/s2mpu02' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2014 Samsung Electronics Co., Ltd * http://www.samsung.com */ #ifndef __LINUX_MFD_S2MPU02_H #define __LINUX_MFD_S2MPU02_H /* S2MPU02 registers */ enum S2MPU02_reg { S2MPU02_REG_ID, S2MPU02_REG_INT1, S2MPU02_REG_INT2, S2MPU02_REG_INT3,...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/samsung/s2mpu05' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2015 Samsung Electronics Co., Ltd * Copyright (c) 2025 Kaustabh Chakraborty <kauschluss@disroot.org> */ #ifndef __LINUX_MFD_S2MPU05_H #define __LINUX_MFD_S2MPU05_H /* S2MPU05 registers */ enum S2MPU05_reg { S2MPU05_REG_ID, S2MPU05_REG_INT1, S2MPU05...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/samsung/s2mpa01' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (c) 2013 Samsung Electronics Co., Ltd * http://www.samsung.com */ #ifndef __LINUX_MFD_S2MPA01_H #define __LINUX_MFD_S2MPA01_H /* S2MPA01 registers */ enum s2mpa01_reg { S2MPA01_REG_ID, S2MPA01_REG_INT1, S2MPA01_REG_INT2, S2MPA01_REG_INT3, S2MPA01_RE...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/mt6332/registers' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2022 AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> */ #ifndef __MFD_MT6332_REGISTERS_H__ #define __MFD_MT6332_REGISTERS_H__ /* PMIC Registers */ #define MT6332_HWCID 0x8000 #define MT6332_SWCID 0x800...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/mt6332/core' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2022 AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> */ #ifndef __MFD_MT6332_CORE_H__ #define __MFD_MT6332_CORE_H__ enum mt6332_irq_status_numbers { MT6332_IRQ_STATUS_CHR_COMPLETE = 0, MT6332_IRQ_STATUS_THERMAL_SD, MT6332_IR...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/wcd934x/wcd934x' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __WCD934X_H__ #define __WCD934X_H__ #include <linux/clk.h> #include <linux/regulator/consumer.h> #include <linux/regmap.h> #include <linux/slimbus.h> #define WCD934X_MAX_SUPPLY 5 /** * struct wcd934x_ddata - wcd934x driver data * * @supplies: wcd934x regulator s...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/wcd934x/registers' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _WCD934X_REGISTERS_H #define _WCD934X_REGISTERS_H #define WCD934X_CODEC_RPM_CLK_GATE 0x0002 #define WCD934X_CODEC_RPM_CLK_GATE_MASK GENMASK(1, 0) #define WCD934X_CODEC_RPM_CLK_MCLK_CFG 0x0003 #define WCD934X_CODEC_RPM_CLK_MCLK_CFG_9P6MHZ BIT(0) #define WC...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/mt6323/registers' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2016 Chen Zhong <chen.zhong@mediatek.com> */ #ifndef __MFD_MT6323_REGISTERS_H__ #define __MFD_MT6323_REGISTERS_H__ /* PMIC Registers */ #define MT6323_CHR_CON0 0x0000 #define MT6323_CHR_CON1 0x0002 #define MT6323_CHR_CON2 ...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/mt6323/core' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2016 Chen Zhong <chen.zhong@mediatek.com> */ #ifndef __MFD_MT6323_CORE_H__ #define __MFD_MT6323_CORE_H__ enum MT6323_IRQ_STATUS_numbers { MT6323_IRQ_STATUS_SPKL_AB = 0, MT6323_IRQ_STATUS_SPKL, MT6323_IRQ_STATUS_BAT_L, MT6323_IRQ_STATUS_BAT_H, ...
Linux işletim sistemi çekirdeği için 'include/linux/habanalabs/hl_boot_if' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 * * Copyright 2018-2023 HabanaLabs, Ltd. * All Rights Reserved. * */ #ifndef HL_BOOT_IF_H #define HL_BOOT_IF_H #define LKD_HARD_RESET_MAGIC 0xED7BD694 /* deprecated - do not use */ #define HL_POWER9_HOST_MAGIC 0x1DA30009 #define BOOT_FIT_SRAM_OFFSET 0x200000 #define ...
Linux işletim sistemi çekirdeği için 'include/linux/habanalabs/cpucp_if' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 * * Copyright 2020-2023 HabanaLabs, Ltd. * All Rights Reserved. * */ #ifndef CPUCP_IF_H #define CPUCP_IF_H #include <linux/types.h> #include <linux/if_ether.h> #include "hl_boot_if.h" #define NUM_HBM_PSEUDO_CH 2 #define NUM_HBM_CH_PER_DEV 8 #define CPUCP_PKT_HBM_E...
Linux işletim sistemi çekirdeği için 'include/linux/ulpi/driver' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_ULPI_DRIVER_H #define __LINUX_ULPI_DRIVER_H #include <linux/mod_devicetable.h> #include <linux/device.h> struct ulpi_ops; /** * struct ulpi - describes ULPI PHY device * @id: vendor and product ids for ULPI device * @ops: I/O access * @dev: device inte...
Linux işletim sistemi çekirdeği için 'include/linux/ulpi/interface' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_ULPI_INTERFACE_H #define __LINUX_ULPI_INTERFACE_H #include <linux/types.h> struct ulpi; struct device; /** * struct ulpi_ops - ULPI register access * @read: read operation for ULPI register access * @write: write operation for ULPI register access */ st...
Linux işletim sistemi çekirdeği için 'include/linux/ulpi/regs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_ULPI_REGS_H #define __LINUX_ULPI_REGS_H /* * Macros for Set and Clear * See ULPI 1.1 specification to find the registers with Set and Clear offsets */ #define ULPI_SET(a) (a + 1) #define ULPI_CLR(a) (a + 2) /* * Register Map */ #define ULPI_VENDOR...
Linux işletim sistemi çekirdeği için 'include/linux/misc/keba' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* Copyright (C) 2024, KEBA Industrial Automation Gmbh */ #ifndef _LINUX_MISC_KEBA_H #define _LINUX_MISC_KEBA_H #include <linux/auxiliary_bus.h> struct i2c_board_info; struct spi_board_info; /** * struct keba_i2c_auxdev - KEBA I2C auxiliary device * @auxdev: auxiliary d...
Linux işletim sistemi çekirdeği için 'include/linux/lockd/bind' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * linux/include/linux/lockd/bind.h * * This is the part of lockd visible to nfsd and the nfs client. * * Copyright (C) 1996, Olaf Kirch <okir@monad.swb.de> */ #ifndef LINUX_LOCKD_BIND_H #define LINUX_LOCKD_BIND_H struct file_lock; struct nfs_fh; struct svc_rqst; st...
Linux işletim sistemi çekirdeği için 'include/linux/net/intel/i40e_client' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* Copyright(c) 2013 - 2018 Intel Corporation. */ #ifndef _I40E_CLIENT_H_ #define _I40E_CLIENT_H_ #include <linux/auxiliary_bus.h> #define I40E_CLIENT_STR_LENGTH 10 /* Client interface version should be updated anytime there is a change in the * existing APIs or data str...
Linux işletim sistemi çekirdeği için 'include/linux/net/intel/iidc_rdma_idpf' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* Copyright (C) 2025 Intel Corporation. */ #ifndef _IIDC_RDMA_IDPF_H_ #define _IIDC_RDMA_IDPF_H_ #include <linux/auxiliary_bus.h> /* struct to be populated by core LAN PCI driver */ struct iidc_rdma_vport_dev_info { struct auxiliary_device *adev; struct auxiliary_device...
Linux işletim sistemi çekirdeği için 'include/linux/net/intel/iidc_rdma' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* Copyright (C) 2021-2025, Intel Corporation. */ #ifndef _IIDC_RDMA_H_ #define _IIDC_RDMA_H_ #include <linux/auxiliary_bus.h> #include <linux/device.h> #include <linux/if_ether.h> #include <linux/kernel.h> #include <linux/netdevice.h> #include <net/dscp.h> enum iidc_rdma_...
Linux işletim sistemi çekirdeği için 'include/linux/net/intel/iidc_rdma_ice' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* Copyright (C) 2021-2025, Intel Corporation. */ #ifndef _IIDC_RDMA_ICE_H_ #define _IIDC_RDMA_ICE_H_ #include <linux/dcbnl.h> #define IIDC_MAX_USER_PRIORITY 8 #define IIDC_DSCP_PFC_MODE 0x1 /** * struct iidc_rdma_qset_params - Struct to hold per RDMA...
Linux işletim sistemi çekirdeği için 'include/linux/net/intel/libie/adminq' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* Copyright (C) 2025 Intel Corporation */ #ifndef __LIBIE_ADMINQ_H #define __LIBIE_ADMINQ_H #include <linux/build_bug.h> #include <linux/types.h> #define LIBIE_CHECK_STRUCT_LEN(n, X) \ static_assert((n) == sizeof(struct X)) #define LIBIE_AQ_MAX_BUF_LEN 4096 /** * ...
Linux işletim sistemi çekirdeği için 'include/linux/net/intel/libie/rx' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* Copyright (C) 2024 Intel Corporation */ #ifndef __LIBIE_RX_H #define __LIBIE_RX_H #include <net/libeth/rx.h> /* Rx buffer management */ /* The largest size for a single descriptor as per HW */ #define LIBIE_MAX_RX_BUF_LEN 9728U /* "True" HW-writeable space: minimu...
Linux işletim sistemi çekirdeği için 'include/linux/net/intel/libie/pctype' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* Copyright (C) 2025 Intel Corporation */ #ifndef __LIBIE_PCTYPE_H #define __LIBIE_PCTYPE_H /* Packet Classifier Type indexes, used to set the xxQF_HENA registers. Also * communicated over the virtchnl API as part of struct virtchnl_rss_hashena. */ enum libie_filter...
Linux işletim sistemi çekirdeği için 'include/linux/net/intel/libie/fwlog' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* Copyright (C) 2022, Intel Corporation. */ #ifndef _LIBIE_FWLOG_H_ #define _LIBIE_FWLOG_H_ #include <linux/net/intel/libie/adminq.h> /* Only a single log level should be set and all log levels under the set value * are enabled, e.g. if log level is set to LIBIE_FW_LOG_L...
Linux işletim sistemi çekirdeği için 'include/linux/rtc/ds1685' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Definitions for the registers, addresses, and platform data of the * DS1685/DS1687-series RTC chips. * * This Driver also works for the DS17X85/DS17X87 RTC chips. Functionally * similar to the DS1685/DS1687, they support a few extra features which * include l...
Linux işletim sistemi çekirdeği için 'include/linux/rtc/ds1286' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * Copyright (C) 1998, 1999, 2003 Ralf Baechle * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. */ #ifndef __LINUX_DS1286_H #define __LINUX_DS1286_H /*********************************...
Linux işletim sistemi çekirdeği için 'include/linux/rtc/ds1307' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * ds1307.h - platform_data for the ds1307 (and variants) rtc driver * (C) Copyright 2012 by Wolfram Sang, Pengutronix e.K. * same license as the driver */ #ifndef _LINUX_DS1307_H #define _LINUX_DS1307_H #include <linux/types.h> #define DS1307_TRICKLE_CHARGER_250_OHM 0x01 #define DS1307_TRICKLE_CHARGER_2K...
Linux işletim sistemi çekirdeği için 'include/linux/rtc/rtc-omap' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_RTCOMAP_H_ #define _LINUX_RTCOMAP_H_ int omap_rtc_power_off_program(struct device *dev); #endif /* _LINUX_RTCOMAP_H_ */ ```
Linux işletim sistemi çekirdeği için 'include/linux/rtc/m48t59' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * include/linux/rtc/m48t59.h * * Definitions for the platform data of m48t59 RTC chip driver. * * Copyright (c) 2007 Wind River Systems, Inc. * * Mark Zhan <rongkai.zhan@windriver.com> */ #ifndef _LINUX_RTC_M48T59_H_ #define _LINUX_RTC_M48T59_H_ /* * M48T59...
Linux işletim sistemi çekirdeği için 'include/linux/perf/arm_pmu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/arch/arm/include/asm/pmu.h * * Copyright (C) 2009 picoChip Designs Ltd, Jamie Iles */ #ifndef __ARM_PMU_H__ #define __ARM_PMU_H__ #include <linux/interrupt.h> #include <linux/perf_event.h> #include <linux/platform_device.h> #include <linux/sysfs.h> #in...
Linux işletim sistemi çekirdeği için 'include/linux/perf/arm_pmuv3' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2012 ARM Ltd. */ #ifndef __PERF_ARM_PMUV3_H #define __PERF_ARM_PMUV3_H #define ARMV8_PMU_MAX_GENERAL_COUNTERS 31 #define ARMV8_PMU_CYCLE_IDX 31 #define ARMV8_PMU_INSTR_IDX 32 /* Not accessible from AArch32 */ /* * Common architectural and microarchi...
Linux işletim sistemi çekirdeği için 'include/linux/perf/riscv_pmu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2018 SiFive * Copyright (C) 2018 Andes Technology Corporation * Copyright (C) 2021 Western Digital Corporation or its affiliates. * */ #ifndef _RISCV_PMU_H #define _RISCV_PMU_H #include <linux/perf_event.h> #include <linux/ptrace.h> #include <linux/i...
Linux işletim sistemi çekirdeği için 'include/linux/soundwire/sdw_intel' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause) */ /* Copyright(c) 2015-17 Intel Corporation. */ #ifndef __SDW_INTEL_H #define __SDW_INTEL_H #include <linux/acpi.h> #include <linux/irqreturn.h> #include <linux/soundwire/sdw.h> /********************************************************************* * cAVS ...
Linux işletim sistemi çekirdeği için 'include/linux/soundwire/sdw_type' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* Copyright(c) 2015-17 Intel Corporation. */ #ifndef __SOUNDWIRE_TYPES_H #define __SOUNDWIRE_TYPES_H extern const struct bus_type sdw_bus_type; extern const struct device_type sdw_slave_type; extern const struct device_type sdw_master_type; static inline int is_sdw_slave(...
Linux işletim sistemi çekirdeği için 'include/linux/soundwire/sdw' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause) */ /* Copyright(c) 2015-17 Intel Corporation. */ #ifndef __SOUNDWIRE_H #define __SOUNDWIRE_H #include <linux/bitfield.h> #include <linux/bug.h> #include <linux/completion.h> #include <linux/device.h> #include <linux/idr.h> #include <linux/irq.h> #include <lin...
Linux işletim sistemi çekirdeği için 'include/linux/soundwire/sdw_amd' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause) */ /* * Copyright (C) 2023-24 Advanced Micro Devices, Inc. All rights reserved. */ #ifndef __SDW_AMD_H #define __SDW_AMD_H #include <linux/acpi.h> #include <linux/soundwire/sdw.h> /* AMD pm_runtime quirk definitions */ /* * Force the clock to stop(ClockS...
Linux işletim sistemi çekirdeği için 'include/linux/soundwire/sdw_registers' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause) */ /* Copyright(c) 2015-17 Intel Corporation. */ #ifndef __SDW_REGISTERS_H #define __SDW_REGISTERS_H #include <linux/bitfield.h> #include <linux/bits.h> /* * SDW registers as defined by MIPI 1.2 Spec */ #define SDW_REGADDR GENMASK(14, 0) #define SDW_SCP...
Linux işletim sistemi çekirdeği için 'include/linux/ns/ns_common_types' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_NS_COMMON_TYPES_H #define _LINUX_NS_COMMON_TYPES_H #include <linux/atomic.h> #include <linux/ns/nstree_types.h> #include <linux/rbtree.h> #include <linux/refcount.h> #include <linux/types.h> #include <uapi/linux/sched.h> struct cgroup_namespace; struct dentry...
Linux işletim sistemi çekirdeği için 'include/linux/ns/nstree_types' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* Copyright (c) 2025 Christian Brauner <brauner@kernel.org> */ #ifndef _LINUX_NSTREE_TYPES_H #define _LINUX_NSTREE_TYPES_H #include <linux/rbtree.h> #include <linux/list.h> /** * struct ns_tree_root - Root of a namespace tree * @ns_rb: Red-black tree root for efficient l...
Linux işletim sistemi çekirdeği için 'include/linux/mlx4/driver' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * Copyright (c) 2006 Cisco Systems, Inc. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Version 2, available from the file * COPYING in the main directory of this ...
Linux işletim sistemi çekirdeği için 'include/linux/mlx4/qp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * Copyright (c) 2007 Cisco Systems, Inc. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Version 2, available from the file * COPYING in the main directory of this ...
Linux işletim sistemi çekirdeği için 'include/linux/mlx4/device' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * Copyright (c) 2006, 2007 Cisco Systems, Inc. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Version 2, available from the file * COPYING in the main directory of...
Linux işletim sistemi çekirdeği için 'include/linux/mlx4/cq' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * Copyright (c) 2007 Cisco Systems, Inc. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Version 2, available from the file * COPYING in the main directory of this ...
Linux işletim sistemi çekirdeği için 'include/linux/mlx4/doorbell' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * Copyright (c) 2004 Topspin Communications. All rights reserved. * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved. * Copyright (c) 2005 Mellanox Technologies. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed...
Linux işletim sistemi çekirdeği için 'include/linux/mlx4/srq' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * Copyright (c) 2007 Cisco Systems, Inc. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Version 2, available from the file * COPYING in the main directory of this ...
Linux işletim sistemi çekirdeği için 'include/linux/mlx4/cmd' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * Copyright (c) 2006 Cisco Systems, Inc. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Version 2, available from the file * COPYING in the main directory of this ...
Linux işletim sistemi çekirdeği için 'include/linux/irqchip/irq-madera' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Interrupt support for Cirrus Logic Madera codecs * * Copyright (C) 2016-2018 Cirrus Logic, Inc. and * Cirrus Logic International Semiconductor Ltd. */ #ifndef IRQCHIP_MADERA_H #define IRQCHIP_MADERA_H #include <linux/interrupt.h> #include <...
Linux işletim sistemi çekirdeği için 'include/linux/irqchip/arm-vgic-info' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * include/linux/irqchip/arm-vgic-info.h * * Copyright (C) 2016 ARM Limited, All Rights Reserved. */ #ifndef __LINUX_IRQCHIP_ARM_VGIC_INFO_H #define __LINUX_IRQCHIP_ARM_VGIC_INFO_H #include <linux/types.h> #include <linux/ioport.h> enum gic_type { /* Full GICv2 ...
Linux işletim sistemi çekirdeği için 'include/linux/irqchip/arm-gic-v3-prio' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __LINUX_IRQCHIP_ARM_GIC_V3_PRIO_H #define __LINUX_IRQCHIP_ARM_GIC_V3_PRIO_H /* * GIC priorities from the view of the PMR/RPR. * * These values are chosen to be valid in either the absolute priority space or * the NS view of the priority space. The value pro...
Linux işletim sistemi çekirdeği için 'include/linux/irqchip/riscv-aplic' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2021 Western Digital Corporation or its affiliates. * Copyright (C) 2022 Ventana Micro Systems Inc. */ #ifndef __LINUX_IRQCHIP_RISCV_APLIC_H #define __LINUX_IRQCHIP_RISCV_APLIC_H #include <linux/bitops.h> #define APLIC_MAX_IDC BIT(14) #define AP...
Linux işletim sistemi çekirdeği için 'include/linux/irqchip/irq-renesas-rzt2h' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Renesas RZ/T2H Interrupt Control Unit (ICU) * * Copyright (C) 2025 Renesas Electronics Corporation. */ #ifndef __LINUX_IRQ_RENESAS_RZT2H #define __LINUX_IRQ_RENESAS_RZT2H #include <linux/platform_device.h> #define RZT2H_ICU_DMAC_REQ_NO_DEFAULT 0x3ff #ifdef CONFI...
Linux işletim sistemi çekirdeği için 'include/linux/irqchip/riscv-imsic' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2021 Western Digital Corporation or its affiliates. * Copyright (C) 2022 Ventana Micro Systems Inc. */ #ifndef __LINUX_IRQCHIP_RISCV_IMSIC_H #define __LINUX_IRQCHIP_RISCV_IMSIC_H #include <linux/types.h> #include <linux/bitops.h> #include <linux/de...
Linux işletim sistemi çekirdeği için 'include/linux/irqchip/xtensa-pic' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * Xtensa built-in interrupt controller * * Copyright (C) 2002 - 2013 Tensilica, Inc. * Copyright (C) 1992, 1998 Linus Torvalds, Ingo Molnar * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more d...
Linux işletim sistemi çekirdeği için 'include/linux/irqchip/irq-omap-intc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /** * irq-omap-intc.h - INTC Idle Functions * * Copyright (C) 2014 Texas Instruments Incorporated - https://www.ti.com * * Author: Felipe Balbi <balbi@ti.com> */ #ifndef __INCLUDE_LINUX_IRQCHIP_IRQ_OMAP_INTC_H #define __INCLUDE_LINUX_IRQCHIP_IRQ_OMAP_INTC_H int o...
Linux işletim sistemi çekirdeği için 'include/linux/irqchip/arm-gic-v3' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2013, 2014 ARM Limited, All Rights Reserved. * Author: Marc Zyngier <marc.zyngier@arm.com> */ #ifndef __LINUX_IRQCHIP_ARM_GIC_V3_H #define __LINUX_IRQCHIP_ARM_GIC_V3_H /* * Distributor registers. We assume we're running non-secure, with ARE * bei...
Linux işletim sistemi çekirdeği için 'include/linux/irqchip/chained_irq' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Chained IRQ handlers support. * * Copyright (C) 2011 ARM Ltd. */ #ifndef __IRQCHIP_CHAINED_IRQ_H #define __IRQCHIP_CHAINED_IRQ_H #include <linux/irq.h> /* * Entry/exit functions for chained handlers where the primary IRQ chip * may implement either fasteoi o...
Linux işletim sistemi çekirdeği için 'include/linux/irqchip/arm-gic-v4' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2016,2017 ARM Limited, All Rights Reserved. * Author: Marc Zyngier <marc.zyngier@arm.com> */ #ifndef __LINUX_IRQCHIP_ARM_GIC_V4_H #define __LINUX_IRQCHIP_ARM_GIC_V4_H struct its_vpe; /* * Maximum number of ITTs when GITS_TYPER.VMOVP == 0, using ...
Linux işletim sistemi çekirdeği için 'include/linux/irqchip/arm-vic' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * arch/arm/include/asm/hardware/vic.h * * Copyright (c) ARM Limited 2003. All rights reserved. */ #ifndef __ASM_ARM_HARDWARE_VIC_H #define __ASM_ARM_HARDWARE_VIC_H #include <linux/types.h> void vic_init(void __iomem *base, unsigned int irq_start, u32 vic_...
Linux işletim sistemi çekirdeği için 'include/linux/irqchip/irq-renesas-rzv2h' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Renesas RZ/V2H(P) Interrupt Control Unit (ICU) * * Copyright (C) 2025 Renesas Electronics Corporation. */ #ifndef __LINUX_IRQ_RENESAS_RZV2H #define __LINUX_IRQ_RENESAS_RZV2H #include <linux/platform_device.h> #define RZV2H_ICU_DMAC_REQ_NO_DEFAULT 0x3ff #ifdef CO...
Linux işletim sistemi çekirdeği için 'include/linux/irqchip/arm-gic-v5' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2025 ARM Limited, All Rights Reserved. */ #ifndef __LINUX_IRQCHIP_ARM_GIC_V5_H #define __LINUX_IRQCHIP_ARM_GIC_V5_H #include <linux/iopoll.h> #include <asm/cacheflush.h> #include <asm/smp.h> #include <asm/sysreg.h> #define GICV5_IPIS_PER_CPU MAX_...
Linux işletim sistemi çekirdeği için 'include/linux/irqchip/irq-msi-lib' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-2.0-only // Copyright (C) 2022 Linutronix GmbH // Copyright (C) 2022 Intel #ifndef _IRQCHIP_IRQ_MSI_LIB_H #define _IRQCHIP_IRQ_MSI_LIB_H #include <linux/bits.h> #include <linux/irqdomain.h> #include <linux/msi.h> #ifdef CONFIG_PCI_MSI #define MATCH_PCI_MSI BIT(DOMAIN_BUS_PCI_MSI...
Linux işletim sistemi çekirdeği için 'include/linux/irqchip/irq-bcm2836' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Root interrupt controller for the BCM2836 (Raspberry Pi 2). * * Copyright 2015 Broadcom */ #define LOCAL_CONTROL 0x000 #define LOCAL_PRESCALER 0x008 /* * The low 2 bits identify the CPU that the GPU IRQ goes to, and the * next 2 bits identify the CPU...
Linux işletim sistemi çekirdeği için 'include/linux/irqchip/irq-sa11x0' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Generic IRQ handling for the SA11x0. * * Copyright (C) 2015 Dmitry Eremin-Solenikov * Copyright (C) 1999-2001 Nicolas Pitre */ #ifndef __INCLUDE_LINUX_IRQCHIP_IRQ_SA11x0_H #define __INCLUDE_LINUX_IRQCHIP_IRQ_SA11x0_H void __init sa11x0_init_irq_nodt(int irq_s...
Linux işletim sistemi çekirdeği için 'include/linux/irqchip/arm-gic' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * include/linux/irqchip/arm-gic.h * * Copyright (C) 2002 ARM Limited, All Rights Reserved. */ #ifndef __LINUX_IRQCHIP_ARM_GIC_H #define __LINUX_IRQCHIP_ARM_GIC_H #define GIC_CPU_CTRL 0x00 #define GIC_CPU_PRIMASK 0x04 #define GIC_CPU_BINPOINT 0x08 #define G...
Linux işletim sistemi çekirdeği için 'include/linux/irqchip/arm-gic-common' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * include/linux/irqchip/arm-gic-common.h * * Copyright (C) 2016 ARM Limited, All Rights Reserved. */ #ifndef __LINUX_IRQCHIP_ARM_GIC_COMMON_H #define __LINUX_IRQCHIP_ARM_GIC_COMMON_H #include <linux/irqchip/arm-vgic-info.h> #define GICD_INT_DEF_PRI 0xa0 struct...
Linux işletim sistemi çekirdeği için 'include/linux/irqchip/xtensa-mx' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * Xtensa MX interrupt distributor * * Copyright (C) 2002 - 2013 Tensilica, Inc. * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. */ #ifndef __LINUX_IRQCHIP_XTENSA_MX_H #define __LI...
Linux işletim sistemi çekirdeği için 'include/linux/gpio/gpio-nomadik' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_GPIO_NOMADIK_H #define __LINUX_GPIO_NOMADIK_H struct fwnode_handle; /* Package definitions */ #define PINCTRL_NMK_STN8815 0 #define PINCTRL_NMK_DB8500 1 #define GPIO_BLOCK_SHIFT 5 #define NMK_GPIO_PER_CHIP BIT(GPIO_BLOCK_SHIFT) #define NMK_MAX_BANKS DIV_ROU...
Linux işletim sistemi çekirdeği için 'include/linux/gpio/consumer' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_GPIO_CONSUMER_H #define __LINUX_GPIO_CONSUMER_H #include <linux/bits.h> #include <linux/err.h> #include <linux/types.h> #include "defs.h" struct acpi_device; struct device; struct fwnode_handle; struct gpio_array; struct gpio_desc; /** * struct gpio_desc...
Linux işletim sistemi çekirdeği için 'include/linux/gpio/driver' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_GPIO_DRIVER_H #define __LINUX_GPIO_DRIVER_H #include <linux/bits.h> #include <linux/cleanup.h> #include <linux/err.h> #include <linux/irqchip/chained_irq.h> #include <linux/irqdomain.h> #include <linux/irqhandler.h> #include <linux/lockdep.h> #include <linux/...
Linux işletim sistemi çekirdeği için 'include/linux/gpio/gpio-reg' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef GPIO_REG_H #define GPIO_REG_H #include <linux/types.h> struct device; struct irq_domain; struct gpio_chip; struct gpio_chip *gpio_reg_init(struct device *dev, void __iomem *reg, int base, int num, const char *label, u32 direction, u32 def_out, const char *const ...
Linux işletim sistemi çekirdeği için 'include/linux/gpio/generic' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_GPIO_GENERIC_H #define __LINUX_GPIO_GENERIC_H #include <linux/bits.h> #include <linux/bug.h> #include <linux/cleanup.h> #include <linux/container_of.h> #include <linux/errno.h> #include <linux/spinlock.h> #include <linux/types.h> #include <linux/gpio/driver...
Linux işletim sistemi çekirdeği için 'include/linux/gpio/forwarder' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_GPIO_FORWARDER_H #define __LINUX_GPIO_FORWARDER_H struct gpio_desc; struct gpio_chip; struct gpiochip_fwd; struct gpiochip_fwd *devm_gpiochip_fwd_alloc(struct device *dev, unsigned int ngpios); int gpiochip_fwd_desc_add(struct gpiochip_fwd *fwd, ...
Linux işletim sistemi çekirdeği için 'include/linux/gpio/defs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_GPIO_DEFS_H #define __LINUX_GPIO_DEFS_H #define GPIO_LINE_DIRECTION_IN 1 #define GPIO_LINE_DIRECTION_OUT 0 #endif /* __LINUX_GPIO_DEFS_H */ ```
Linux işletim sistemi çekirdeği için 'include/linux/gpio/property' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-2.0+ #ifndef __LINUX_GPIO_PROPERTY_H #define __LINUX_GPIO_PROPERTY_H #include <linux/property.h> struct software_node; #define PROPERTY_ENTRY_GPIO(_name_, _chip_node_, _idx_, _flags_) \ PROPERTY_ENTRY_REF(_name_, _chip_node_, _idx_, _flags_) extern const struct software_node sw...
Linux işletim sistemi çekirdeği için 'include/linux/gpio/machine' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_GPIO_MACHINE_H #define __LINUX_GPIO_MACHINE_H #include <linux/types.h> enum gpio_lookup_flags { GPIO_ACTIVE_HIGH = (0 << 0), GPIO_ACTIVE_LOW = (1 << 0), GPIO_OPEN_DRAIN = (1 << 1), GPIO_OPEN_SOURCE = (1 << 2), GPIO_PERSISTENT = (0 << 3), GPIO_T...
Linux işletim sistemi çekirdeği için 'include/linux/gpio/regmap' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _LINUX_GPIO_REGMAP_H #define _LINUX_GPIO_REGMAP_H struct device; struct fwnode_handle; struct gpio_regmap; struct gpio_chip; struct irq_domain; struct regmap; #define GPIO_REGMAP_ADDR_ZERO ((unsigned int)(-1)) #define GPIO_REGMAP_ADDR(addr) ((addr) ? : GPIO_RE...
Linux işletim sistemi çekirdeği için 'include/linux/gpio/aspeed' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c #ifndef __GPIO_ASPEED_H #define __GPIO_ASPEED_H #include <linux/types.h> struct gpio_desc; struct aspeed_gpio_copro_ops { int (*request_access)(void *data); int (*release_access)(void *data); }; int aspeed_gpio_copro_grab_gpio(struct gpio_desc *desc, u16 *vreg_offset, u16 *dreg_offset, u8 *bit); int aspe...
Linux işletim sistemi çekirdeği için 'include/linux/hsi/ssi_protocol' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * ssip_slave.h * * SSIP slave support header file * * Copyright (C) 2010 Nokia Corporation. All rights reserved. * * Contact: Carlos Chinea <carlos.chinea@nokia.com> */ #ifndef __LINUX_SSIP_SLAVE_H__ #define __LINUX_SSIP_SLAVE_H__ #include <linux/hsi/hsi.h> ...
Linux işletim sistemi çekirdeği için 'include/linux/hsi/hsi' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * HSI core header file. * * Copyright (C) 2010 Nokia Corporation. All rights reserved. * * Contact: Carlos Chinea <carlos.chinea@nokia.com> */ #ifndef __LINUX_HSI_H__ #define __LINUX_HSI_H__ #include <linux/device.h> #include <linux/mutex.h> #include <linux/sc...
Linux işletim sistemi çekirdeği için 'include/linux/generic_pt/iommu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES */ #ifndef __GENERIC_PT_IOMMU_H #define __GENERIC_PT_IOMMU_H #include <linux/generic_pt/common.h> #include <linux/iommu.h> #include <linux/mm_types.h> struct iommu_iotlb_gather; struct pt_iommu_ops; struct...
Linux işletim sistemi çekirdeği için 'include/linux/generic_pt/common' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2024-2025, NVIDIA CORPORATION & AFFILIATES */ #ifndef __GENERIC_PT_COMMON_H #define __GENERIC_PT_COMMON_H #include <linux/types.h> #include <linux/build_bug.h> #include <linux/bits.h> /** * DOC: Generic Radix Page Table * * Generic Radix Page Ta...
Linux işletim sistemi çekirdeği için 'include/linux/input/adxl34x' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * include/linux/input/adxl34x.h * * Digital Accelerometer characteristics are highly application specific * and may vary between boards and models. The platform_data for the * device's "struct device" holds this information. * * Copyright 2009 Analog Device...
Linux işletim sistemi çekirdeği için 'include/linux/input/as5011' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _AS5011_H #define _AS5011_H /* * Copyright (c) 2010, 2011 Fabien Marteau <fabien.marteau@armadeus.com> */ struct as5011_platform_data { unsigned int axis_irq; /* irq number */ unsigned long axis_irqflags; char xp, xn; /* threshold for x axis */ char yp, y...
Linux işletim sistemi çekirdeği için 'include/linux/input/touch-overlay' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2023 Javier Carrasco <javier.carrasco@wolfvision.net> */ #ifndef _TOUCH_OVERLAY #define _TOUCH_OVERLAY #include <linux/types.h> struct input_dev; int touch_overlay_map(struct list_head *list, struct input_dev *input); void touch_overlay_get_touc...
Linux işletim sistemi çekirdeği için 'include/linux/input/samsung-keypad' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Samsung Keypad platform data definitions * * Copyright (C) 2010 Samsung Electronics Co.Ltd * Author: Joonyoung Shim <jy0922.shim@samsung.com> */ #ifndef __SAMSUNG_KEYPAD_H #define __SAMSUNG_KEYPAD_H #include <linux/input/matrix_keypad.h> #define SAMSUNG_...
Linux işletim sistemi çekirdeği için 'include/linux/input/sparse-keymap' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _SPARSE_KEYMAP_H #define _SPARSE_KEYMAP_H /* * Copyright (c) 2009 Dmitry Torokhov */ #define KE_END 0 /* Indicates end of keymap */ #define KE_KEY 1 /* Ordinary key/button */ #define KE_SW 2 /* Switch (predetermined value) */ #define KE_VSW 3 /* Switch (v...
Linux işletim sistemi çekirdeği için 'include/linux/input/ad714x' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * include/linux/input/ad714x.h * * AD714x is very flexible, it can be used as buttons, scrollwheel, * slider, touchpad at the same time. That depends on the boards. * The platform_data for the device's "struct device" holds this * information. * * Copyrigh...
Linux işletim sistemi çekirdeği için 'include/linux/input/matrix_keypad' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _MATRIX_KEYPAD_H #define _MATRIX_KEYPAD_H #include <linux/types.h> struct device; struct input_dev; #define MATRIX_MAX_ROWS 32 #define MATRIX_MAX_COLS 32 #define KEY(row, col, val) ((((row) & (MATRIX_MAX_ROWS - 1)) << 24) |\ (((col) & (MATRIX_MAX_COLS - 1))...
Linux işletim sistemi çekirdeği için 'include/linux/input/tps6507x-ts' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* linux/i2c/tps6507x-ts.h * * Functions to access TPS65070 touch screen chip. * * Copyright (c) 2009 RidgeRun (todd.fischer@ridgerun.com) * * * For licencing details see kernel-base/COPYING */ #ifndef __LINUX_I2C_TPS6507X_TS_H #define __LINUX_I2C_TPS6507X_TS_H /* Board specific touch screen initial val...