instruction
stringlengths
82
202
input
stringclasses
1 value
output
stringlengths
73
23.9M
Linux işletim sistemi çekirdeği için 'include/linux/clk/tegra' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2012-2020, NVIDIA CORPORATION. All rights reserved. */ #ifndef __LINUX_CLK_TEGRA_H_ #define __LINUX_CLK_TEGRA_H_ #include <linux/types.h> #include <linux/bug.h> /* * Tegra CPU clock and reset control ops * * wait_for_reset: * keep waiting unt...
Linux işletim sistemi çekirdeği için 'include/linux/clk/sunxi-ng' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2017 Chen-Yu Tsai. All rights reserved. */ #ifndef _LINUX_CLK_SUNXI_NG_H_ #define _LINUX_CLK_SUNXI_NG_H_ int sunxi_ccu_set_mmc_timing_mode(struct clk *clk, bool new_mode); int sunxi_ccu_get_mmc_timing_mode(struct clk *clk); int sun6i_rtc_ccu_probe...
Linux işletim sistemi çekirdeği için 'include/linux/clk/clk-conf' 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. * Sylwester Nawrocki <s.nawrocki@samsung.com> */ #ifndef __CLK_CONF_H #define __CLK_CONF_H #include <linux/types.h> struct device_node; #if defined(CONFIG_OF) && defined(CONFIG_COMMON_CLK) int of_clk_set_defaults(st...
Linux işletim sistemi çekirdeği için 'include/linux/clk/samsung' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2020 Krzysztof Kozlowski <krzk@kernel.org> */ #ifndef __LINUX_CLK_SAMSUNG_H_ #define __LINUX_CLK_SAMSUNG_H_ #include <linux/compiler_types.h> struct device_node; #ifdef CONFIG_S3C64XX_COMMON_CLK void s3c64xx_clk_init(struct device_node *np, unsigned l...
Linux işletim sistemi çekirdeği için 'include/linux/crush/mapper' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef CEPH_CRUSH_MAPPER_H #define CEPH_CRUSH_MAPPER_H /* * CRUSH functions for find rules and then mapping an input to an * output set. * * LGPL2 */ #include "crush.h" extern int crush_find_rule(const struct crush_map *map, int ruleset, int type, int size); int crus...
Linux işletim sistemi çekirdeği için 'include/linux/crush/hash' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef CEPH_CRUSH_HASH_H #define CEPH_CRUSH_HASH_H #ifdef __KERNEL__ # include <linux/types.h> #else # include "crush_compat.h" #endif #define CRUSH_HASH_RJENKINS1 0 #define CRUSH_HASH_DEFAULT CRUSH_HASH_RJENKINS1 extern const char *crush_hash_name(int type); extern _...
Linux işletim sistemi çekirdeği için 'include/linux/crush/crush' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef CEPH_CRUSH_CRUSH_H #define CEPH_CRUSH_CRUSH_H #ifdef __KERNEL__ # include <linux/rbtree.h> # include <linux/types.h> #else # include "crush_compat.h" #endif /* * CRUSH is a pseudo-random data distribution algorithm that * efficiently distributes input values (typi...
Linux işletim sistemi çekirdeği için 'include/linux/amba/bus' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/include/amba/bus.h * * This device type deals with ARM PrimeCells and anything else that * presents a proper CID (0xB105F00D) at the end of the I/O register * region or that is derived from a PrimeCell. * * Copyright (C) 2003 Deep Blue Solutions Lt...
Linux işletim sistemi çekirdeği için 'include/linux/amba/serial' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * linux/include/asm-arm/hardware/serial_amba.h * * Internal header file for AMBA serial ports * * Copyright (C) ARM Limited * Copyright (C) 2000 Deep Blue Solutions Ltd. */ #ifndef ASM_ARM_HARDWARE_SERIAL_AMBA_H #define ASM_ARM_HARDWARE_SERIAL_AMBA_H #...
Linux işletim sistemi çekirdeği için 'include/linux/amba/mmci' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * include/linux/amba/mmci.h */ #ifndef AMBA_MMCI_H #define AMBA_MMCI_H #include <linux/mmc/host.h> /** * struct mmci_platform_data - platform configuration for the MMCI * (also known as PL180) block. * @ocr_mask: available voltages on the 4 pins from the block, thi...
Linux işletim sistemi çekirdeği için 'include/linux/amba/pl022' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * include/linux/amba/pl022.h * * Copyright (C) 2008-2009 ST-Ericsson AB * Copyright (C) 2006 STMicroelectronics Pvt. Ltd. * * Author: Linus Walleij <linus.walleij@stericsson.com> * * Initial version inspired by: * linux-2.6.17-rc3-mm1/drivers/spi/pxa2xx_s...
Linux işletim sistemi çekirdeği için 'include/linux/amba/sp810' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * ARM PrimeXsys System Controller SP810 header file * * Copyright (C) 2009 ST Microelectronics * Viresh Kumar <vireshk@kernel.org> * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express...
Linux işletim sistemi çekirdeği için 'include/linux/amba/pl080' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* include/linux/amba/pl080.h * * Copyright 2008 Openmoko, Inc. * Copyright 2008 Simtec Electronics * http://armlinux.simtec.co.uk/ * Ben Dooks <ben@simtec.co.uk> * * ARM PrimeCell PL080 DMA controller */ /* Note, there are some Samsung updates to this ...
Linux işletim sistemi çekirdeği için 'include/linux/amba/pl08x' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/amba/pl08x.h - ARM PrimeCell DMA Controller driver * * Copyright (C) 2005 ARM Ltd * Copyright (C) 2010 ST-Ericsson SA * * pl08x information required by platform code * * Please credit ARM.com * Documentation: ARM DDI 0196D */ #ifndef AMBA_PL08X_H #d...
Linux işletim sistemi çekirdeği için 'include/linux/amba/kmi' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * linux/include/asm-arm/hardware/amba_kmi.h * * Internal header file for AMBA KMI ports * * Copyright (C) 2000 Deep Blue Solutions Ltd. * * --------------------------------------------------------------------------- * From ARM PrimeCell(tm) PS2 Keyboar...
Linux işletim sistemi çekirdeği için 'include/linux/raid/pq' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* -*- linux-c -*- ------------------------------------------------------- * * * Copyright 2003 H. Peter Anvin - All Rights Reserved * * ----------------------------------------------------------------------- */ #ifndef LINUX_RAID_RAID6_H #define LINUX_RAID_RA...
Linux işletim sistemi çekirdeği için 'include/linux/raid/xor' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _XOR_H #define _XOR_H void xor_gen(void *dest, void **srcs, unsigned int src_cnt, unsigned int bytes); #endif /* _XOR_H */ ```
Linux işletim sistemi çekirdeği için 'include/linux/raid/detect' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ void md_autodetect_dev(dev_t dev); #ifdef CONFIG_BLK_DEV_MD void md_run_setup(void); #else static inline void md_run_setup(void) { } #endif ```
Linux işletim sistemi çekirdeği için 'include/linux/pse-pd/pse' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-2.0-only /* // Copyright (c) 2022 Pengutronix, Oleksij Rempel <kernel@pengutronix.de> */ #ifndef _LINUX_PSE_CONTROLLER_H #define _LINUX_PSE_CONTROLLER_H #include <linux/list.h> #include <linux/netlink.h> #include <linux/kfifo.h> #include <uapi/linux/ethtool.h> #include <uapi/linux...
Linux işletim sistemi çekirdeği için 'include/linux/mux/consumer' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * mux/consumer.h - definitions for the multiplexer consumer interface * * Copyright (C) 2017 Axentia Technologies AB * * Author: Peter Rosin <peda@axentia.se> */ #ifndef _LINUX_MUX_CONSUMER_H #define _LINUX_MUX_CONSUMER_H #include <linux/compiler.h> struct device;...
Linux işletim sistemi çekirdeği için 'include/linux/mux/driver' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * mux/driver.h - definitions for the multiplexer driver interface * * Copyright (C) 2017 Axentia Technologies AB * * Author: Peter Rosin <peda@axentia.se> */ #ifndef _LINUX_MUX_DRIVER_H #define _LINUX_MUX_DRIVER_H #include <dt-bindings/mux/mux.h> #include <linux/de...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/pic32' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Joshua Henderson <joshua.henderson@microchip.com> * Copyright (C) 2015 Microchip Technology Inc. All rights reserved. */ #ifndef __LINUX_PLATFORM_DATA_PIC32_H #define __LINUX_PLATFORM_DATA_PIC32_H #include <linux/types.h> /* * PIC32 register offsets for SET/C...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/usb-musb-ux500' 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 * * Author: Mian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com> */ #ifndef __ASM_ARCH_USB_H #define __ASM_ARCH_USB_H #include <linux/dmaengine.h> #define UX500_MUSB_DMA_NUM_RX_TX_CHANNELS 8 struct ux500_musb_board_data { ...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/i2c-s3c2410' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright 2004-2009 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * * S3C - I2C Controller platform_device info */ #ifndef __I2C_S3C2410_H #define __I2C_S3C2410_H __FILE__ #define S3C_IICFLG_FILTER (1<<0) /* enable s3c2440 filter */ struct platform_device...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/asoc-kirkwood' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __PLAT_AUDIO_H #define __PLAT_AUDIO_H struct kirkwood_asoc_platform_data { int burst; }; #endif ```
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/brcmfmac' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * Copyright (c) 2016 Broadcom Corporation * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE ...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/lm3639_bl' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Simple driver for Texas Instruments LM3630 LED Flash driver chip * Copyright (C) 2012 Texas Instruments */ #ifndef __LINUX_LM3639_H #define __LINUX_LM3639_H #define LM3639_NAME "lm3639_bl" enum lm3639_pwm { LM3639_PWM_DISABLE = 0x00, LM3639_PWM_EN_ACTLOW = 0x48...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/cros_ec_chardev' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * ChromeOS EC device interface. * * Copyright (C) 2014 Google, Inc. */ #ifndef _UAPI_LINUX_CROS_EC_DEV_H_ #define _UAPI_LINUX_CROS_EC_DEV_H_ #include <linux/bits.h> #include <linux/ioctl.h> #include <linux/types.h> #include <linux/platform_data/cros_ec_commands.h> ...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/regulator-haptic' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Regulator Haptic Platform Data * * Copyright (c) 2014 Samsung Electronics Co., Ltd. * Author: Jaewon Kim <jaewon02.kim@samsung.com> * Author: Hyunhee Kim <hyunhee.kim@samsung.com> */ #ifndef _REGULATOR_HAPTIC_H #define _REGULATOR_HAPTIC_H /* * struct regula...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/asoc-pxa' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __SOC_PXA_AUDIO_H__ #define __SOC_PXA_AUDIO_H__ #include <sound/core.h> #include <sound/pcm.h> #include <sound/ac97_codec.h> /* * @reset_gpio: AC97 reset gpio (normally gpio113 or gpio95) * a -1 value means no gpio will be used for reset * @codec_pda...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/lm3630a_bl' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Simple driver for Texas Instruments LM3630A LED Flash driver chip * Copyright (C) 2012 Texas Instruments */ #ifndef __LINUX_LM3630A_H #define __LINUX_LM3630A_H #define LM3630A_NAME "lm3630a_bl" enum lm3630a_pwm_ctrl { LM3630A_PWM_DISABLE = 0x00, LM3630A_PWM_BAN...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/hsmmc-omap' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * MMC definitions for OMAP2 * * Copyright (C) 2006 Nokia Corporation */ /* * struct omap_hsmmc_dev_attr.flags possibilities * * OMAP_HSMMC_SUPPORTS_DUAL_VOLT: Some HSMMC controller instances can * operate with either 1.8Vdc or 3.0Vdc card voltages; this fl...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/sh_mmcif' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * platform data for eMMC driver * * Copyright (C) 2010 Renesas Solutions Corp. */ #ifndef LINUX_MMC_SH_MMCIF_H #define LINUX_MMC_SH_MMCIF_H #include <linux/io.h> #include <linux/platform_device.h> /* * MMCIF : CE_CLK_CTRL [19:16] * 1000 : Peripheral clock / 5...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/mipi-i3c-hci' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef INCLUDE_PLATFORM_DATA_MIPI_I3C_HCI_H #define INCLUDE_PLATFORM_DATA_MIPI_I3C_HCI_H #include <linux/compiler_types.h> /** * struct mipi_i3c_hci_platform_data - Platform-dependent data for mipi_i3c_hci * @base_regs: Register set base address (to support multi-bus ins...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/bcm7038_wdt' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c #ifndef __BCM7038_WDT_PDATA_H #define __BCM7038_WDT_PDATA_H struct bcm7038_wdt_platform_data { const char *clk_name; }; #endif /* __BCM7038_WDT_PDATA_H */ ```
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/cros_usbpd_notify' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-2.0-only /* * ChromeOS EC Power Delivery Notifier Driver * * Copyright 2020 Google LLC */ #ifndef __LINUX_PLATFORM_DATA_CROS_USBPD_NOTIFY_H #define __LINUX_PLATFORM_DATA_CROS_USBPD_NOTIFY_H #include <linux/notifier.h> int cros_usbpd_register_notify(struct notifier_block *nb);...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/mmc-esdhc-mcf' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_PLATFORM_DATA_MCF_ESDHC_H__ #define __LINUX_PLATFORM_DATA_MCF_ESDHC_H__ enum cd_types { ESDHC_CD_NONE, /* no CD, neither controller nor gpio */ ESDHC_CD_CONTROLLER, /* mmc controller internal CD */ ESDHC_CD_PERMANENT, /* no CD, card permanently wired to ...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/isl9305' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * isl9305 - Intersil ISL9305 DCDC regulator * * Copyright 2014 Linaro Ltd * * Author: Mark Brown <broonie@kernel.org> */ #ifndef __ISL9305_H #define __ISL9305_H #define ISL9305_DCD1 0 #define ISL9305_DCD2 1 #define ISL9305_LDO1 2 #define ISL9305_LDO2 3 #d...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/voltage-omap' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * OMAP Voltage Management Routines * * Copyright (C) 2011, Texas Instruments, Inc. */ #ifndef __ARCH_ARM_OMAP_VOLTAGE_H #define __ARCH_ARM_OMAP_VOLTAGE_H /** * struct omap_volt_data - Omap voltage specific data. * @volt_nominal: The possible voltage value in u...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/lp855x' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * LP855x Backlight Driver * * Copyright (C) 2011 Texas Instruments */ #ifndef _LP855X_H #define _LP855X_H #define BL_CTL_SHFT (0) #define BRT_MODE_SHFT (1) #define BRT_MODE_MASK (0x06) /* Enable backlight. Only valid when BRT_MODE=10(I2C only) */ #define ENAB...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/shmob_drm' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * shmob_drm.h -- SH Mobile DRM driver * * Copyright (C) 2012 Renesas Corporation * * Laurent Pinchart (laurent.pinchart@ideasonboard.com) */ #ifndef __SHMOB_DRM_H__ #define __SHMOB_DRM_H__ #include <video/videomode.h> enum shmob_drm_clk_source { SHMOB_DRM_CLK_...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/usb-ohci-s3c2410' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* arch/arm/plat-samsung/include/plat/usb-control.h * * Copyright (c) 2004 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * * S3C - USB host port information */ #ifndef __ASM_ARCH_USBCONTROL_H #define __ASM_ARCH_USBCONTROL_H #define S3C_HCDFLG_USED (1) struct ...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/uio_dmem_genirq' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * include/linux/platform_data/uio_dmem_genirq.h * * Copyright (C) 2012 Damian Hobson-Garcia */ #ifndef _UIO_DMEM_GENIRQ_H #define _UIO_DMEM_GENIRQ_H #include <linux/uio_driver.h> struct uio_dmem_genirq_pdata { struct uio_info uioinfo; unsigned int *dynamic_re...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/mmp_dma' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * MMP Platform DMA Management * * Copyright (c) 2011 Marvell Semiconductors Inc. */ #ifndef MMP_DMA_H #define MMP_DMA_H struct dma_slave_map; struct mmp_dma_platdata { int dma_channels; int nb_requestors; int slave_map_cnt; const struct dma_slave_map *sla...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/omap-twl4030' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /** * omap-twl4030.h - ASoC machine driver for TI SoC based boards with twl4030 * codec, header. * * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com * All rights reserved. * * Author: Peter Ujfalusi <peter.ujfalusi@ti.com> */ #ifndef ...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/ams-delta-fiq' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * include/linux/platform_data/ams-delta-fiq.h * * Taken from the original Amstrad modifications to fiq.h * * Copyright (c) 2004 Amstrad Plc * Copyright (c) 2006 Matt Callow * Copyright (c) 2010 Janusz Krzysztofik * * This program is free software; you can redistr...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/keypad-omap' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2006 Komal Shah <komal_shah802003@yahoo.com> */ #ifndef __KEYPAD_OMAP_H #define __KEYPAD_OMAP_H #ifndef CONFIG_ARCH_OMAP1 #warning Please update the board to use matrix-keypad driver #define omap_readw(reg) 0 #define omap_writew(val, reg) do {} wh...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/emif_plat' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Definitions for TI EMIF device platform data * * Copyright (C) 2012 Texas Instruments, Inc. * * Aneesh V <aneesh@ti.com> */ #ifndef __EMIF_PLAT_H #define __EMIF_PLAT_H /* Low power modes - EMIF_PWR_MGMT_CTRL */ #define EMIF_LP_MODE_DISABLE 0 #define EMIF_L...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/mfd-mcp-sa11x0' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2005 Russell King. */ #ifndef __MFD_MCP_SA11X0_H #define __MFD_MCP_SA11X0_H #include <linux/types.h> struct mcp_plat_data { u32 mccr0; u32 mccr1; unsigned int sclk_rate; void *codec_pdata; }; #endif ```
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/sdhci-pic32' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Purna Chandra Mandal, purna.mandal@microchip.com * Copyright (C) 2015 Microchip Technology Inc. All rights reserved. */ #ifndef __PIC32_SDHCI_PDATA_H__ #define __PIC32_SDHCI_PDATA_H__ struct pic32_sdhci_platform_data { /* read & write fifo threshold */ int (*...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/asoc-ti-mcbsp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Defines for Multi-Channel Buffered Serial Port * * Copyright (C) 2002 RidgeRun, Inc. * Author: Steve Johnson */ #ifndef __ASOC_TI_MCBSP_H #define __ASOC_TI_MCBSP_H #include <linux/spinlock.h> #include <linux/clk.h> /* Platform specific configuration */ st...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/si5351' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Si5351A/B/C programmable clock generator platform_data. */ #ifndef __LINUX_PLATFORM_DATA_SI5351_H__ #define __LINUX_PLATFORM_DATA_SI5351_H__ /** * enum si5351_pll_src - Si5351 pll clock source * @SI5351_PLL_SRC_DEFAULT: default, do not change eeprom config * @SI53...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/dsa' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __DSA_PDATA_H #define __DSA_PDATA_H struct device; #define DSA_MAX_PORTS 12 struct dsa_chip_data { /* * Reference to network devices */ struct device *netdev[DSA_MAX_PORTS]; /* set to size of eeprom if supported by the switch */ int eeprom_len; /* * ...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/tps68470' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * TI TPS68470 PMIC platform data definition. * * Copyright (c) 2021 Red Hat Inc. * * Red Hat authors: * Hans de Goede <hdegoede@redhat.com> */ #ifndef __PDATA_TPS68470_H #define __PDATA_TPS68470_H enum tps68470_regulators { TPS68470_CORE, TPS68470_ANA, ...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/mmc-mxcmmc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef ASMARM_ARCH_MMC_H #define ASMARM_ARCH_MMC_H #include <linux/interrupt.h> #include <linux/mmc/host.h> struct device; /* board specific SDHC data, optional. * If not present, a writable card with 3,3V is assumed. */ struct imxmmc_platform_data { /* Return values f...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/gsc_hwmon' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _GSC_HWMON_H #define _GSC_HWMON_H enum gsc_hwmon_mode { mode_temperature, mode_voltage_24bit, mode_voltage_raw, mode_voltage_16bit, mode_fan, mode_max, }; /** * struct gsc_hwmon_channel - configuration parameters * @reg: I2C register offset * @mode: channe...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/pca953x' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_PCA953X_H #define _LINUX_PCA953X_H #include <linux/types.h> #include <linux/i2c.h> /* platform data for the PCA9539 16-bit I/O expander driver */ struct pca953x_platform_data { /* number of the first GPIO */ unsigned gpio_base; /* interrupt base */ int ...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/wkup_m3' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * TI Wakeup M3 remote processor platform data * * Copyright (C) 2014-2015 Texas Instruments, Inc. * * Dave Gerlach <d-gerlach@ti.com> */ #ifndef _LINUX_PLATFORM_DATA_WKUP_M3_H #define _LINUX_PLATFORM_DATA_WKUP_M3_H struct platform_device; struct wkup_m3_platf...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/cros_ec_commands' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Host communication command constants for ChromeOS EC * * Copyright (C) 2012 Google, Inc * * NOTE: This file is auto-generated from ChromeOS EC Open Source code from * https://chromium.googlesource.com/chromiumos/platform/ec/+/master/include/ec_commands.h */ ...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/gpio_backlight' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * gpio_backlight.h - Simple GPIO-controlled backlight */ #ifndef __GPIO_BACKLIGHT_H__ #define __GPIO_BACKLIGHT_H__ struct device; struct gpio_backlight_platform_data { struct device *dev; }; #endif ```
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/adp8870' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Definitions and platform data for Analog Devices * Backlight drivers ADP8870 * * Copyright 2009-2010 Analog Devices Inc. */ #ifndef __LINUX_I2C_ADP8870_H #define __LINUX_I2C_ADP8870_H #define ID_ADP8870 8870 #define ADP8870_MAX_BRIGHTNESS 0x7F #define F...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/davinci_asp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * TI DaVinci Audio Serial Port support * * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ */ #ifndef __DAVINCI_ASP_H #define __DAVINCI_ASP_H #include <linux/genalloc.h> struct davinci_mcasp_pdata { u32 tx_dma_offset; u32 rx_dma_offset...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/omap-wd-timer' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * OMAP2+ WDTIMER-specific function prototypes * * Copyright (C) 2012 Texas Instruments, Inc. * Paul Walmsley */ #ifndef __LINUX_PLATFORM_DATA_OMAP_WD_TIMER_H #define __LINUX_PLATFORM_DATA_OMAP_WD_TIMER_H #include <linux/types.h> /* * Standardized OMAP res...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/gpmc-omap' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * OMAP GPMC Platform data * * Copyright (C) 2014 Texas Instruments, Inc. - https://www.ti.com * Roger Quadros <rogerq@ti.com> */ #ifndef _GPMC_OMAP_H_ #define _GPMC_OMAP_H_ /* Maximum Number of Chip Selects */ #define GPMC_CS_NUM 8 /* bool type time settings ...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/video_s3c' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __PLATFORM_DATA_VIDEO_S3C #define __PLATFORM_DATA_VIDEO_S3C /* S3C_FB_MAX_WIN * Set to the maximum number of windows that any of the supported hardware * can use. Since the platform data uses this for an array size, having it * set to the maximum of any version of...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/lp8727' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * LP8727 Micro/Mini USB IC with integrated charger * * Copyright (C) 2011 Texas Instruments * Copyright (C) 2011 National Semiconductor */ #ifndef _LP8727_H #define _LP8727_H enum lp8727_eoc_level { LP8727_EOC_5P, LP8727_EOC_10P, LP8727_EOC_16P, LP8727_...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/cpuidle-exynos' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2014 Samsung Electronics Co., Ltd. * http://www.samsung.com */ #ifndef __CPUIDLE_EXYNOS_H #define __CPUIDLE_EXYNOS_H struct cpuidle_exynos_data { int (*cpu0_enter_aftr)(void); int (*cpu1_powerdown)(void); void (*pre_enter_aftr)(void...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/lm8323' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * lm8323.h - Configuration for LM8323 keypad driver. */ #ifndef __LINUX_LM8323_H #define __LINUX_LM8323_H #include <linux/types.h> /* * Largest keycode that the chip can send, plus one, * so keys can be mapped directly at the index of the * LM8323 keycode inst...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/ltc4245' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Platform Data for LTC4245 hardware monitor chip * * Copyright (c) 2010 Ira W. Snyder <iws@ovro.caltech.edu> */ #ifndef LINUX_LTC4245_H #define LINUX_LTC4245_H #include <linux/types.h> struct ltc4245_platform_data { bool use_extra_gpios; }; #endif /* LIN...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/cros_ec_proto' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * ChromeOS Embedded Controller protocol interface. * * Copyright (C) 2012 Google, Inc */ #ifndef __LINUX_CROS_EC_PROTO_H #define __LINUX_CROS_EC_PROTO_H #include <linux/device.h> #include <linux/lockdep_types.h> #include <linux/mutex.h> #include <linux/notifier.h> #...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/mtd-nand-pxa3xx' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_ARCH_PXA3XX_NAND_H #define __ASM_ARCH_PXA3XX_NAND_H #include <linux/mtd/mtd.h> #include <linux/mtd/partitions.h> /* * Current pxa3xx_nand controller has two chip select which both be workable but * historically all platforms remaining on platform data used o...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/leds-lp55xx' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * LP55XX Platform Data Header * * Copyright (C) 2012 Texas Instruments * * Author: Milo(Woogyom) Kim <milo.kim@ti.com> * * Derived from leds-lp5521.h, leds-lp5523.h */ #ifndef _LEDS_LP55XX_H #define _LEDS_LP55XX_H #include <linux/gpio/consumer.h> #include <l...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/st_sensors_pdata' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * STMicroelectronics sensors platform-data driver * * Copyright 2013 STMicroelectronics Inc. * * Denis Ciocca <denis.ciocca@st.com> */ #ifndef ST_SENSORS_PDATA_H #define ST_SENSORS_PDATA_H /** * struct st_sensors_platform_data - Platform data for the ST senso...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/dma-mcf-edma' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Freescale eDMA platform data, ColdFire SoC's family. * * Copyright (c) 2017 Angelo Dureghello <angelo@sysam.it> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/emc2305' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_PLATFORM_DATA_EMC2305__ #define __LINUX_PLATFORM_DATA_EMC2305__ #define EMC2305_PWM_MAX 5 /** * struct emc2305_platform_data - EMC2305 driver platform data * @max_state: maximum cooling state of the cooling device; * @pwm_num: number of active channels; ...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/tsc2007' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_I2C_TSC2007_H #define __LINUX_I2C_TSC2007_H /* linux/platform_data/tsc2007.h */ struct tsc2007_platform_data { u16 model; /* 2007. */ u16 x_plate_ohms; /* must be non-zero value */ u16 max_rt; /* max. resistance above which samples are ignored */ unsi...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/dma-iop32x' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright © 2006, Intel Corporation. */ #ifndef IOP_ADMA_H #define IOP_ADMA_H #include <linux/types.h> #include <linux/dmaengine.h> #include <linux/interrupt.h> #define IOP_ADMA_SLOT_SIZE 32 #define IOP_ADMA_THRESHOLD 4 #ifdef DEBUG #define IOP_PARANOIA 1 #else #...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/itco_wdt' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Platform data for the Intel TCO Watchdog */ #ifndef _ITCO_WDT_H_ #define _ITCO_WDT_H_ /* Watchdog resources */ #define ICH_RES_IO_TCO 0 #define ICH_RES_IO_SMI 1 #define ICH_RES_MEM_OFF 2 #define ICH_RES_MEM_GCS_PMC 0 /** * struct itco_wdt_platform_data - iTCO_wd...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/mmc-davinci' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Board-specific MMC configuration */ #ifndef _DAVINCI_MMC_H #define _DAVINCI_MMC_H #include <linux/types.h> #include <linux/mmc/host.h> struct davinci_mmc_config { /* get_cd()/get_wp() may sleep */ int (*get_cd)(int module); int (*get_ro)(int module); void (*se...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/ad7791' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_PLATFORM_DATA_AD7791__ #define __LINUX_PLATFORM_DATA_AD7791__ /** * struct ad7791_platform_data - AD7791 device platform data * @buffered: If set to true configure the device for buffered input mode. * @burnout_current: If set to true the 100mA burnout cur...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/s3c-hsotg' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* include/linux/platform_data/s3c-hsotg.h * * Copyright 2008 Openmoko, Inc. * Copyright 2008 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * http://armlinux.simtec.co.uk/ * * S3C USB2.0 High-speed / OtG platform information */ #ifndef __LINUX_USB_S...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/max3421-hcd' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2014 eGauge Systems LLC * Contributed by David Mosberger-Tang <davidm@egauge.net> * * Platform-data structure for MAX3421 USB HCD driver. * */ #ifndef MAX3421_HCD_PLAT_H_INCLUDED #define MAX3421_HCD_PLAT_H_INCLUDED /* * This structure defines the ma...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/tda9950' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c #ifndef LINUX_PLATFORM_DATA_TDA9950_H #define LINUX_PLATFORM_DATA_TDA9950_H struct device; struct tda9950_glue { struct device *parent; unsigned long irq_flags; void *data; int (*init)(void *); void (*exit)(void *); int (*open)(void *); void (*release)(void *); }; #endif ```
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/ti-sysc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __TI_SYSC_DATA_H__ #define __TI_SYSC_DATA_H__ enum ti_sysc_module_type { TI_SYSC_OMAP2, TI_SYSC_OMAP2_TIMER, TI_SYSC_OMAP3_SHAM, TI_SYSC_OMAP3_AES, TI_SYSC_OMAP4, TI_SYSC_OMAP4_TIMER, TI_SYSC_OMAP4_SIMPLE, TI_SYSC_OMAP34XX_SR, TI_SYSC_OMAP36XX_SR, TI_SYSC_...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/max732x' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_I2C_MAX732X_H #define __LINUX_I2C_MAX732X_H /* platform data for the MAX732x 8/16-bit I/O expander driver */ struct max732x_platform_data { /* number of the first GPIO */ unsigned gpio_base; }; #endif /* __LINUX_I2C_MAX732X_H */ ```
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/dma-hsu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Driver for the High Speed UART DMA * * Copyright (C) 2015 Intel Corporation */ #ifndef _PLATFORM_DATA_DMA_HSU_H #define _PLATFORM_DATA_DMA_HSU_H struct device; struct hsu_dma_slave { struct device *dma_dev; int chan_id; }; #endif /* _PLATFORM_DATA_DMA_HSU...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/lp8755' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * LP8755 High Performance Power Management Unit Driver:System Interface Driver * * Copyright (C) 2012 Texas Instruments * * Author: Daniel(Geon Si) Jeong <daniel.jeong@ti.com> * G.Shark Jeong <gshark.jeong@gmail.com> */ #ifndef _LP8755_H #define ...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/mtd-orion_nand' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ #ifndef __MTD_ORION_NAND_H #define __MTD_ORION_NAND_H /* * Device bus NAND private data */ struct orion_nand_data { ...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/leds-lm3642' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 Texas Instruments * * Simple driver for Texas Instruments LM3642 LED driver chip * * Author: G.Shark Jeong <gshark.jeong@gmail.com> * Daniel Jeong <daniel.jeong@ti.com> */ #ifndef __LINUX_LM3642_H #define __LINUX_LM3642_H #define LM3642_...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/hirschmann-hellcreek' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ /* * Hirschmann Hellcreek TSN switch platform data. * * Copyright (C) 2020 Linutronix GmbH * Author Kurt Kanzenbach <kurt@linutronix.de> */ #ifndef _HIRSCHMANN_HELLCREEK_H_ #define _HIRSCHMANN_HELLCREEK_H_ #include <linux/types.h> struct hellcreek_platform_da...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/i2c-gpio' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * i2c-gpio interface to platform code * * Copyright (C) 2007 Atmel Corporation */ #ifndef _LINUX_I2C_GPIO_H #define _LINUX_I2C_GPIO_H /** * struct i2c_gpio_platform_data - Platform-dependent data for i2c-gpio * @udelay: signal toggle delay. SCL frequency is (50...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/xilinx-ll-temac' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_XILINX_LL_TEMAC_H #define __LINUX_XILINX_LL_TEMAC_H #include <linux/if_ether.h> #include <linux/phy.h> #include <linux/spinlock.h> struct ll_temac_platform_data { bool txcsum; /* Enable/disable TX checksum */ bool rxcsum; /* Enable/disable RX checksum */...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/dmtimer-omap' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * DMTIMER platform data for TI OMAP platforms * * Copyright (C) 2012 Texas Instruments * Author: Jon Hunter <jon-hunter@ti.com> */ #ifndef __PLATFORM_DATA_DMTIMER_OMAP_H__ #define __PLATFORM_DATA_DMTIMER_OMAP_H__ struct omap_dm_timer_ops { struct omap_dm_timer...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/brcmnand' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef BRCMNAND_PLAT_DATA_H #define BRCMNAND_PLAT_DATA_H struct brcmnand_platform_data { int chip_select; const char * const *part_probe_types; unsigned int ecc_stepsize; unsigned int ecc_strength; }; #endif /* BRCMNAND_PLAT_DATA_H */ ```
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/invensense_mpu6050' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 Invensense, Inc. */ #ifndef __INV_MPU6050_PLATFORM_H_ #define __INV_MPU6050_PLATFORM_H_ /** * struct inv_mpu6050_platform_data - Platform data for the mpu driver * @orientation: Orientation matrix of the chip (deprecated in favor of * mount...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/asoc-imx-ssi' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __MACH_SSI_H #define __MACH_SSI_H struct snd_ac97; extern unsigned char imx_ssi_fiq_start, imx_ssi_fiq_end; extern unsigned long imx_ssi_fiq_base, imx_ssi_fiq_tx_buffer, imx_ssi_fiq_rx_buffer; struct imx_ssi_platform_data { unsigned int flags; #define IMX_SSI_DMA ...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/usb-ohci-pxa27x' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef ASMARM_ARCH_OHCI_H #define ASMARM_ARCH_OHCI_H struct device; struct pxaohci_platform_data { int (*init)(struct device *); void (*exit)(struct device *); unsigned long flags; #define ENABLE_PORT1 (1 << 0) #define ENABLE_PORT2 (1 << 1) #define ENABLE_PORT3 (1 <...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/tsl2772' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * Device driver for monitoring ambient light intensity (lux) * and proximity (prox) within the TAOS TSL2772 family of devices. * * Copyright (c) 2012, TAOS Corporation. * Copyright (c) 2017-2018 Brian Masney <masneyb@onstation.org> */ #ifndef __TSL2772_H #define __...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/i2c-xiic' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * i2c-xiic.h * Copyright (c) 2009 Intel Corporation */ /* Supports: * Xilinx IIC */ #ifndef _LINUX_I2C_XIIC_H #define _LINUX_I2C_XIIC_H /** * struct xiic_i2c_platform_data - Platform data of the Xilinx I2C driver * @num_devices: Number of devices that shall ...
Linux işletim sistemi çekirdeği için 'include/linux/platform_data/usb3503' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __USB3503_H__ #define __USB3503_H__ #define USB3503_I2C_NAME "usb3503" #define USB3503_OFF_PORT1 (1 << 1) #define USB3503_OFF_PORT2 (1 << 2) #define USB3503_OFF_PORT3 (1 << 3) enum usb3503_mode { USB3503_MODE_UNKNOWN, USB3503_MODE_HUB, USB3503_MODE_STANDBY, USB...