instruction
stringlengths
82
202
input
stringclasses
1 value
output
stringlengths
73
23.9M
Linux işletim sistemi çekirdeği için 'include/linux/pinctrl/machine' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Machine interface for the pinctrl subsystem. * * Copyright (C) 2011 ST-Ericsson SA * Written on behalf of Linaro for ST-Ericsson * Based on bits of regulator core, gpio core and clk core * * Author: Linus Walleij <linus.walleij@linaro.org> */ #ifndef __LINUX...
Linux işletim sistemi çekirdeği için 'include/linux/phy/phy' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * phy.h -- generic phy header file * * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com * * Author: Kishon Vijay Abraham I <kishon@ti.com> */ #ifndef __DRIVERS_PHY_H #define __DRIVERS_PHY_H #include <linux/err.h> #include <linux/of.h> ...
Linux işletim sistemi çekirdeği için 'include/linux/phy/pcie' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2022 Rockchip Electronics Co., Ltd. */ #ifndef __PHY_PCIE_H #define __PHY_PCIE_H #define PHY_MODE_PCIE_RC 20 #define PHY_MODE_PCIE_EP 21 #define PHY_MODE_PCIE_BIFURCATION 22 #endif ```
Linux işletim sistemi çekirdeği için 'include/linux/phy/phy-mipi-dphy' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2018 Cadence Design Systems Inc. */ #ifndef __PHY_MIPI_DPHY_H_ #define __PHY_MIPI_DPHY_H_ /** * struct phy_configure_opts_mipi_dphy - MIPI D-PHY configuration set * * This structure is used to represent the configuration state of a * MIPI D-PHY phy....
Linux işletim sistemi çekirdeği için 'include/linux/phy/omap_usb' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * omap_usb.h -- omap usb2 phy header file * * Copyright (C) 2012-2020 Texas Instruments Incorporated - http://www.ti.com * Author: Kishon Vijay Abraham I <kishon@ti.com> */ #ifndef __DRIVERS_OMAP_USB2_H #define __DRIVERS_OMAP_USB2_H #include <linux/usb/phy_...
Linux işletim sistemi çekirdeği için 'include/linux/phy/omap_control_phy' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * omap_control_phy.h - Header file for the PHY part of control module. * * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com * Author: Kishon Vijay Abraham I <kishon@ti.com> */ #ifndef __OMAP_CONTROL_PHY_H__ #define __OMAP_CONTROL_PHY_H__...
Linux işletim sistemi çekirdeği için 'include/linux/phy/phy-hdmi' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright 2022,2024 NXP */ #ifndef __PHY_HDMI_H_ #define __PHY_HDMI_H_ #include <linux/types.h> enum phy_hdmi_mode { PHY_HDMI_MODE_TMDS, PHY_HDMI_MODE_FRL, }; /** * struct phy_configure_opts_hdmi - HDMI configuration set * @bpc: Bits per color channel. * @tmds...
Linux işletim sistemi çekirdeği için 'include/linux/phy/phy-common-props' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * phy-common-props.h -- Common properties for generic PHYs * * Copyright 2025 NXP */ #ifndef __PHY_COMMON_PROPS_H #define __PHY_COMMON_PROPS_H #include <dt-bindings/phy/phy.h> struct fwnode_handle; int __must_check phy_get_rx_polarity(struct fwnode_handle ...
Linux işletim sistemi çekirdeği için 'include/linux/phy/phy-lvds' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright 2020,2022 NXP */ #ifndef __PHY_LVDS_H_ #define __PHY_LVDS_H_ /** * struct phy_configure_opts_lvds - LVDS configuration set * @bits_per_lane_and_dclk_cycle: Number of bits per lane per differential * clock cycle. * @differential_clk_rate: Clock rate...
Linux işletim sistemi çekirdeği için 'include/linux/phy/phy-sun4i-usb' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2015 Hans de Goede <hdegoede@redhat.com> */ #ifndef PHY_SUN4I_USB_H_ #define PHY_SUN4I_USB_H_ #include "phy.h" /** * sun4i_usb_phy_set_squelch_detect() - Enable/disable squelch detect * @phy: reference to a sun4i usb phy * @enabled: whether to ...
Linux işletim sistemi çekirdeği için 'include/linux/phy/phy-dp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2019 Cadence Design Systems Inc. */ #ifndef __PHY_DP_H_ #define __PHY_DP_H_ #include <linux/types.h> #define PHY_SUBMODE_DP 0 #define PHY_SUBMODE_EDP 1 /** * struct phy_configure_opts_dp - DisplayPort PHY configuration set * * This structure is use...
Linux işletim sistemi çekirdeği için 'include/linux/phy/ulpi_phy' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #include <linux/phy/phy.h> /** * Helper that registers PHY for a ULPI device and adds a lookup for binding it * and it's controller, which is always the parent. */ static inline struct phy *ulpi_phy_create(struct ulpi *ulpi, const struct phy_ops *ops) { struct phy *phy; ...
Linux işletim sistemi çekirdeği için 'include/linux/phy/tegra/xusb' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2016-2022, NVIDIA CORPORATION. All rights reserved. */ #ifndef PHY_TEGRA_XUSB_H #define PHY_TEGRA_XUSB_H struct tegra_xusb_padctl; struct device; enum usb_device_speed; struct tegra_xusb_padctl *tegra_xusb_padctl_get(struct device *dev); void teg...
Linux işletim sistemi çekirdeği için 'include/linux/raspberrypi/vchiq_arm' 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) 2014 Raspberry Pi (Trading) Ltd. All rights reserved. * Copyright (c) 2010-2012 Broadcom. All rights reserved. */ #ifndef VCHIQ_ARM_H #define VCHIQ_ARM_H #include <linux/mutex.h> #include <linux/platform_device.h> #include <linux/semaph...
Linux işletim sistemi çekirdeği için 'include/linux/raspberrypi/vchiq_cfg' 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) 2010-2014 Broadcom. All rights reserved. */ #ifndef VCHIQ_CFG_H #define VCHIQ_CFG_H #define VCHIQ_MAGIC VCHIQ_MAKE_FOURCC('V', 'C', 'H', 'I') /* The version of VCHIQ - change with any non-trivial change */ #define VCHIQ_VERSION ...
Linux işletim sistemi çekirdeği için 'include/linux/raspberrypi/vchiq_bus' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2023 Ideas On Board Oy */ #ifndef _VCHIQ_DEVICE_H #define _VCHIQ_DEVICE_H #include <linux/device.h> #include <linux/mod_devicetable.h> struct vchiq_drv_mgmt; struct vchiq_device { struct device dev; struct vchiq_drv_mgmt *drv_mgmt; }; struct vchiq_...
Linux işletim sistemi çekirdeği için 'include/linux/raspberrypi/vchiq_debugfs' 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) 2014 Raspberry Pi (Trading) Ltd. All rights reserved. */ #ifndef VCHIQ_DEBUGFS_H #define VCHIQ_DEBUGFS_H struct vchiq_state; struct vchiq_instance; struct vchiq_debugfs_node { struct dentry *dentry; }; void vchiq_debugfs_init(struct vchiq...
Linux işletim sistemi çekirdeği için 'include/linux/raspberrypi/vchiq' 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) 2010-2012 Broadcom. All rights reserved. */ #ifndef VCHIQ_H #define VCHIQ_H #define VCHIQ_MAKE_FOURCC(x0, x1, x2, x3) \ (((x0) << 24) | ((x1) << 16) | ((x2) << 8) | (x3)) enum vchiq_reason { VCHIQ_SERVICE_OPENED, /* service, -, ...
Linux işletim sistemi çekirdeği için 'include/linux/raspberrypi/vchiq_core' 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) 2010-2012 Broadcom. All rights reserved. */ #ifndef VCHIQ_CORE_H #define VCHIQ_CORE_H #include <linux/mutex.h> #include <linux/completion.h> #include <linux/dma-mapping.h> #include <linux/dev_printk.h> #include <linux/kthread.h> #include <li...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/arizona-ldo1' 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 LDO1 regulator * * Copyright 2017 Cirrus Logic */ #ifndef ARIZONA_LDO1_H #define ARIZONA_LDO1_H struct regulator_init_data; struct arizona_ldo1_pdata { /** Regulator configuration for LDO1 */ const struct regulator_init_data *init_...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/coupler' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * coupler.h -- SoC Regulator support, coupler API. * * Regulator Coupler Interface. */ #ifndef __LINUX_REGULATOR_COUPLER_H_ #define __LINUX_REGULATOR_COUPLER_H_ #include <linux/errno.h> #include <linux/types.h> #include <linux/suspend.h> struct regulator_coupler; st...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/max8660' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * max8660.h -- Voltage regulation for the Maxim 8660/8661 * * Copyright (C) 2009 Wolfram Sang, Pengutronix e.K. */ #ifndef __LINUX_REGULATOR_MAX8660_H #define __LINUX_REGULATOR_MAX8660_H #include <linux/regulator/machine.h> enum { MAX8660_V3, MAX8660_V4, M...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/da9211' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * da9211.h - Regulator device driver for DA9211/DA9212 * /DA9213/DA9223/DA9214/DA9224/DA9215/DA9225 * Copyright (C) 2015 Dialog Semiconductor Ltd. */ #ifndef __LINUX_REGULATOR_DA9211_H #define __LINUX_REGULATOR_DA9211_H #include <linux/regulator/machine.h> ...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/lp3971' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * National Semiconductors LP3971 PMIC chip client interface * * Copyright (C) 2009 Samsung Electronics * Author: Marek Szyprowski <m.szyprowski@samsung.com> * * Based on wm8400.h */ #ifndef __LINUX_REGULATOR_LP3971_H #define __LINUX_REGULATOR_LP3971_H #...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/fixed' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * fixed.h * * Copyright 2008 Wolfson Microelectronics PLC. * * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> * * Copyright (c) 2009 Nokia Corporation * Roger Quadros <ext-roger.quadros@nokia.com> */ #ifndef __REGULATOR_FIXED_H #define __REGULA...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/consumer' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * consumer.h -- SoC Regulator consumer support. * * Copyright (C) 2007, 2008 Wolfson Microelectronics PLC. * * Author: Liam Girdwood <lrg@slimlogic.co.uk> * * Regulator Consumer Interface. * * A Power Management Regulator framework for SoC based devices. * F...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/driver' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * driver.h -- SoC Regulator driver support. * * Copyright (C) 2007, 2008 Wolfson Microelectronics PLC. * * Author: Liam Girdwood <lrg@slimlogic.co.uk> * * Regulator Driver Interface. */ #ifndef __LINUX_REGULATOR_DRIVER_H_ #define __LINUX_REGULATOR_DRIVER_H_ ...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/tps62360' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * tps62360.h -- TI tps62360 * * Interface for regulator driver for TI TPS62360 Processor core supply * * Copyright (C) 2012 NVIDIA Corporation * Author: Laxman Dewangan <ldewangan@nvidia.com> */ #ifndef __LINUX_REGULATOR_TPS62360_H #define __LINUX_REGULAT...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/max8649' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Interface of Maxim max8649 * * Copyright (C) 2009-2010 Marvell International Ltd. * Haojian Zhuang <haojian.zhuang@marvell.com> */ #ifndef __LINUX_REGULATOR_MAX8649_H #define __LINUX_REGULATOR_MAX8649_H #include <linux/regulator/machine.h> enum { MAX86...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/pfuze100' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2011-2013 Freescale Semiconductor, Inc. All Rights Reserved. */ #ifndef __LINUX_REG_PFUZE100_H #define __LINUX_REG_PFUZE100_H #define PFUZE100_SW1AB 0 #define PFUZE100_SW1C 1 #define PFUZE100_SW2 2 #define PFUZE100_SW3A 3 #define PFUZE100_SW...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/pca9450' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* Copyright 2020 NXP. */ #ifndef __LINUX_REG_PCA9450_H__ #define __LINUX_REG_PCA9450_H__ #include <linux/regmap.h> enum pca9450_chip_type { PCA9450_TYPE_PCA9450A = 0, PCA9450_TYPE_PCA9450BC, PCA9450_TYPE_PCA9451A, PCA9450_TYPE_PCA9452, PCA9450_TYPE_AMOUNT, }...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/max8952' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * max8952.h - Voltage regulation for the Maxim 8952 * * Copyright (C) 2010 Samsung Electronics * MyungJoo Ham <myungjoo.ham@samsung.com> */ #ifndef REGULATOR_MAX8952 #define REGULATOR_MAX8952 #include <linux/regulator/machine.h> enum { MAX8952_DVS_MODE0...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/tps51632-regulator' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * tps51632-regulator.h -- TPS51632 regulator * * Interface for regulator driver for TPS51632 3-2-1 Phase D-Cap Step Down * Driverless Controller with serial VID control and DVFS. * * Copyright (C) 2012 NVIDIA Corporation * Author: Laxman Dewangan <ldewanga...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/mt6359-regulator' 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 __LINUX_REGULATOR_MT6359_H #define __LINUX_REGULATOR_MT6359_H enum { MT6359_ID_VS1 = 0, MT6359_ID_VGPU11, MT6359_ID_VMODEM, MT6359_ID_VPU, MT6359_ID_VCORE, MT6359_ID_VS2, MT6359_ID_VPA, MT6359_ID_VPROC2, MT6359_ID_...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/mt6315-regulator' 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 __LINUX_REGULATOR_MT6315_H #define __LINUX_REGULATOR_MT6315_H #define MT6315_RP 3 #define MT6315_PP 6 #define MT6315_SP 7 enum { MT6315_VBUCK1 = 0, MT6315_VBUCK2, MT6315_VBUCK3, MT6315_VBUCK4, MT6315_VBUCK_MAX, }; /*...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/fan53555' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * fan53555.h - Fairchild Regulator FAN53555 Driver * * Copyright (C) 2012 Marvell Technology Ltd. * Yunfan Zhang <yfzhang@marvell.com> */ #ifndef __FAN53555_H__ #define __FAN53555_H__ /* VSEL ID */ enum { FAN53555_VSEL_ID_0 = 0, FAN53555_VSEL_ID_1, }; /* Tra...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/lp872x' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright 2012 Texas Instruments * * Author: Milo(Woogyom) Kim <milo.kim@ti.com> */ #ifndef __LP872X_REGULATOR_H__ #define __LP872X_REGULATOR_H__ #include <linux/regulator/machine.h> #include <linux/platform_device.h> #include <linux/gpio/consumer.h> #define ...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/mt6358-regulator' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2019 MediaTek Inc. */ #ifndef __LINUX_REGULATOR_MT6358_H #define __LINUX_REGULATOR_MT6358_H enum { MT6358_ID_VDRAM1 = 0, MT6358_ID_VCORE, MT6358_ID_VPA, MT6358_ID_VPROC11, MT6358_ID_VPROC12, MT6358_ID_VGPU, MT6358_ID_VS2, MT6358_ID_VMODEM, MT63...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/da9121' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * DA9121 Single-channel dual-phase 10A buck converter * DA9130 Single-channel dual-phase 10A buck converter (Automotive) * DA9217 Single-channel dual-phase 6A buck converter * DA9122 Dual-channel single-phase 5A buck converter * DA9131 Dual-channel single-phase 5A...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/mt6311' 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. * Author: Henry Chen <henryc.chen@mediatek.com> */ #ifndef __LINUX_REGULATOR_MT6311_H #define __LINUX_REGULATOR_MT6311_H #define MT6311_MAX_REGULATORS 2 enum { MT6311_ID_VDVFS = 0, MT6311_ID_VBIASN, }; #define MT6311_E1_CID_...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/mt6332-regulator' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2022 Collabora Ltd. * Author: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> */ #ifndef __LINUX_REGULATOR_MT6332_H #define __LINUX_REGULATOR_MT6332_H enum { /* BUCK */ MT6332_ID_VDRAM = 0, MT6332_ID_VDVFS2, MT6332_ID_VPA,...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/mt6397-regulator' 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 <flora.fu@mediatek.com> */ #ifndef __LINUX_REGULATOR_MT6397_H #define __LINUX_REGULATOR_MT6397_H enum { MT6397_ID_VPCA15 = 0, MT6397_ID_VPCA7, MT6397_ID_VSRAMCA15, MT6397_ID_VSRAMCA7, MT6397_ID_VCORE, MT...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/tps6507x' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * tps6507x.h -- Voltage regulation for the Texas Instruments TPS6507X * * Copyright (C) 2010 Texas Instruments, Inc. */ #ifndef REGULATOR_TPS6507X #define REGULATOR_TPS6507X /** * tps6507x_reg_platform_data - platform data for tps6507x * @defdcdc_default: De...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/max8973-regulator' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * max8973-regulator.h -- MAXIM 8973 regulator * * Interface for regulator driver for MAXIM 8973 DC-DC step-down * switching regulator. * * Copyright (C) 2012 NVIDIA Corporation * Author: Laxman Dewangan <ldewangan@nvidia.com> */ #ifndef __LINUX_REGULATOR...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/mt6363-regulator' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2024 MediaTek Inc. * Copyright (c) 2025 Collabora Ltd */ #include <linux/bits.h> #ifndef __LINUX_REGULATOR_MT6363_H #define __LINUX_REGULATOR_MT6363_H /* Register */ #define MT6363_TOP_TRAP 0x6 #define MT6363_TOP_TMA_KEY_L 0x36e #define MT6363_RG...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/mt6323-regulator' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2016 MediaTek Inc. * Author: Chen Zhong <chen.zhong@mediatek.com> */ #ifndef __LINUX_REGULATOR_MT6323_H #define __LINUX_REGULATOR_MT6323_H enum { MT6323_ID_VPROC = 0, MT6323_ID_VSYS, MT6323_ID_VPA, MT6323_ID_VTCXO, MT6323_ID_VCN28, MT6323_ID...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/s2dos05' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ // s2dos05.h // // Copyright (c) 2016 Samsung Electronics Co., Ltd // http://www.samsung.com // Copyright (C) 2024 Dzmitry Sankouski <dsankouski@gmail.com> #ifndef __LINUX_S2DOS05_H #define __LINUX_S2DOS05_H // S2DOS05 registers // Slave Addr : 0xC0 enum S2DOS...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/arizona-micsupp' 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 micsupp regulator * * Copyright 2017 Cirrus Logic */ #ifndef ARIZONA_MICSUPP_H #define ARIZONA_MICSUPP_H struct regulator_init_data; struct arizona_micsupp_pdata { /** Regulator configuration for micsupp */ const struct regulator_i...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/userspace-consumer' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __REGULATOR_PLATFORM_CONSUMER_H_ #define __REGULATOR_PLATFORM_CONSUMER_H_ struct regulator_consumer_supply; /** * struct regulator_userspace_consumer_data - line consumer * initialisation data. * * @name: Name for the consumer line * @num_supplies: Number of su...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/mt6331-regulator' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2022 Collabora Ltd. * Author: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> */ #ifndef __LINUX_REGULATOR_MT6331_H #define __LINUX_REGULATOR_MT6331_H enum { /* BUCK */ MT6331_ID_VDVFS11 = 0, MT6331_ID_VDVFS12, MT6331_ID_V...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/mt6380-regulator' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2017 MediaTek Inc. * Author: Chenglin Xu <chenglin.xu@mediatek.com> */ #ifndef __LINUX_REGULATOR_mt6380_H #define __LINUX_REGULATOR_mt6380_H enum { MT6380_ID_VCPU = 0, MT6380_ID_VCORE, MT6380_ID_VRF, MT6380_ID_VMLDO, MT6380_ID_VALDO, MT6380_...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/machine' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * machine.h -- SoC Regulator support, machine/board driver API. * * Copyright (C) 2007, 2008 Wolfson Microelectronics PLC. * * Author: Liam Girdwood <lrg@slimlogic.co.uk> * * Regulator Machine/Board Interface. */ #ifndef __LINUX_REGULATOR_MACHINE_H_ #define _...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/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) ST-Ericsson SA 2010 * * Author: Bengt Jonsson <bengt.g.jonsson@stericsson.com> for ST-Ericsson * * Interface to power domain regulators on DB8500 */ #ifndef __REGULATOR_H__ #define __REGULATOR_H__ /* Number of DB8500 regulators and regulator en...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/gpio-regulator' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * gpio-regulator.h * * Copyright 2011 Heiko Stuebner <heiko@sntech.de> * * based on fixed.h * * Copyright 2008 Wolfson Microelectronics PLC. * * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> * * Copyright (c) 2009 Nokia Corporation * Roger Q...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/lp3972' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * National Semiconductors LP3972 PMIC chip client interface * * Based on lp3971.h */ #ifndef __LINUX_REGULATOR_LP3972_H #define __LINUX_REGULATOR_LP3972_H #include <linux/regulator/machine.h> #define LP3972_LDO1 0 #define LP3972_LDO2 1 #define LP3972_LDO3...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/mt6357-regulator' 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 __LINUX_REGULATOR_MT6357_H #define __LINUX_REGULATOR_MT6357_H enum { /* Bucks */ MT6357_ID_VCORE, MT6357_ID_VMODEM, MT6357_ID_VPA, MT6357_ID_VPROC, MT6357_ID_VS1, /* LDOs */ MT6357_ID_VAUX18, MT6357_ID_VAUD28, MT...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/max1586' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * max1586.h -- Voltage regulation for the Maxim 1586 * * Copyright (C) 2008 Robert Jarzmik */ #ifndef REGULATOR_MAX1586 #define REGULATOR_MAX1586 #include <linux/regulator/machine.h> #define MAX1586_V3 0 #define MAX1586_V6 1 /* precalculated values for v...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/of_regulator' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * OpenFirmware regulator support routines * */ #ifndef __LINUX_OF_REG_H #define __LINUX_OF_REG_H struct regulator_desc; struct of_regulator_match { const char *name; void *driver_data; struct regulator_init_data *init_data; struct device_node *of_node; const str...
Linux işletim sistemi çekirdeği için 'include/linux/regulator/act8865' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * act8865.h -- Voltage regulation for active-semi act88xx PMUs * * Copyright (C) 2013 Atmel Corporation. */ #ifndef __LINUX_REGULATOR_ACT8865_H #define __LINUX_REGULATOR_ACT8865_H #include <linux/regulator/machine.h> enum { ACT8600_ID_DCDC1, ACT8600_ID_DCDC...
Linux işletim sistemi çekirdeği için 'include/linux/netfilter_ipv4/ip_tables' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * 25-Jul-1998 Major changes to allow for ip chain table * * 3-Jan-2000 Named tables to allow packet selection for different uses. */ /* * Format of an IP firewall descriptor * * src, dst, src_mask, dst_mask are always stored in network byte order. * flags are s...
Linux işletim sistemi çekirdeği için 'include/linux/cdx/edac_cdx_pcol' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 * * Driver for AMD network controllers and boards * * Copyright (C) 2021, Xilinx, Inc. * Copyright (C) 2022-2023, Advanced Micro Devices, Inc. */ #ifndef MC_CDX_PCOL_H #define MC_CDX_PCOL_H #include <linux/cdx/mcdi.h> #define MC_CMD_EDAC_GET_DDR_CONFIG_OUT_WORD_LENGTH_L...
Linux işletim sistemi çekirdeği için 'include/linux/cdx/cdx_bus' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 * * CDX bus public interface * * Copyright (C) 2022-2023, Advanced Micro Devices, Inc. * */ #ifndef _CDX_BUS_H_ #define _CDX_BUS_H_ #include <linux/device.h> #include <linux/list.h> #include <linux/mod_devicetable.h> #include <linux/msi.h> #define MAX_CDX_DEV_RESOURCES ...
Linux işletim sistemi çekirdeği için 'include/linux/cdx/bitfield' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 * * Copyright 2005-2006 Fen Systems Ltd. * Copyright 2006-2013 Solarflare Communications Inc. * Copyright (C) 2022-2023, Advanced Micro Devices, Inc. */ #ifndef CDX_BITFIELD_H #define CDX_BITFIELD_H #include <linux/bitfield.h> /* Lowest bit numbers and widths */ #define ...
Linux işletim sistemi çekirdeği için 'include/linux/cdx/mcdi' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 * * Copyright 2008-2013 Solarflare Communications Inc. * Copyright (C) 2022-2023, Advanced Micro Devices, Inc. */ #ifndef CDX_MCDI_H #define CDX_MCDI_H #include <linux/mutex.h> #include <linux/kref.h> #include <linux/rpmsg.h> #include "linux/cdx/bitfield.h" /** * enum c...
Linux işletim sistemi çekirdeği için 'include/linux/extcon/extcon-adc-jack' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * include/linux/extcon/extcon-adc-jack.h * * Analog Jack extcon driver with ADC-based detection capability. * * Copyright (C) 2012 Samsung Electronics * MyungJoo Ham <myungjoo.ham@samsung.com> */ #ifndef _EXTCON_ADC_JACK_H_ #define _EXTCON_ADC_JACK_H_ __FILE__...
Linux işletim sistemi çekirdeği için 'include/linux/mmc/sdio' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * include/linux/mmc/sdio.h * * Copyright 2006-2007 Pierre Ossman */ #ifndef LINUX_MMC_SDIO_H #define LINUX_MMC_SDIO_H /* SDIO commands type argument response */ #define SD_IO_SEND_OP_COND 5 /* bcr [23:0] OCR R...
Linux işletim sistemi çekirdeği için 'include/linux/mmc/sdio_func' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * include/linux/mmc/sdio_func.h * * Copyright 2007-2008 Pierre Ossman */ #ifndef LINUX_MMC_SDIO_FUNC_H #define LINUX_MMC_SDIO_FUNC_H #include <linux/device.h> #include <linux/mod_devicetable.h> #include <linux/mmc/pm.h> struct mmc_card; struct sdio_func;...
Linux işletim sistemi çekirdeği için 'include/linux/mmc/sdio_ids' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * SDIO Classes, Interface Types, Manufacturer IDs, etc. */ #ifndef LINUX_MMC_SDIO_IDS_H #define LINUX_MMC_SDIO_IDS_H /* * Standard SDIO Function Interfaces */ #define SDIO_CLASS_NONE 0x00 /* Not a SDIO standard interface */ #define SDIO_CLASS_UART 0x01 /* standard...
Linux işletim sistemi çekirdeği için 'include/linux/mmc/sd_uhs2' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Header file for UHS-II packets, Host Controller registers and I/O * accessors. * * Copyright (C) 2014 Intel Corp, All Rights Reserved. */ #ifndef LINUX_MMC_UHS2_H #define LINUX_MMC_UHS2_H /* LINK Layer definition */ /* * UHS2 Header: * Refer to UHS-II A...
Linux işletim sistemi çekirdeği için 'include/linux/mmc/sd' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * include/linux/mmc/sd.h * * Copyright (C) 2005-2007 Pierre Ossman, All Rights Reserved. */ #ifndef LINUX_MMC_SD_H #define LINUX_MMC_SD_H /* SD commands type argument response */ /* class 0 */ /* This is basically the same ...
Linux işletim sistemi çekirdeği için 'include/linux/mmc/pm' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/include/linux/mmc/pm.h * * Author: Nicolas Pitre * Copyright: (C) 2009 Marvell Technology Group Ltd. */ #ifndef LINUX_MMC_PM_H #define LINUX_MMC_PM_H /* * These flags are used to describe power management features that * some cards (typically SDIO car...
Linux işletim sistemi çekirdeği için 'include/linux/mmc/core' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/include/linux/mmc/core.h */ #ifndef LINUX_MMC_CORE_H #define LINUX_MMC_CORE_H #include <linux/completion.h> #include <linux/types.h> struct mmc_data; struct mmc_request; #define UHS2_MAX_PAYLOAD_LEN 2 #define UHS2_MAX_RESP_LEN 20 struct uhs2_command { ...
Linux işletim sistemi çekirdeği için 'include/linux/mmc/mmc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * Header for MultiMediaCard (MMC) * * Copyright 2002 Hewlett-Packard Company * * Use consistent with the GNU GPL is permitted, * provided that this copyright notice is * preserved in its entirety in all copies and derived works. * * HEWLETT-PACKARD COMPANY MAKES NO WARRANTIES, EXPRESSED OR IMPLIED, * ...
Linux işletim sistemi çekirdeği için 'include/linux/mmc/host' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/include/linux/mmc/host.h * * Host driver specific definitions. */ #ifndef LINUX_MMC_HOST_H #define LINUX_MMC_HOST_H #include <linux/sched.h> #include <linux/device.h> #include <linux/fault-inject.h> #include <linux/debugfs.h> #include <linux/mmc/core.h...
Linux işletim sistemi çekirdeği için 'include/linux/mmc/slot-gpio' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Generic GPIO card-detect helper header * * Copyright (C) 2011, Guennadi Liakhovetski <g.liakhovetski@gmx.de> */ #ifndef MMC_SLOT_GPIO_H #define MMC_SLOT_GPIO_H #include <linux/interrupt.h> #include <linux/types.h> struct mmc_host; int mmc_gpio_get_ro(struct ...
Linux işletim sistemi çekirdeği için 'include/linux/mmc/card' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/include/linux/mmc/card.h * * Card driver specific definitions. */ #ifndef LINUX_MMC_CARD_H #define LINUX_MMC_CARD_H #include <linux/device.h> #include <linux/mod_devicetable.h> struct mmc_cid { unsigned int manfid; char prod_name[8]; unsigned cha...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/max8997' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * max8997.h - Driver for the Maxim 8997/8966 * * Copyright (C) 2009-2010 Samsung Electronics * MyungJoo Ham <myungjoo.ham@samsung.com> * * This driver is based on max8998.h * * MAX8997 has PMIC, MUIC, HAPTIC, RTC, FLASH, and Fuel Gauge devices. * Except Fuel Ga...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/tps65086' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2015 Texas Instruments Incorporated - https://www.ti.com/ * Andrew F. Davis <afd@ti.com> * * Based on the TPS65912 driver */ #ifndef __LINUX_MFD_TPS65086_H #define __LINUX_MFD_TPS65086_H #include <linux/device.h> #include <linux/regmap.h> /* Li...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/rz-mtu3' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2022 Renesas Electronics Corporation */ #ifndef __MFD_RZ_MTU3_H__ #define __MFD_RZ_MTU3_H__ #include <linux/clk.h> #include <linux/device.h> #include <linux/mutex.h> /* 8-bit shared register offsets macros */ #define RZ_MTU3_TSTRA 0x080 /* Timer start r...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/rsmu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * Core interface for Renesas Synchronization Management Unit (SMU) devices. * * Copyright (C) 2021 Integrated Device Technology, Inc., a Renesas Company. */ #ifndef __LINUX_MFD_RSMU_H #define __LINUX_MFD_RSMU_H #define RSMU_MAX_WRITE_COUNT (255) #define RSMU_MAX_REA...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/ucb1x00' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/include/mfd/ucb1x00.h * * Copyright (C) 2001 Russell King, All Rights Reserved. */ #ifndef UCB1200_H #define UCB1200_H #include <linux/device.h> #include <linux/mfd/mcp.h> #include <linux/gpio.h> #include <linux/gpio/driver.h> #include <linux/mutex.h> ...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/si476x-platform' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * include/media/si476x-platform.h -- Platform data specific definitions * * Copyright (C) 2013 Andrey Smirnov * * Author: Andrey Smirnov <andrew.smirnov@gmail.com> */ #ifndef __SI476X_PLATFORM_H__ #define __SI476X_PLATFORM_H__ /* It is possible to select one o...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/stmfx' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2019 STMicroelectronics * Author(s): Amelie Delaunay <amelie.delaunay@st.com>. */ #ifndef MFD_STMFX_H #define MFD_STMFX_H #include <linux/regmap.h> /* General */ #define STMFX_REG_CHIP_ID 0x00 /* R */ #define STMFX_REG_FW_VERSION_MSB 0x01 /* R */ #de...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/rohm-bd96802' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2025 ROHM Semiconductors * * The digital interface of trhe BD96802 PMIC is a reduced version of the * BD96801. Hence the BD96801 definitions are used for registers and masks * while this header only holds the IRQ definitions - mainly to avoid ...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/atmel-hlcdc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2014 Free Electrons * Copyright (C) 2014 Atmel * * Author: Boris BREZILLON <boris.brezillon@free-electrons.com> */ #ifndef __LINUX_MFD_HLCDC_H #define __LINUX_MFD_HLCDC_H #include <linux/clk.h> #include <linux/regmap.h> #define ATMEL_HLCDC_CFG(...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/max8998-private' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * max8998-private.h - Voltage regulator driver for the Maxim 8998 * * Copyright (C) 2009-2010 Samsung Electronics * Kyungmin Park <kyungmin.park@samsung.com> * Marek Szyprowski <m.szyprowski@samsung.com> */ #ifndef __LINUX_MFD_MAX8998_PRIV_H #define __LINUX_MFD_...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/rn5t618' 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 Ricoh RN5T618 PMIC * * Copyright (C) 2014 Beniamino Galvani <b.galvani@gmail.com> */ #ifndef __LINUX_MFD_RN5T618_H #define __LINUX_MFD_RN5T618_H #include <linux/regmap.h> #define RN5T618_LSIVER 0x00 #define RN5T618_OTPVER 0x01 #define ...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/lpc_ich' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/drivers/mfd/lpc_ich.h * * Copyright (c) 2012 Extreme Engineering Solution, Inc. * Author: Aaron Sierra <asierra@xes-inc.com> */ #ifndef LPC_ICH_H #define LPC_ICH_H #include <linux/platform_data/x86/spi-intel.h> /* GPIO resources */ #define ICH_RES_GP...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/lp8788-isink' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * TI LP8788 MFD - common definitions for current sinks * * Copyright 2012 Texas Instruments * * Author: Milo(Woogyom) Kim <milo.kim@ti.com> */ #ifndef __ISINK_LP8788_H__ #define __ISINK_LP8788_H__ /* register address */ #define LP8788_ISINK_CTRL 0x99 #define ...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/ezx-pcap' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright 2009 Daniel Ribeiro <drwyrm@gmail.com> * * For further information, please see http://wiki.openezx.org/PCAP2 */ #ifndef EZX_PCAP_H #define EZX_PCAP_H struct pcap_subdev { int id; const char *name; void *platform_data; }; struct pcap_platform_data { u...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/cs42l43-regs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * cs42l43 register definitions * * Copyright (c) 2022-2023 Cirrus Logic, Inc. and * Cirrus Logic International Semiconductor Ltd. */ #ifndef CS42L43_CORE_REGS_H #define CS42L43_CORE_REGS_H /* Registers */ #define CS42L43_GEN_INT_STAT_1 0x...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/idtRC38xxx_reg' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * Register Map - Based on PolarBear_CSRs.RevA.xlsx (2023-04-21) * * Copyright (C) 2023 Integrated Device Technology, Inc., a Renesas Company. */ #ifndef MFD_IDTRC38XXX_REG #define MFD_IDTRC38XXX_REG /* GLOBAL */ #define SOFT_RESET_CTRL (0x15) /* Specific to FC3W */ ...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/intel_soc_pmic_bxtwc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Header file for Intel Broxton Whiskey Cove PMIC * * Copyright (C) 2015 Intel Corporation. All rights reserved. */ #ifndef __INTEL_BXTWC_H__ #define __INTEL_BXTWC_H__ /* BXT WC devices */ #define BXTWC_DEVICE1_ADDR 0x4E #define BXTWC_DEVICE2_ADDR 0x4F #define BXTW...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/motorola-cpcap' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * The register defines are based on earlier cpcap.h in Motorola Linux kernel * tree. * * Copyright (C) 2007-2009 Motorola, Inc. * * Rewritten for the real register offsets instead of enumeration * to make the defines usable with Linux kernel regmap support * ...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/rohm-bd72720' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright 2025 ROHM Semiconductors. * * Author: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> */ #ifndef _MFD_BD72720_H #define _MFD_BD72720_H #include <linux/regmap.h> enum { BD72720_BUCK1, BD72720_BUCK2, BD72720_BUCK3, BD72720_BUCK4, BD72720_...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/lochnagar1_regs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Lochnagar1 register definitions * * Copyright (c) 2017-2018 Cirrus Logic, Inc. and * Cirrus Logic International Semiconductor Ltd. * * Author: Charles Keepax <ckeepax@opensource.cirrus.com> */ #ifndef LOCHNAGAR1_REGISTERS_H #define LOCHNAG...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/palmas' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * TI Palmas * * Copyright 2011-2013 Texas Instruments Inc. * * Author: Graeme Gregory <gg@slimlogic.co.uk> * Author: Ian Lartey <ian@slimlogic.co.uk> */ #ifndef __LINUX_MFD_PALMAS_H #define __LINUX_MFD_PALMAS_H #include <linux/usb/otg.h> #include <linux/l...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/lochnagar' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Lochnagar internals * * Copyright (c) 2013-2018 Cirrus Logic, Inc. and * Cirrus Logic International Semiconductor Ltd. * * Author: Charles Keepax <ckeepax@opensource.cirrus.com> */ #include <linux/device.h> #include <linux/mutex.h> #includ...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/mc13783' 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> * Copyright 2009-2010 Pengutronix * Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de> */ #ifndef __LINUX_MFD_MC13783_H #define __LINUX_MFD_MC13783_H #include <linux/mfd/mc13xxx.h> #define MC13783_REG_SW1A 0 #de...
Linux işletim sistemi çekirdeği için 'include/linux/mfd/max7360' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __LINUX_MFD_MAX7360_H #define __LINUX_MFD_MAX7360_H #include <linux/bits.h> #define MAX7360_MAX_KEY_ROWS 8 #define MAX7360_MAX_KEY_COLS 8 #define MAX7360_MAX_KEY_NUM (MAX7360_MAX_KEY_ROWS * MAX7360_MAX_KEY_COLS) #define MAX7360_ROW_SHIFT 3 #define MAX7360...