instruction
stringlengths
82
202
input
stringclasses
1 value
output
stringlengths
73
23.9M
Linux işletim sistemi çekirdeği için 'include/linux/mfd/max77686' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * max77686.h - Driver for the Maxim 77686/802 * * Copyright (C) 2012 Samsung Electronics * Chiwoong Byun <woong.byun@samsung.com> * * This driver is based on max8997.h * * MAX77686 has PMIC, RTC devices. * The devices share the same I2C bus and included in * t...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/wm8400-private' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * wm8400 private definitions. * * Copyright 2008 Wolfson Microelectronics plc */ #ifndef __LINUX_MFD_WM8400_PRIV_H #define __LINUX_MFD_WM8400_PRIV_H #include <linux/mfd/wm8400.h> #include <linux/mutex.h> #include <linux/platform_device.h> #include <linux/reg...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/max77693-common' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * Common data shared between Maxim 77693, 77705 and 77843 drivers * * Copyright (C) 2015 Samsung Electronics */ #ifndef __LINUX_MFD_MAX77693_COMMON_H #define __LINUX_MFD_MAX77693_COMMON_H enum max77693_types { TYPE_MAX77693_UNKNOWN, TYPE_MAX77693, TYPE_MAX77705, ...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/twl6040' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * MFD driver for twl6040 * * Authors: Jorge Eduardo Candelaria <jorge.candelaria@ti.com> * Misael Lopez Cruz <misael.lopez@ti.com> * * Copyright: (C) 2011 Texas Instruments, Inc. */ #ifndef __TWL6040_CODEC_H__ #define __TWL6040_CODEC_H__ #i...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/ingenic-tcu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Header file for the Ingenic JZ47xx TCU driver */ #ifndef __LINUX_MFD_INGENIC_TCU_H_ #define __LINUX_MFD_INGENIC_TCU_H_ #include <linux/bitops.h> #define TCU_REG_WDT_TDR 0x00 #define TCU_REG_WDT_TCER 0x04 #define TCU_REG_WDT_TCNT 0x08 #define TCU_REG_WDT_TCSR 0x0c #d...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/ac100' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Functions and registers to access AC100 codec / RTC combo IC. * * Copyright (C) 2016 Chen-Yu Tsai * * Chen-Yu Tsai <wens@csie.org> */ #ifndef __LINUX_MFD_AC100_H #define __LINUX_MFD_AC100_H #include <linux/regmap.h> struct ac100_dev { struct device *dev;...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/db8500-prcmu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) STMicroelectronics 2009 * Copyright (C) ST-Ericsson SA 2010 * * Author: Kumar Sanghvi <kumar.sanghvi@stericsson.com> * * PRCMU f/w APIs */ #ifndef __MFD_DB8500_PRCMU_H #define __MFD_DB8500_PRCMU_H #include <linux/interrupt.h> #include <linux/bi...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/lp87565' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Functions to access LP87565 power management chip. * * Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/ */ #ifndef __LINUX_MFD_LP87565_H #define __LINUX_MFD_LP87565_H #include <linux/i2c.h> #include <linux/regulator/driver.h> #include <l...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/88pm860x' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Marvell 88PM860x Interface * * Copyright (C) 2009 Marvell International Ltd. * Haojian Zhuang <haojian.zhuang@marvell.com> */ #ifndef __LINUX_MFD_88PM860X_H #define __LINUX_MFD_88PM860X_H #include <linux/interrupt.h> #define MFD_NAME_SIZE (40) enum { CHI...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/rohm-bd718x7' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* Copyright (C) 2018 ROHM Semiconductors */ #ifndef __LINUX_MFD_BD718XX_H__ #define __LINUX_MFD_BD718XX_H__ #include <linux/mfd/rohm-generic.h> #include <linux/regmap.h> enum { BD718XX_BUCK1 = 0, BD718XX_BUCK2, BD718XX_BUCK3, BD718XX_BUCK4, BD718XX_BUCK5, B...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/qnap-mcu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * Core definitions for QNAP MCU MFD driver. * Copyright (C) 2024 Heiko Stuebner <heiko@sntech.de> */ #ifndef _LINUX_QNAP_MCU_H_ #define _LINUX_QNAP_MCU_H_ #include <linux/types.h> struct qnap_mcu; struct qnap_mcu_variant { u32 baud_rate; int num_drives; int fan_...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/nct6694' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2025 Nuvoton Technology Corp. * * Nuvoton NCT6694 USB transaction and data structure. */ #ifndef __MFD_NCT6694_H #define __MFD_NCT6694_H #define NCT6694_VENDOR_ID 0x0416 #define NCT6694_PRODUCT_ID 0x200B #define NCT6694_INT_IN_EP 0x81 #define NCT6694_...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/hi655x-pmic' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Device driver for regulators in hi655x IC * * Copyright (c) 2016 HiSilicon Ltd. * * Authors: * Chen Feng <puck.chen@hisilicon.com> * Fei Wang <w.f@huawei.com> */ #ifndef __HI655X_PMIC_H #define __HI655X_PMIC_H #include <linux/gpio/consumer.h> /* Hi655x r...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/loongson-se' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* Copyright (C) 2025 Loongson Technology Corporation Limited */ #ifndef __MFD_LOONGSON_SE_H__ #define __MFD_LOONGSON_SE_H__ #define LOONGSON_ENGINE_CMD_TIMEOUT_US 10000 #define SE_SEND_CMD_REG 0x0 #define SE_SEND_CMD_REG_LEN 0x8 /* Controller command ID */ #define SE_C...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/pf1550' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 * * Declarations for the PF1550 PMIC * * Copyright (C) 2016 Freescale Semiconductor, Inc. * Robin Gong <yibin.gong@freescale.com> * * Portions Copyright (c) 2025 Savoir-faire Linux Inc. * Samuel Kayode <samuel.kayode@savoirfairelinux.com> */ #ifndef __LINUX_MFD_PF1550_...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/max14577' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * max14577.h - Driver for the Maxim 14577/77836 * * Copyright (C) 2014 Samsung Electronics * Chanwoo Choi <cw00.choi@samsung.com> * Krzysztof Kozlowski <krzk@kernel.org> * * This driver is based on max8997.h * * MAX14577 has MUIC, Charger devices. * The devices ...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/max8907' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Functions to access MAX8907 power management chip. * * Copyright (C) 2010 Gyungoh Yoo <jack.yoo@maxim-ic.com> * Copyright (C) 2012, NVIDIA CORPORATION. All rights reserved. */ #ifndef __LINUX_MFD_MAX8907_H #define __LINUX_MFD_MAX8907_H #include <linux/mutex.h...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/lp873x' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Functions to access LP873X power management chip. * * Copyright (C) 2016 Texas Instruments Incorporated - https://www.ti.com/ */ #ifndef __LINUX_MFD_LP873X_H #define __LINUX_MFD_LP873X_H #include <linux/i2c.h> #include <linux/regulator/driver.h> #include <linu...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/ntxec' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright 2020 Jonathan Neuschäfer * * Register access and version information for the Netronix embedded * controller. */ #ifndef NTXEC_H #define NTXEC_H #include <linux/types.h> struct device; struct regmap; struct ntxec { struct device *dev; struct regm...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/mc13892' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright 2010 Yong Shen <yong.shen@linaro.org> */ #ifndef __LINUX_MFD_MC13892_H #define __LINUX_MFD_MC13892_H #include <linux/mfd/mc13xxx.h> #define MC13892_SW1 0 #define MC13892_SW2 1 #define MC13892_SW3 2 #define MC13892_SW4 3 #define MC13892_SWBST 4 #de...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/rdc321x' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __RDC321X_MFD_H #define __RDC321X_MFD_H #include <linux/types.h> #include <linux/pci.h> /* Offsets to be accessed in the southbridge PCI * device configuration register */ #define RDC321X_WDT_CTRL 0x44 #define RDC321X_GPIO_CTRL_REG1 0x48 #define RDC321X_GPIO_DATA_R...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/intel-m10-bmc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Intel MAX 10 Board Management Controller chip. * * Copyright (C) 2018-2020 Intel Corporation, Inc. */ #ifndef __MFD_INTEL_M10_BMC_H #define __MFD_INTEL_M10_BMC_H #include <linux/bitfield.h> #include <linux/bits.h> #include <linux/dev_printk.h> #include <linux/regmap...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/bcm2835-pm' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ #ifndef BCM2835_MFD_PM_H #define BCM2835_MFD_PM_H #include <linux/regmap.h> enum bcm2835_soc { BCM2835_PM_SOC_BCM2835, BCM2835_PM_SOC_BCM2711, BCM2835_PM_SOC_BCM2712, }; struct bcm2835_pm { struct device *dev; void __iomem *base; void __iomem *asb; void __iomem *r...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/dbx500-prcmu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) ST Ericsson SA 2011 * * STE Ux500 PRCMU API */ #ifndef __MACH_PRCMU_H #define __MACH_PRCMU_H #include <linux/interrupt.h> #include <linux/notifier.h> #include <linux/err.h> #include <dt-bindings/mfd/dbx500-prcmu.h> /* For clock identifiers */ /*...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/ti-lmu-register' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * TI LMU (Lighting Management Unit) Device Register Map * * Copyright 2017 Texas Instruments * * Author: Milo Kim <milo.kim@ti.com> */ #ifndef __MFD_TI_LMU_REGISTER_H__ #define __MFD_TI_LMU_REGISTER_H__ #include <linux/bitops.h> /* LM3631 */ #define LM3631_RE...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/hi6421-pmic' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Header file for device driver Hi6421 PMIC * * Copyright (c) <2011-2014> HiSilicon Technologies Co., Ltd. * http://www.hisilicon.com * Copyright (c) <2013-2014> Linaro Ltd. * https://www.linaro.org * * Author: Guodong Xu <guodong.xu@...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/rt5033' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * MFD core driver for the RT5033 * * Copyright (C) 2014 Samsung Electronics * Author: Beomho Seo <beomho.seo@samsung.com> */ #ifndef __RT5033_H__ #define __RT5033_H__ #include <linux/regulator/consumer.h> #include <linux/i2c.h> #include <linux/regmap.h> /* RT5...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/rohm-bd71828' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* Copyright (C) 2019 ROHM Semiconductors */ #ifndef __LINUX_MFD_BD71828_H__ #define __LINUX_MFD_BD71828_H__ #include <linux/bits.h> #include <linux/mfd/rohm-generic.h> #include <linux/mfd/rohm-shared.h> /* Regulator IDs */ enum { BD71828_BUCK1, BD71828_BUCK2, ...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/88pm886' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __MFD_88PM886_H #define __MFD_88PM886_H #include <linux/i2c.h> #include <linux/regmap.h> #define PM886_A1_CHIP_ID 0xa1 #define PM886_IRQ_ONKEY 0 #define PM886_PAGE_OFFSET_REGULATORS 1 #define PM886_PAGE_OFFSET_GPADC 2 #define PM886_REG_ID 0x00 #define...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/88pm80x' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Marvell 88PM80x Interface * * Copyright (C) 2012 Marvell International Ltd. * Qiao Zhou <zhouqiao@marvell.com> */ #ifndef __LINUX_MFD_88PM80X_H #define __LINUX_MFD_88PM80X_H #include <linux/platform_device.h> #include <linux/interrupt.h> #include <linux/regma...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/stmpe' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) ST-Ericsson SA 2010 * * Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson */ #ifndef __LINUX_MFD_STMPE_H #define __LINUX_MFD_STMPE_H #include <linux/mutex.h> #define STMPE_SAMPLE_TIME(x) ((x & 0xf) << 4) #define STMPE_MOD_12B(...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/menelaus' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Functions to access Menelaus power management chip */ #ifndef __ASM_ARCH_MENELAUS_H #define __ASM_ARCH_MENELAUS_H struct device; struct menelaus_platform_data { int (* late_init)(struct device *dev); }; extern int menelaus_register_mmc_callback(void (*callback)(vo...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/tps65218' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/mfd/tps65218.h * * Functions to access TPS65218 power management chip. * * Copyright (C) 2014 Texas Instruments Incorporated - https://www.ti.com/ */ #ifndef __LINUX_MFD_TPS65218_H #define __LINUX_MFD_TPS65218_H #include <linux/i2c.h> #include <linux/r...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/arizona/pdata' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Platform data for Arizona devices * * Copyright 2012 Wolfson Microelectronics. PLC. */ #ifndef _ARIZONA_PDATA_H #define _ARIZONA_PDATA_H #include <dt-bindings/mfd/arizona.h> #include <linux/regulator/arizona-ldo1.h> #include <linux/regulator/arizona-micsupp.h>...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/arizona/registers' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * ARIZONA register definitions * * Copyright 2012 Wolfson Microelectronics plc * * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> */ #ifndef _ARIZONA_REGISTERS_H #define _ARIZONA_REGISTERS_H /* * Register values. */ #define ARIZONA_SOFTWARE_RESET ...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/arizona/core' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Arizona MFD internals * * Copyright 2012 Wolfson Microelectronics plc * * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> */ #ifndef _WM_ARIZONA_CORE_H #define _WM_ARIZONA_CORE_H #include <linux/clk.h> #include <linux/interrupt.h> #include <linux/no...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/da9055/reg' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * DA9055 declarations for DA9055 PMICs. * * Copyright(c) 2012 Dialog Semiconductor Ltd. * * Author: David Dajun Chen <dchen@diasemi.com> */ #ifndef __DA9055_REG_H #define __DA9055_REG_H /* * PMIC registers */ /* PAGE0 */ #define DA9055_REG_PAGE_CON 0x0...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/da9055/pdata' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* Copyright (C) 2012 Dialog Semiconductor Ltd. */ #ifndef __DA9055_PDATA_H #define __DA9055_PDATA_H #define DA9055_MAX_REGULATORS 8 struct da9055; enum gpio_select { NO_GPIO = 0, GPIO_1, GPIO_2 }; struct da9055_pdata { int (*init) (struct da9055 *da9055); ...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/da9055/core' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * da9055 declarations for DA9055 PMICs. * * Copyright(c) 2012 Dialog Semiconductor Ltd. * * Author: David Dajun Chen <dchen@diasemi.com> */ #ifndef __DA9055_CORE_H #define __DA9055_CORE_H #include <linux/interrupt.h> #include <linux/regmap.h> /* * PMIC I...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/mt6328/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 Yassine Oudjana <y.oudjana@protonmail.com> */ #ifndef __MFD_MT6328_REGISTERS_H__ #define __MFD_MT6328_REGISTERS_H__ /* PMIC Registers */ #define MT6328_STRUP_CON0 0x0000 #define MT6328_STRUP_CON2 0x0002 #define MT6328_STR...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/mt6328/core' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2015 MediaTek Inc. * Copyright (c) 2022 Yassine Oudjana <y.oudjana@protonmail.com> */ #ifndef __MFD_MT6328_CORE_H__ #define __MFD_MT6328_CORE_H__ enum mt6328_irq_status_numbers { MT6328_IRQ_STATUS_PWRKEY = 0, MT6328_IRQ_STATUS_HOMEKEY, MT6328_I...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/mt6331/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_MT6331_REGISTERS_H__ #define __MFD_MT6331_REGISTERS_H__ /* PMIC Registers */ #define MT6331_STRUP_CON0 0x0 #define MT6331_STRUP_CON2 0x2 #define MT6331_STR...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/mt6331/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_MT6331_CORE_H__ #define __MFD_MT6331_CORE_H__ enum mt6331_irq_status_numbers { MT6331_IRQ_STATUS_PWRKEY = 0, MT6331_IRQ_STATUS_HOMEKEY, MT6331_IRQ_STATUS_...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/mt6359/registers' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2021 MediaTek Inc. */ #ifndef __MFD_MT6359_REGISTERS_H__ #define __MFD_MT6359_REGISTERS_H__ /* PMIC Registers */ #define MT6359_SWCID 0xa #define MT6359_TOPSTATUS 0x2a #define MT6359_TOP_RST_MISC ...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/mt6359/core' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2021 MediaTek Inc. */ #ifndef __MFD_MT6359_CORE_H__ #define __MFD_MT6359_CORE_H__ enum mt6359_irq_top_status_shift { MT6359_BUCK_TOP = 0, MT6359_LDO_TOP, MT6359_PSC_TOP, MT6359_SCK_TOP, MT6359_BM_TOP, MT6359_HK_TOP, MT6359_AUD_TOP = 7, MT6359_MI...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/madera/pdata' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Platform data for Cirrus Logic Madera codecs * * Copyright (C) 2015-2018 Cirrus Logic */ #ifndef MADERA_PDATA_H #define MADERA_PDATA_H #include <linux/regulator/arizona-ldo1.h> #include <linux/regulator/arizona-micsupp.h> #include <linux/regulator/machine.h> #...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/madera/registers' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Madera register definitions * * Copyright (C) 2015-2018 Cirrus Logic */ #ifndef MADERA_REGISTERS_H #define MADERA_REGISTERS_H /* * Register Addresses. */ #define MADERA_SOFTWARE_RESET 0x00 #define MADERA_HARDWARE_REVISION 0x01 #define MADERA_CTRL_IF_CFG...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/madera/core' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * MFD internals for Cirrus Logic Madera codecs * * Copyright (C) 2015-2018 Cirrus Logic */ #ifndef MADERA_CORE_H #define MADERA_CORE_H #include <linux/clk.h> #include <linux/gpio/consumer.h> #include <linux/interrupt.h> #include <linux/mfd/madera/pdata.h> #inclu...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/mt6358/registers' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2020 MediaTek Inc. */ #ifndef __MFD_MT6358_REGISTERS_H__ #define __MFD_MT6358_REGISTERS_H__ /* PMIC Registers */ #define MT6358_SWCID 0xa #define MT6358_TOPSTATUS 0x28 #define MT6358_TOP_RST_MISC ...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/mt6358/core' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2020 MediaTek Inc. */ #ifndef __MFD_MT6358_CORE_H__ #define __MFD_MT6358_CORE_H__ struct irq_top_t { int hwirq_base; unsigned int num_int_regs; unsigned int en_reg; unsigned int en_reg_shift; unsigned int sta_reg; unsigned int sta_reg_shift; unsi...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/da9150/registers' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * DA9150 MFD Driver - Registers * * Copyright (c) 2014 Dialog Semiconductor * * Author: Adam Thomson <Adam.Thomson.Opensource@diasemi.com> */ #ifndef __DA9150_REGISTERS_H #define __DA9150_REGISTERS_H #include <linux/bitops.h> /* Registers */ #define DA915...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/da9150/core' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * DA9150 MFD Driver - Core Data * * Copyright (c) 2014 Dialog Semiconductor * * Author: Adam Thomson <Adam.Thomson.Opensource@diasemi.com> */ #ifndef __DA9150_CORE_H #define __DA9150_CORE_H #include <linux/device.h> #include <linux/i2c.h> #include <linux/i...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/syscon/clps711x' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * CLPS711X system register bits definitions * * Copyright (C) 2013 Alexander Shiyan <shc_work@mail.ru> */ #ifndef _LINUX_MFD_SYSCON_CLPS711X_H_ #define _LINUX_MFD_SYSCON_CLPS711X_H_ #define SYSCON_OFFSET (0x00) #define SYSFLG_OFFSET (0x40) #define SYSCO...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/syscon/xlnx-vcu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2020 Pengutronix, Michael Tretter <kernel@pengutronix.de> */ #ifndef __XLNX_VCU_H #define __XLNX_VCU_H #define VCU_ECODER_ENABLE 0x00 #define VCU_DECODER_ENABLE 0x04 #define VCU_MEMORY_DEPTH 0x08 #define VCU_ENC_COLOR_DEPTH 0x0c #define VCU_ENC...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/syscon/atmel-smc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Atmel SMC (Static Memory Controller) register offsets and bit definitions. * * Copyright (C) 2014 Atmel * Copyright (C) 2014 Free Electrons * * Author: Boris Brezillon <boris.brezillon@free-electrons.com> */ #ifndef _LINUX_MFD_SYSCON_ATMEL_SMC_H_ #define _LINUX_M...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/syscon/imx7-iomuxc-gpr' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2015 Freescale Semiconductor, Inc. */ #ifndef __LINUX_IMX7_IOMUXC_GPR_H #define __LINUX_IMX7_IOMUXC_GPR_H #define IOMUXC_GPR0 0x00 #define IOMUXC_GPR1 0x04 #define IOMUXC_GPR2 0x08 #define IOMUXC_GPR3 0x0c #define IOMUXC_GPR4 0x10 #define IOMUXC_GP...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/syscon/atmel-mc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2005 Ivan Kokshaysky * Copyright (C) SAN People * * Memory Controllers (MC, EBI, SMC, SDRAMC, BFC) - System peripherals * registers. * Based on AT91RM9200 datasheet revision E. */ #ifndef _LINUX_MFD_SYSCON_ATMEL_MC_H_ #define _LINUX_MFD_SYSCON_ATME...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/syscon/atmel-matrix' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2014 Atmel Corporation. * * Memory Controllers (MATRIX, EBI) - System peripherals registers. */ #ifndef _LINUX_MFD_SYSCON_ATMEL_MATRIX_H #define _LINUX_MFD_SYSCON_ATMEL_MATRIX_H #define AT91SAM9260_MATRIX_MCFG 0x00 #define AT91SAM9260_MATRIX_SCFG ...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/syscon/atmel-st' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2005 Ivan Kokshaysky * Copyright (C) SAN People * * System Timer (ST) - System peripherals registers. * Based on AT91RM9200 datasheet revision E. */ #ifndef _LINUX_MFD_SYSCON_ATMEL_ST_H #define _LINUX_MFD_SYSCON_ATMEL_ST_H #include <linux/bitops.h>...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/syscon/imx6q-iomuxc-gpr' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 Freescale Semiconductor, Inc. */ #ifndef __LINUX_IMX6Q_IOMUXC_GPR_H #define __LINUX_IMX6Q_IOMUXC_GPR_H #include <linux/bitops.h> #define IOMUXC_GPR0 0x00 #define IOMUXC_GPR1 0x04 #define IOMUXC_GPR2 0x08 #define IOMUXC_GPR3 0x0c #define IOMUX...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/atc260x/atc2603c' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * ATC2603C PMIC register definitions * * Copyright (C) 2020 Cristian Ciocaltea <cristian.ciocaltea@gmail.com> */ #ifndef __LINUX_MFD_ATC260X_ATC2603C_H #define __LINUX_MFD_ATC260X_ATC2603C_H enum atc2603c_irq_def { ATC2603C_IRQ_AUDIO = 0, ATC2603C_IRQ_OV, ATC2603...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/atc260x/atc2609a' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * ATC2609A PMIC register definitions * * Copyright (C) 2019 Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> */ #ifndef __LINUX_MFD_ATC260X_ATC2609A_H #define __LINUX_MFD_ATC260X_ATC2609A_H enum atc2609a_irq_def { ATC2609A_IRQ_AUDIO = 0, ATC2609A_IRQ_OV, ...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/atc260x/core' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * Core MFD defines for ATC260x PMICs * * Copyright (C) 2019 Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> * Copyright (C) 2020 Cristian Ciocaltea <cristian.ciocaltea@gmail.com> */ #ifndef __LINUX_MFD_ATC260X_CORE_H #define __LINUX_MFD_ATC260X_CORE_H #inc...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/abx500/ab8500-sysctrl' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) ST-Ericsson SA 2010 * Author: Mattias Nilsson <mattias.i.nilsson@stericsson.com> for ST Ericsson. */ #ifndef __AB8500_SYSCTRL_H #define __AB8500_SYSCTRL_H #include <linux/bitops.h> #ifdef CONFIG_AB8500_CORE int ab8500_sysctrl_read(u16 reg, u8 *va...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/abx500/ab8500-codec' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) ST-Ericsson SA 2012 * * Author: Ola Lilja <ola.o.lilja@stericsson.com> * for ST-Ericsson. * * License terms: */ #ifndef AB8500_CORE_CODEC_H #define AB8500_CORE_CODEC_H /* Mic-types */ enum amic_type { AMIC_TYPE_SINGLE_ENDED, AMIC_TYP...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/abx500/ab8500' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) ST-Ericsson SA 2010 * * Author: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> */ #ifndef MFD_AB8500_H #define MFD_AB8500_H #include <linux/atomic.h> #include <linux/mutex.h> #include <linux/irqdomain.h> struct device; /* * AB IC versions ...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/wm831x/pdata' 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/wm831x/pdata.h -- Platform data for WM831x * * Copyright 2009 Wolfson Microelectronics PLC. * * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> */ #ifndef __MFD_WM831X_PDATA_H__ #define __MFD_WM831X_PDATA_H__ struct wm831x; str...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/wm831x/otp' 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/wm831x/otp.h -- OTP interface for WM831x * * Copyright 2009 Wolfson Microelectronics PLC. * * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> */ #ifndef __MFD_WM831X_OTP_H__ #define __MFD_WM831X_OTP_H__ int wm831x_otp_init(stru...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/wm831x/pmu' 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/wm831x/pmu.h -- PMU for WM831x * * Copyright 2009 Wolfson Microelectronics PLC. * * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> */ #ifndef __MFD_WM831X_PMU_H__ #define __MFD_WM831X_PMU_H__ /* * R16387 (0x4003) - Power Stat...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/wm831x/irq' 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/wm831x/irq.h -- Interrupt controller for WM831x * * Copyright 2009 Wolfson Microelectronics PLC. * * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> */ #ifndef __MFD_WM831X_IRQ_H__ #define __MFD_WM831X_IRQ_H__ /* Interrupt numb...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/wm831x/status' 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/wm831x/status.h -- Status LEDs for WM831x * * Copyright 2009 Wolfson Microelectronics PLC. * * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> */ #ifndef __MFD_WM831X_STATUS_H__ #define __MFD_WM831X_STATUS_H__ #define WM831X_LE...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/wm831x/auxadc' 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/wm831x/auxadc.h -- Auxiliary ADC interface for WM831x * * Copyright 2009 Wolfson Microelectronics PLC. * * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> */ #ifndef __MFD_WM831X_AUXADC_H__ #define __MFD_WM831X_AUXADC_H__ struc...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/wm831x/core' 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/wm831x/core.h -- Core interface for WM831x * * Copyright 2009 Wolfson Microelectronics PLC. * * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> */ #ifndef __MFD_WM831X_CORE_H__ #define __MFD_WM831X_CORE_H__ #include <linux/comp...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/wm831x/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/wm831x/gpio.h -- GPIO for WM831x * * Copyright 2009 Wolfson Microelectronics PLC. * * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> */ #ifndef __MFD_WM831X_GPIO_H__ #define __MFD_WM831X_GPIO_H__ /* * R16440-16455 (0x4038-0x4...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/wm831x/regulator' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * linux/mfd/wm831x/regulator.h -- Regulator definitons for wm831x * * Copyright 2009 Wolfson Microelectronics PLC. * * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> */ #ifndef __MFD_WM831X_REGULATOR_H__ #define __MFD_WM831X_REGULATOR_H__ /* * R...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/wm831x/watchdog' 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/wm831x/watchdog.h -- Watchdog for WM831x * * Copyright 2009 Wolfson Microelectronics PLC. * * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> */ #ifndef __MFD_WM831X_WATCHDOG_H__ #define __MFD_WM831X_WATCHDOG_H__ /* * R16388 ...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/da9062/registers' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2015-2017 Dialog Semiconductor */ #ifndef __DA9062_H__ #define __DA9062_H__ #define DA9062_PMIC_DEVICE_ID 0x62 #define DA9062_PMIC_VARIANT_MRC_AA 0x01 #define DA9062_PMIC_VARIANT_VRC_DA9061 0x01 #define DA9062_PMIC_VARIANT_VRC_DA9062 0x02 #d...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/da9062/core' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2015-2017 Dialog Semiconductor */ #ifndef __MFD_DA9062_CORE_H__ #define __MFD_DA9062_CORE_H__ #include <linux/interrupt.h> #include <linux/mfd/da9062/registers.h> enum da9062_compatible_types { COMPAT_TYPE_DA9061 = 1, COMPAT_TYPE_DA9062, };...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/wm8350/pmic' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * pmic.h -- Power Management Driver for Wolfson WM8350 PMIC * * Copyright 2007 Wolfson Microelectronics PLC */ #ifndef __LINUX_MFD_WM8350_PMIC_H #define __LINUX_MFD_WM8350_PMIC_H #include <linux/platform_device.h> #include <linux/leds.h> #include <linux/re...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/wm8350/supply' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * supply.h -- Power Supply Driver for Wolfson WM8350 PMIC * * Copyright 2007 Wolfson Microelectronics PLC */ #ifndef __LINUX_MFD_WM8350_SUPPLY_H_ #define __LINUX_MFD_WM8350_SUPPLY_H_ #include <linux/mutex.h> #include <linux/power_supply.h> /* * Charger r...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/wm8350/comparator' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * comparator.h -- Comparator Aux ADC for Wolfson WM8350 PMIC * * Copyright 2007 Wolfson Microelectronics PLC */ #ifndef __LINUX_MFD_WM8350_COMPARATOR_H_ #define __LINUX_MFD_WM8350_COMPARATOR_H_ /* * Registers */ #define WM8350_DIGITISER_CONTROL_1 ...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/wm8350/rtc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * rtc.h -- RTC driver for Wolfson WM8350 PMIC * * Copyright 2007 Wolfson Microelectronics PLC */ #ifndef __LINUX_MFD_WM8350_RTC_H #define __LINUX_MFD_WM8350_RTC_H #include <linux/platform_device.h> /* * Register values. */ #define WM8350_RTC_SECONDS_MIN...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/wm8350/core' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * core.h -- Core Driver for Wolfson WM8350 PMIC * * Copyright 2007 Wolfson Microelectronics PLC */ #ifndef __LINUX_MFD_WM8350_CORE_H_ #define __LINUX_MFD_WM8350_CORE_H_ #include <linux/completion.h> #include <linux/errno.h> #include <linux/interrupt.h> #in...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/wm8350/gpio' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * gpio.h -- GPIO Driver for Wolfson WM8350 PMIC * * Copyright 2007 Wolfson Microelectronics PLC */ #ifndef __LINUX_MFD_WM8350_GPIO_H_ #define __LINUX_MFD_WM8350_GPIO_H_ #include <linux/platform_device.h> /* * GPIO Registers. */ #define WM8350_GPIO_DEBOU...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/wm8350/audio' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * audio.h -- Audio Driver for Wolfson WM8350 PMIC * * Copyright 2007, 2008 Wolfson Microelectronics PLC */ #ifndef __LINUX_MFD_WM8350_AUDIO_H_ #define __LINUX_MFD_WM8350_AUDIO_H_ #include <linux/platform_device.h> #define WM8350_CLOCK_CONTROL_1 ...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/wm8350/wdt' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * wdt.h -- Watchdog Driver for Wolfson WM8350 PMIC * * Copyright 2007, 2008 Wolfson Microelectronics PLC */ #ifndef __LINUX_MFD_WM8350_WDT_H_ #define __LINUX_MFD_WM8350_WDT_H_ #include <linux/platform_device.h> #define WM8350_WDOG_HIB_MODE ...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/mt6397/registers' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2014 MediaTek Inc. * Author: Flora Fu, MediaTek */ #ifndef __MFD_MT6397_REGISTERS_H__ #define __MFD_MT6397_REGISTERS_H__ /* PMIC Registers */ #define MT6397_CID 0x0100 #define MT6397_TOP_CKPDN 0x0102 #define MT6397_TOP_CKPDN_SET 0x0104 #define...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/mt6397/rtc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2014-2019 MediaTek Inc. * * Author: Tianping.Fang <tianping.fang@mediatek.com> * Sean Wang <sean.wang@mediatek.com> */ #ifndef _LINUX_MFD_MT6397_RTC_H_ #define _LINUX_MFD_MT6397_RTC_H_ #include <linux/jiffies.h> #include <linux/mutex.h> #inclu...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/mt6397/core' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2014 MediaTek Inc. * Author: Flora Fu, MediaTek */ #ifndef __MFD_MT6397_CORE_H__ #define __MFD_MT6397_CORE_H__ #include <linux/mutex.h> #include <linux/notifier.h> enum chip_id { MT6323_CHIP_ID = 0x23, MT6328_CHIP_ID = 0x28, MT6331_CHIP_ID = 0...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/da9052/reg' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Register declarations for DA9052 PMICs. * * Copyright(c) 2011 Dialog Semiconductor Ltd. * * Author: David Dajun Chen <dchen@diasemi.com> */ #ifndef __LINUX_MFD_DA9052_REG_H #define __LINUX_MFD_DA9052_REG_H /* PAGE REGISTERS */ #define DA9052_PAGE0_CON_RE...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/da9052/pdata' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Platform data declarations for DA9052 PMICs. * * Copyright(c) 2011 Dialog Semiconductor Ltd. * * Author: David Dajun Chen <dchen@diasemi.com> */ #ifndef __MFD_DA9052_PDATA_H__ #define __MFD_DA9052_PDATA_H__ #define DA9052_MAX_REGULATORS 14 struct da9052...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/da9052/da9052' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * da9052 declarations for DA9052 PMICs. * * Copyright(c) 2011 Dialog Semiconductor Ltd. * * Author: David Dajun Chen <dchen@diasemi.com> */ #ifndef __MFD_DA9052_DA9052_H #define __MFD_DA9052_DA9052_H #include <linux/interrupt.h> #include <linux/regmap.h> #...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/mt6359p/registers' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2021 MediaTek Inc. */ #ifndef __MFD_MT6359P_REGISTERS_H__ #define __MFD_MT6359P_REGISTERS_H__ #define MT6359P_CHIP_VER 0x5930 /* PMIC Registers */ #define MT6359P_HWCID 0x8 #define MT6359P_TOP_TRAP 0x50 #def...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/da9063/registers' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * Registers definition for DA9063 modules * * Copyright 2012 Dialog Semiconductor Ltd. * * Author: Michal Hajduk, Dialog Semiconductor * Author: Krystian Garbaciak, Dialog Semiconductor */ #ifndef _DA9063_REG_H #define _DA9063_REG_H #define DA9063_I2C_PAGE_SEL_SH...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/da9063/core' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * Definitions for DA9063 MFD driver * * Copyright 2012 Dialog Semiconductor Ltd. * * Author: Michal Hajduk, Dialog Semiconductor * Author: Krystian Garbaciak, Dialog Semiconductor */ #ifndef __MFD_DA9063_CORE_H__ #define __MFD_DA9063_CORE_H__ #include <linux/inte...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/mt6357/registers' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2022 MediaTek Inc. */ #ifndef __MFD_MT6357_REGISTERS_H__ #define __MFD_MT6357_REGISTERS_H__ /* PMIC Registers */ #define MT6357_TOP0_ID 0x0 #define MT6357_TOP0_REV0 0x2 #define MT6357_TOP0_DSN_DBI ...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/mt6357/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 BayLibre, SAS * Author: Fabien Parent <fparent@baylibre.com> */ #ifndef __MFD_MT6357_CORE_H__ #define __MFD_MT6357_CORE_H__ enum mt6357_irq_top_status_shift { MT6357_BUCK_TOP = 0, MT6357_LDO_TOP, MT6357_PSC_TOP, MT6357_SCK_TOP, MT6357_BM...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/wm8994/pdata' 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/pdata.h -- Platform data for WM8994 * * Copyright 2009 Wolfson Microelectronics PLC. * * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> */ #ifndef __MFD_WM8994_PDATA_H__ #define __MFD_WM8994_PDATA_H__ #define WM8994_NUM...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/wm8994/registers' 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/registers.h -- Register definitions for WM8994 * * Copyright 2009 Wolfson Microelectronics PLC. * * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> */ #ifndef __MFD_WM8994_REGISTERS_H__ #define __MFD_WM8994_REGISTERS_H__ ...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/wm8994/core' 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/core.h -- Core interface for WM8994 * * Copyright 2009 Wolfson Microelectronics PLC. * * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> */ #ifndef __MFD_WM8994_CORE_H__ #define __MFD_WM8994_CORE_H__ #include <linux/mute...