instruction
stringlengths
82
202
input
stringclasses
1 value
output
stringlengths
73
23.9M
Linux işletim sistemi çekirdeği için 'include/linux/usb/r8152' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2020 Realtek Semiconductor Corp. All rights reserved. */ #ifndef __LINUX_R8152_H #define __LINUX_R8152_H #define RTL8152_REQT_READ 0xc0 #define RTL8152_REQT_WRITE 0x40 #define RTL8152_REQ_GET_REGS 0x05 #define RTL8152_REQ_SET_REGS 0x05 #defin...
Linux işletim sistemi çekirdeği için 'include/linux/usb/typec_dp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __USB_TYPEC_DP_H #define __USB_TYPEC_DP_H #include <linux/usb/typec_altmode.h> #include <linux/bitfield.h> #define USB_TYPEC_DP_SID 0xff01 /* USB IF has not assigned a Standard ID (SID) for VirtualLink, * so the manufacturers of VirtualLink adapters use their Vendo...
Linux işletim sistemi çekirdeği için 'include/linux/usb/tegra_usb_phy' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2010 Google, Inc. */ #ifndef __TEGRA_USB_PHY_H #define __TEGRA_USB_PHY_H #include <linux/clk.h> #include <linux/regmap.h> #include <linux/reset.h> #include <linux/usb/otg.h> struct gpio_desc; /* * utmi_pll_config_in_car_module: true if the UTMI PLL conf...
Linux işletim sistemi çekirdeği için 'include/linux/usb/composite' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-2.0+ /* * composite.h -- framework for usb gadgets which are composite devices * * Copyright (C) 2006-2008 David Brownell */ #ifndef __LINUX_USB_COMPOSITE_H #define __LINUX_USB_COMPOSITE_H /* * This framework is an optional layer on top of the USB Gadget interface, * making ...
Linux işletim sistemi çekirdeği için 'include/linux/usb/cdc-wdm' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-2.0 /* * USB CDC Device Management subdriver * * Copyright (c) 2012 Bjørn Mork <bjorn@mork.no> */ #ifndef __LINUX_USB_CDC_WDM_H #define __LINUX_USB_CDC_WDM_H #include <linux/wwan.h> #include <uapi/linux/usb/cdc-wdm.h> extern struct usb_driver *usb_cdc_wdm_register(struct usb...
Linux işletim sistemi çekirdeği için 'include/linux/usb/usbnet' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-2.0+ /* * USB Networking Link Interface * * Copyright (C) 2000-2005 by David Brownell <dbrownell@users.sourceforge.net> * Copyright (C) 2003-2005 David Hollis <dhollis@davehollis.com> */ #ifndef __LINUX_USB_USBNET_H #define __LINUX_USB_USBNET_H #include <linux/mii.h> #include...
Linux işletim sistemi çekirdeği için 'include/linux/usb/ehci_def' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-2.0+ /* * Copyright (c) 2001-2002 by David Brownell */ #ifndef __LINUX_USB_EHCI_DEF_H #define __LINUX_USB_EHCI_DEF_H #include <linux/usb/ehci-dbgp.h> /* EHCI register interface, corresponds to EHCI Revision 0.95 specification */ /* Section 2.2 Host Controller Capability Regist...
Linux işletim sistemi çekirdeği için 'include/linux/usb/usbio' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2025 Intel Corporation. * */ #ifndef _LINUX_USBIO_H_ #define _LINUX_USBIO_H_ #include <linux/auxiliary_bus.h> #include <linux/byteorder/generic.h> #include <linux/list.h> #include <linux/types.h> /*********************** * USBIO Clients Names * ****...
Linux işletim sistemi çekirdeği için 'include/linux/usb/r8a66597' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-2.0 /* * R8A66597 driver platform data * * Copyright (C) 2009 Renesas Solutions Corp. * * Author : Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> */ #ifndef __LINUX_USB_R8A66597_H #define __LINUX_USB_R8A66597_H #define R8A66597_PLATDATA_XTAL_12MHZ 0x01 #define R8A6659...
Linux işletim sistemi çekirdeği için 'include/linux/usb/isp1301' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-2.0 /* * NXP ISP1301 USB transceiver driver * * Copyright (C) 2012 Roland Stigge <stigge@antcom.de> */ #ifndef __LINUX_USB_ISP1301_H #define __LINUX_USB_ISP1301_H #include <linux/of.h> /* I2C Register definitions: */ #define ISP1301_I2C_MODE_CONTROL_1 0x04 /* u8 read, set, +...
Linux işletim sistemi çekirdeği için 'include/linux/usb/quirks' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * This file holds the definitions of quirks found in USB devices. * Only quirks that affect the whole device, not an interface, * belong here. */ #ifndef __LINUX_USB_QUIRKS_H #define __LINUX_USB_QUIRKS_H /* string descriptors must not be fetched using a 255-byte read...
Linux işletim sistemi çekirdeği için 'include/linux/usb/uvc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * v4l2 uvc internal API header * * Some commonly needed functions for uvc drivers */ #ifndef __LINUX_V4L2_UVC_H #define __LINUX_V4L2_UVC_H /* ------------------------------------------------------------------------ * GUIDs * * The GUID returned by lsusb...
Linux işletim sistemi çekirdeği için 'include/linux/usb/audio' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-2.0 /* * <linux/usb/audio.h> -- USB Audio definitions. * * Copyright (C) 2006 Thumtronics Pty Ltd. * Developed for Thumtronics by Grey Innovation * Ben Williamson <ben.williamson@greyinnovation.com> * * This file holds USB constants and structures defined * by the USB Device...
Linux işletim sistemi çekirdeği için 'include/linux/usb/musb-ux500' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2013 ST-Ericsson AB */ #ifndef __MUSB_UX500_H__ #define __MUSB_UX500_H__ enum ux500_musb_vbus_id_status { UX500_MUSB_NONE = 0, UX500_MUSB_VBUS, UX500_MUSB_ID, UX500_MUSB_CHARGER, UX500_MUSB_ENUMERATED, UX500_MUSB_RIDA, UX500_MUSB_RIDB, UX500_MUSB_...
Linux işletim sistemi çekirdeği için 'include/linux/usb/xhci-dbgp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-2.0 /* * Standalone xHCI debug capability driver * * Copyright (C) 2016 Intel Corporation * * Author: Lu Baolu <baolu.lu@linux.intel.com> */ #ifndef __LINUX_XHCI_DBGP_H #define __LINUX_XHCI_DBGP_H #ifdef CONFIG_EARLY_PRINTK_USB_XDBC int __init early_xdbc_parse_parameter(char...
Linux işletim sistemi çekirdeği için 'include/linux/usb/musb' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * This is used to for host and peripheral modes of the driver for * Inventra (Multidrop) Highspeed Dual-Role Controllers: (M)HDRC. * * Board initialization should put one of these into dev->platform_data, * probably on some platform_device named "musb-hdrc". It enca...
Linux işletim sistemi çekirdeği için 'include/linux/usb/net2280' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-2.0+ /* * NetChip 2280 high/full speed USB device controller. * Unlike many such controllers, this one talks PCI. * * Copyright (C) 2002 NetChip Technology, Inc. (http://www.netchip.com) * Copyright (C) 2003 David Brownell */ #ifndef __LINUX_USB_NET2280_H #define __LINUX_USB_...
Linux işletim sistemi çekirdeği için 'include/linux/usb/typec_altmode' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __USB_TYPEC_ALTMODE_H #define __USB_TYPEC_ALTMODE_H #include <linux/mod_devicetable.h> #include <linux/usb/typec.h> #include <linux/device.h> #define MODE_DISCOVERY_MAX 6 extern const struct device_type typec_port_altmode_dev_type; extern const struct device_type ...
Linux işletim sistemi çekirdeği için 'include/linux/usb/ehci_pdriver' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2012 Hauke Mehrtens <hauke@hauke-m.de> */ #ifndef __USB_CORE_EHCI_PDRIVER_H #define __USB_CORE_EHCI_PDRIVER_H struct platform_device; struct usb_hcd; /** * struct usb_ehci_pdata - platform_data for generic ehci driver * * @caps_offset: offset of the E...
Linux işletim sistemi çekirdeği için 'include/linux/usb/ljca' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2023, Intel Corporation. All rights reserved. */ #ifndef _LINUX_USB_LJCA_H_ #define _LINUX_USB_LJCA_H_ #include <linux/auxiliary_bus.h> #include <linux/list.h> #include <linux/spinlock.h> #include <linux/types.h> #define LJCA_MAX_GPIO_NUM 64 #defi...
Linux işletim sistemi çekirdeği için 'include/linux/usb/ulpi' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-2.0 /* * ulpi.h -- ULPI defines and function prorotypes * * Copyright (C) 2010 Nokia Corporation */ #ifndef __LINUX_USB_ULPI_H #define __LINUX_USB_ULPI_H #include <linux/usb/otg.h> #include <linux/ulpi/regs.h> /*----------------------------------------------------------------...
Linux işletim sistemi çekirdeği için 'include/linux/usb/audio-v2' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-2.0 /* * Copyright (c) 2010 Daniel Mack <daniel@caiaq.de> * * This file holds USB constants and structures defined * by the USB Device Class Definition for Audio Devices in version 2.0. * Comments below reference relevant sections of the documents contained * in http://www.usb...
Linux işletim sistemi çekirdeği için 'include/linux/usb/renesas_usbhs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-1.0+ /* * Renesas USB * * Copyright (C) 2011 Renesas Solutions Corp. * Copyright (C) 2019 Renesas Electronics Corporation * Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> */ #ifndef RENESAS_USB_H #define RENESAS_USB_H #include <linux/notifier.h> #include <linux/platform_...
Linux işletim sistemi çekirdeği için 'include/linux/usb/audio-v3' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-2.0+ /* * Copyright (c) 2017 Ruslan Bilovol <ruslan.bilovol@gmail.com> * * This file holds USB constants and structures defined * by the USB DEVICE CLASS DEFINITION FOR AUDIO DEVICES Release 3.0. */ #ifndef __LINUX_USB_AUDIO_V3_H #define __LINUX_USB_AUDIO_V3_H #include <linux...
Linux işletim sistemi çekirdeği için 'include/linux/usb/uas' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __USB_UAS_H__ #define __USB_UAS_H__ #include <scsi/scsi.h> #include <scsi/scsi_cmnd.h> /* Common header for all IUs */ struct iu { __u8 iu_id; __u8 rsvd1; __be16 tag; } __attribute__((__packed__)); enum { IU_ID_COMMAND = 0x01, IU_ID_STATUS = 0x03, IU_ID_RES...
Linux işletim sistemi çekirdeği için 'include/linux/usb/tcpci' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright 2015-2017 Google, Inc * * USB Type-C Port Controller Interface. */ #ifndef __LINUX_USB_TCPCI_H #define __LINUX_USB_TCPCI_H #include <linux/usb/typec.h> #include <linux/usb/tcpm.h> #define TCPC_VENDOR_ID 0x0 #define TCPC_PRODUCT_ID 0x2 #define TCPC_B...
Linux işletim sistemi çekirdeği için 'include/linux/usb/typec_mux' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-2.0 #ifndef __USB_TYPEC_MUX #define __USB_TYPEC_MUX #include <linux/err.h> #include <linux/property.h> #include <linux/usb/typec.h> struct device; struct typec_mux; struct typec_mux_dev; struct typec_switch; struct typec_switch_dev; struct typec_altmode; struct fwnode_handle; ty...
Linux işletim sistemi çekirdeği için 'include/linux/usb/storage' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-2.0 #ifndef __LINUX_USB_STORAGE_H #define __LINUX_USB_STORAGE_H /* * linux/usb/storage.h * * Copyright Matthew Wilcox for Intel Corp, 2010 * * This file contains definitions taken from the * USB Mass Storage Class Specification Overview */ /* Storage subclass codes */ #def...
Linux işletim sistemi çekirdeği için 'include/linux/reset/sunxi' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_RESET_SUNXI_H__ #define __LINUX_RESET_SUNXI_H__ void __init sun6i_reset_init(void); #endif /* __LINUX_RESET_SUNXI_H__ */ ```
Linux işletim sistemi çekirdeği için 'include/linux/reset/socfpga' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_RESET_SOCFPGA_H__ #define __LINUX_RESET_SOCFPGA_H__ void __init socfpga_reset_init(void); #endif /* __LINUX_RESET_SOCFPGA_H__ */ ```
Linux işletim sistemi çekirdeği için 'include/linux/reset/bcm63xx_pmb' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Broadcom BCM63xx Processor Monitor Bus shared routines (SMP and reset) * * Copyright (C) 2015, Broadcom Corporation * Author: Florian Fainelli <f.fainelli@gmail.com> */ #ifndef __BCM63XX_PMB_H #define __BCM63XX_PMB_H #include <linux/io.h> #include <linux/types...
Linux işletim sistemi çekirdeği için 'include/linux/reset/reset-simple' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Simple Reset Controller ops * * Based on Allwinner SoCs Reset Controller driver * * Copyright 2013 Maxime Ripard * * Maxime Ripard <maxime.ripard@free-electrons.com> */ #ifndef __RESET_SIMPLE_H__ #define __RESET_SIMPLE_H__ #include <linux/io.h> #includ...
Linux işletim sistemi çekirdeği için 'include/linux/soc/apple/sart' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only OR MIT */ /* * Apple SART device driver * Copyright (C) The Asahi Linux Contributors * * Apple SART is a simple address filter for DMA transactions. * Regions of physical memory must be added to the SART's allow * list before any DMA can target these. Unlike a proper ...
Linux işletim sistemi çekirdeği için 'include/linux/soc/apple/rtkit' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only OR MIT */ /* * Apple RTKit IPC Library * Copyright (C) The Asahi Linux Contributors * * Apple's SoCs come with various co-processors running their RTKit operating * system. This protocol library is used by client drivers to use the * features provided by them. */ #if...
Linux işletim sistemi çekirdeği için 'include/linux/soc/apple/tunable' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only OR MIT */ /* * Apple Silicon hardware tunable support * * Each tunable is a list with each entry containing a offset into the MMIO * region, a mask of bits to be cleared and a set of bits to be set. These * tunables are passed along by the previous boot stages and vary...
Linux işletim sistemi çekirdeği için 'include/linux/soc/mediatek/mtk_sip_svc' 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 __MTK_SIP_SVC_H #define __MTK_SIP_SVC_H /* Error Code */ #define SIP_SVC_E_SUCCESS 0 #define SIP_SVC_E_NOT_SUPPORTED -1 #define SIP_SVC_E_INVALID_PARAMS -2 #define SIP_SVC_E_INVALID_RANGE ...
Linux işletim sistemi çekirdeği için 'include/linux/soc/mediatek/infracfg' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __SOC_MEDIATEK_INFRACFG_H #define __SOC_MEDIATEK_INFRACFG_H #define MT8365_INFRA_TOPAXI_PROTECTEN_STA1 0x228 #define MT8365_INFRA_TOPAXI_PROTECTEN_SET 0x2a0 #define MT8365_INFRA_TOPAXI_PROTECTEN_CLR 0x2a4 #define MT8365_INFRA_TOPAXI_PROTECTEN_MM_M0 BIT(1)...
Linux işletim sistemi çekirdeği için 'include/linux/soc/mediatek/mtk-mmsys' 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. */ #ifndef __MTK_MMSYS_H #define __MTK_MMSYS_H #include <linux/mailbox_controller.h> #include <linux/mailbox/mtk-cmdq-mailbox.h> #include <linux/soc/mediatek/mtk-cmdq.h> enum mtk_ddp_comp_id; struct device; enum mtk_dpi_out_for...
Linux işletim sistemi çekirdeği için 'include/linux/soc/mediatek/mtk-mutex' 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. */ #ifndef MTK_MUTEX_H #define MTK_MUTEX_H struct regmap; struct device; struct mtk_mutex; enum mtk_mutex_mod_index { /* MDP table index */ MUTEX_MOD_IDX_MDP_RDMA0, MUTEX_MOD_IDX_MDP_RSZ0, MUTEX_MOD_IDX_MDP_RSZ1, MUTEX_MOD_...
Linux işletim sistemi çekirdeği için 'include/linux/soc/mediatek/dvfsrc' 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. * Copyright (c) 2024 Collabora Ltd. * AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> */ #ifndef __MEDIATEK_DVFSRC_H #define __MEDIATEK_DVFSRC_H enum mtk_dvfsrc_cmd { MTK_DVFSRC_CMD_BW, MTK_DVF...
Linux işletim sistemi çekirdeği için 'include/linux/soc/mediatek/mtk_wed' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c #ifndef __MTK_WED_H #define __MTK_WED_H #include <linux/kernel.h> #include <linux/rcupdate.h> #include <linux/regmap.h> #include <linux/pci.h> #include <linux/skbuff.h> #include <linux/netdevice.h> #define MTK_WED_TX_QUEUES 2 #define MTK_WED_RX_QUEUES 2 #define MTK_WED_RX_PAGE_QUEUES 3 #define WED_WO_STA_REC...
Linux işletim sistemi çekirdeği için 'include/linux/soc/mediatek/mtk-cmdq' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2018 MediaTek Inc. * */ #ifndef __MTK_CMDQ_H__ #define __MTK_CMDQ_H__ #include <linux/mailbox_client.h> #include <linux/mailbox/mtk-cmdq-mailbox.h> #include <linux/timer.h> #define CMDQ_ADDR_HIGH(addr) ((u32)(((addr) >> 16) & GENMASK(31, 0))) #define ...
Linux işletim sistemi çekirdeği için 'include/linux/soc/mmp/cputype' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_MACH_CPUTYPE_H #define __ASM_MACH_CPUTYPE_H #if defined(CONFIG_ARM) || defined(CONFIG_ARM64) #include <asm/cputype.h> #endif /* * CPU Stepping CPU_ID CHIP_ID * * PXA168 S0 0x56158400 0x0000C910 * PXA168 A0 0x56158400 0x00A0A168 *...
Linux işletim sistemi çekirdeği için 'include/linux/soc/ti/ti-msgmgr' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Texas Instruments' Message Manager * * Copyright (C) 2015-2022 Texas Instruments Incorporated - https://www.ti.com/ * Nishanth Menon */ #ifndef TI_MSGMGR_H #define TI_MSGMGR_H struct mbox_chan; /** * struct ti_msgmgr_message - Message Manager structure * @...
Linux işletim sistemi çekirdeği için 'include/linux/soc/ti/omap1-soc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * OMAP cpu type detection * * Copyright (C) 2004, 2008 Nokia Corporation * * Copyright (C) 2009-11 Texas Instruments. * * Written by Tony Lindgren <tony.lindgren@nokia.com> * * Added OMAP4/5 specific defines - Santosh Shilimkar<santosh.shilimkar@ti.com> ...
Linux işletim sistemi çekirdeği için 'include/linux/soc/ti/knav_qmss' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Keystone Navigator Queue Management Sub-System header * * Copyright (C) 2014 Texas Instruments Incorporated - https://www.ti.com * Author: Sandeep Nair <sandeep_n@ti.com> * Cyril Chemparathy <cyril@ti.com> * Santosh Shilimkar <santosh.shilimkar@ti.com> */ ...
Linux işletim sistemi çekirdeği için 'include/linux/soc/ti/omap1-usb' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __SOC_TI_OMAP1_USB #define __SOC_TI_OMAP1_USB /* * Constants in this file are used all over the place, in platform * code, as well as the udc, phy and ohci drivers. * This is not a great design, but unlikely to get fixed after * such a long time. Don't do this els...
Linux işletim sistemi çekirdeği için 'include/linux/soc/ti/k3-ringacc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * K3 Ring Accelerator (RA) subsystem interface * * Copyright (C) 2019 Texas Instruments Incorporated - https://www.ti.com */ #ifndef __SOC_TI_K3_RINGACC_API_H_ #define __SOC_TI_K3_RINGACC_API_H_ #include <linux/types.h> struct device_node; /** * enum k3_ring_mode ...
Linux işletim sistemi çekirdeği için 'include/linux/soc/ti/knav_dma' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2014 Texas Instruments Incorporated * Authors: Sandeep Nair <sandeep_n@ti.com * Cyril Chemparathy <cyril@ti.com Santosh Shilimkar <santosh.shilimkar@ti.com> */ #ifndef __SOC_TI_KEYSTONE_NAVIGATOR_DMA_H__ #define __SOC_TI_KEYSTONE_NAVIGATOR_DMA_...
Linux işletim sistemi çekirdeği için 'include/linux/soc/ti/ti_sci_inta_msi' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Texas Instruments' K3 TI SCI INTA MSI helper * * Copyright (C) 2018-2019 Texas Instruments Incorporated - https://www.ti.com/ * Lokesh Vutla <lokeshvutla@ti.com> */ #ifndef __INCLUDE_LINUX_TI_SCI_INTA_MSI_H #define __INCLUDE_LINUX_TI_SCI_INTA_MSI_H #include <linux...
Linux işletim sistemi çekirdeği için 'include/linux/soc/ti/ti_sci_protocol' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-2.0 /* * Texas Instruments System Control Interface Protocol * * Copyright (C) 2015-2016 Texas Instruments Incorporated - https://www.ti.com/ * Nishanth Menon */ #ifndef __TISCI_PROTOCOL_H #define __TISCI_PROTOCOL_H /** * struct ti_sci_version_info - version information stru...
Linux işletim sistemi çekirdeği için 'include/linux/soc/ti/omap1-mux' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __SOC_TI_OMAP1_MUX_H #define __SOC_TI_OMAP1_MUX_H /* * This should not really be a global header, it reflects the * traditional way that omap1 does pin muxing without the * pinctrl subsystem. */ enum omap7xx_index { /* OMAP 730 keyboard */ E2_7XX_KBR0,...
Linux işletim sistemi çekirdeği için 'include/linux/soc/ti/omap1-io' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __ASM_ARCH_OMAP_IO_H #define __ASM_ARCH_OMAP_IO_H #ifndef __ASSEMBLER__ #include <linux/types.h> #ifdef CONFIG_ARCH_OMAP1 /* * NOTE: Please use ioremap + __raw_read/write where possible instead of these */ extern u8 omap_readb(u32 pa); extern u16 omap_readw(u...
Linux işletim sistemi çekirdeği için 'include/linux/soc/andes/irq' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2023 Andes Technology Corporation */ #ifndef __ANDES_IRQ_H #define __ANDES_IRQ_H /* Andes PMU irq number */ #define ANDES_RV_IRQ_PMOVI 18 #define ANDES_RV_IRQ_LAST ANDES_RV_IRQ_PMOVI #define ANDES_SLI_CAUSE_BASE 256 /* Andes PMU related register...
Linux işletim sistemi çekirdeği için 'include/linux/soc/amlogic/meson-canvas' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2018 BayLibre, SAS */ #ifndef __SOC_MESON_CANVAS_H #define __SOC_MESON_CANVAS_H #include <linux/kernel.h> #define MESON_CANVAS_WRAP_NONE 0x00 #define MESON_CANVAS_WRAP_X 0x01 #define MESON_CANVAS_WRAP_Y 0x02 #define MESON_CANVAS_BLKMODE_LINEAR 0x00 #d...
Linux işletim sistemi çekirdeği için 'include/linux/soc/airoha/airoha_offload' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2025 AIROHA Inc * Author: Lorenzo Bianconi <lorenzo@kernel.org> */ #ifndef AIROHA_OFFLOAD_H #define AIROHA_OFFLOAD_H #include <linux/skbuff.h> #include <linux/spinlock.h> #include <linux/workqueue.h> enum { PPE_CPU_REASON_HIT_UNBIND_RATE_REACHED ...
Linux işletim sistemi çekirdeği için 'include/linux/soc/nxp/lpc32xx-misc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Author: Kevin Wells <kevin.wells@nxp.com> * * Copyright (C) 2010 NXP Semiconductors */ #ifndef __SOC_LPC32XX_MISC_H #define __SOC_LPC32XX_MISC_H #include <linux/types.h> #include <linux/phy.h> #ifdef CONFIG_ARCH_LPC32XX extern u32 lpc32xx_return_iram(void...
Linux işletim sistemi çekirdeği için 'include/linux/soc/dove/pmu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef LINUX_SOC_DOVE_PMU_H #define LINUX_SOC_DOVE_PMU_H #include <linux/types.h> struct dove_pmu_domain_initdata { u32 pwr_mask; u32 rst_mask; u32 iso_mask; const char *name; }; struct dove_pmu_initdata { void __iomem *pmc_base; void __iomem *pmu_base; int irq; i...
Linux işletim sistemi çekirdeği için 'include/linux/soc/sunxi/sunxi_sram' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * Allwinner SoCs SRAM Controller Driver * * Copyright (C) 2015 Maxime Ripard * * Author: Maxime Ripard <maxime.ripard@free-electrons.com> * * 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, whethe...
Linux işletim sistemi çekirdeği için 'include/linux/soc/amd/isp4_misc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2025 Advanced Micro Devices, Inc. */ #ifndef __SOC_ISP4_MISC_H #define __SOC_ISP4_MISC_H #define AMDISP_I2C_ADAP_NAME "AMDISP DesignWare I2C adapter" #endif ```
Linux işletim sistemi çekirdeği için 'include/linux/soc/marvell/silicons' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only * Copyright (C) 2024 Marvell. */ #ifndef __SOC_SILICON_H #define __SOC_SILICON_H #include <linux/types.h> #include <linux/pci.h> #if defined(CONFIG_ARM64) #define CN20K_CHIPID 0x20 /* * Silicon check for CN20K family */ static inline bool is_cn20k(struct pci_dev *pd...
Linux işletim sistemi çekirdeği için 'include/linux/soc/marvell/octeontx2/asm' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only * Copyright (C) 2020 Marvell. */ #ifndef __SOC_OTX2_ASM_H #define __SOC_OTX2_ASM_H #include <linux/types.h> #if defined(CONFIG_ARM64) /* * otx2_lmt_flush is used for LMT store operation. * On octeontx2 platform CPT instruction enqueue and * NIX packet send are only p...
Linux işletim sistemi çekirdeği için 'include/linux/soc/qcom/qcom-pbs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved. */ #ifndef _QCOM_PBS_H #define _QCOM_PBS_H #include <linux/errno.h> #include <linux/types.h> struct device_node; struct pbs_dev; #if IS_ENABLED(CONFIG_QCOM_PBS) int qcom_pbs_trigger_event...
Linux işletim sistemi çekirdeği için 'include/linux/soc/qcom/smem_state' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __QCOM_SMEM_STATE__ #define __QCOM_SMEM_STATE__ #include <linux/err.h> struct device_node; struct qcom_smem_state; struct qcom_smem_state_ops { int (*update_bits)(void *, u32, u32); }; #ifdef CONFIG_QCOM_SMEM_STATE struct qcom_smem_state *qcom_smem_state_get(str...
Linux işletim sistemi çekirdeği için 'include/linux/soc/qcom/ubwc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2018, The Linux Foundation * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. */ #ifndef __QCOM_UBWC_H__ #define __QCOM_UBWC_H__ #include <linux/bits.h> #include <linux/printk.h> #include <linux/types.h> struct qcom_ubwc_cfg_dat...
Linux işletim sistemi çekirdeği için 'include/linux/soc/qcom/pdr' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __QCOM_PDR_HELPER__ #define __QCOM_PDR_HELPER__ #include <linux/soc/qcom/qmi.h> #define SERVREG_NAME_LENGTH 64 #define SERVREG_PFR_LENGTH 256 struct pdr_service; struct pdr_handle; enum servreg_service_state { SERVREG_LOCATOR_ERR = 0x1, SERVREG_SERVICE_STATE_DOW...
Linux işletim sistemi çekirdeği için 'include/linux/soc/qcom/smem' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __QCOM_SMEM_H__ #define __QCOM_SMEM_H__ #define QCOM_SMEM_HOST_ANY -1 bool qcom_smem_is_available(void); int qcom_smem_alloc(unsigned host, unsigned item, size_t size); void *qcom_smem_get(unsigned host, unsigned item, size_t *size); int qcom_smem_get_free_space(un...
Linux işletim sistemi çekirdeği için 'include/linux/soc/qcom/qmi' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-2.0 /* * Copyright (c) 2012-2014, The Linux Foundation. All rights reserved. * Copyright (c) 2017, Linaro Ltd. */ #ifndef __QMI_HELPERS_H__ #define __QMI_HELPERS_H__ #include <linux/completion.h> #include <linux/idr.h> #include <linux/list.h> #include <linux/qrtr.h> #include <li...
Linux işletim sistemi çekirdeği için 'include/linux/soc/qcom/socinfo' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __QCOM_SOCINFO_H__ #define __QCOM_SOCINFO_H__ #include <linux/types.h> /* * SMEM item id, used to acquire handles to respective * SMEM region. */ #define SMEM_HW_SW_BUILD_ID 137 #define SMEM_SOCINFO_BUILD_ID_LENGTH 32 #define SMEM_SOCINFO_CHIP_ID_LENGTH 32 /*...
Linux işletim sistemi çekirdeği için 'include/linux/soc/qcom/geni-se' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2017-2018, The Linux Foundation. All rights reserved. * Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. */ #ifndef _LINUX_QCOM_GENI_SE #define _LINUX_QCOM_GENI_SE #include <linux/interconnect.h> /** * enum geni_se_xfer_mode: Transf...
Linux işletim sistemi çekirdeği için 'include/linux/soc/qcom/irq' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __QCOM_IRQ_H #define __QCOM_IRQ_H #include <linux/irqdomain.h> #define GPIO_NO_WAKE_IRQ ~0U /* * QCOM specific IRQ domain flags that distinguishes the handling of wakeup * capable interrupts by different interrupt controllers. * * IRQ_DOMAIN_FLAG_QCOM_PDC...
Linux işletim sistemi çekirdeği için 'include/linux/soc/qcom/wcnss_ctrl' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __WCNSS_CTRL_H__ #define __WCNSS_CTRL_H__ #include <linux/rpmsg.h> #if IS_ENABLED(CONFIG_QCOM_WCNSS_CTRL) struct rpmsg_endpoint *qcom_wcnss_open_channel(void *wcnss, const char *name, rpmsg_rx_cb_t cb, void *priv); #else static struct rpmsg_endpoint *...
Linux işletim sistemi çekirdeği için 'include/linux/soc/qcom/mdt_loader' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __QCOM_MDT_LOADER_H__ #define __QCOM_MDT_LOADER_H__ #include <linux/types.h> #define QCOM_MDT_TYPE_MASK (7 << 24) #define QCOM_MDT_TYPE_HASH (2 << 24) #define QCOM_MDT_RELOCATABLE BIT(27) struct device; struct firmware; struct qcom_scm_pas_context; #if IS_ENABLED(...
Linux işletim sistemi çekirdeği için 'include/linux/soc/qcom/pmic_glink' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2022, Linaro Ltd */ #ifndef __SOC_QCOM_PMIC_GLINK_H__ #define __SOC_QCOM_PMIC_GLINK_H__ struct pmic_glink; struct pmic_glink_client; #define PMIC_GLINK_OWNER_BATTMGR 32778 #define PMIC_GLINK_OWNER_USBC 32779 #define PMIC_GLINK_OWNER_USBC_PAN 32780...
Linux işletim sistemi çekirdeği için 'include/linux/soc/qcom/smd-rpm' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __QCOM_SMD_RPM_H__ #define __QCOM_SMD_RPM_H__ #include <linux/types.h> struct qcom_smd_rpm; #define QCOM_SMD_RPM_ACTIVE_STATE 0 #define QCOM_SMD_RPM_SLEEP_STATE 1 #define QCOM_SMD_RPM_STATE_NUM 2 /* * Constants used for addressing resources in the RPM. */ #defi...
Linux işletim sistemi çekirdeği için 'include/linux/soc/qcom/qcom_aoss' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2021, The Linux Foundation. All rights reserved. */ #ifndef __QCOM_AOSS_H__ #define __QCOM_AOSS_H__ #include <linux/err.h> #include <linux/device.h> struct qmp; #if IS_ENABLED(CONFIG_QCOM_AOSS_QMP) int qmp_send(struct qmp *qmp, const char *fmt, ...
Linux işletim sistemi çekirdeği için 'include/linux/soc/qcom/llcc-qcom' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2017-2018, The Linux Foundation. All rights reserved. * */ #include <linux/platform_device.h> #ifndef __LLCC_QCOM__ #define __LLCC_QCOM__ #define LLCC_CPUSS 1 #define LLCC_VIDSC0 2 #define LLCC_VIDSC1 3 #define LLCC_ROTATOR 4 #defin...
Linux işletim sistemi çekirdeği için 'include/linux/soc/qcom/apr' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __QCOM_APR_H_ #define __QCOM_APR_H_ #include <linux/spinlock.h> #include <linux/device.h> #include <linux/mod_devicetable.h> #include <dt-bindings/soc/qcom,apr.h> #include <dt-bindings/soc/qcom,gpr.h> extern const struct bus_type aprbus; #define APR_HDR_LEN(hdr_le...
Linux işletim sistemi çekirdeği için 'include/linux/soc/actions/owl-sps' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* * Copyright (c) 2017 Andreas Färber * * SPDX-License-Identifier: GPL-2.0+ */ #ifndef SOC_ACTIONS_OWL_SPS_H #define SOC_ACTIONS_OWL_SPS_H int owl_sps_set_pg(void __iomem *base, u32 pwr_mask, u32 ack_mask, bool enable); #endif ```
Linux işletim sistemi çekirdeği için 'include/linux/soc/ixp4xx/npe' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __IXP4XX_NPE_H #define __IXP4XX_NPE_H #include <linux/kernel.h> #include <linux/regmap.h> extern const char *npe_names[]; struct npe_regs { u32 exec_addr, exec_data, exec_status_cmd, exec_count; u32 action_points[4]; u32 watchpoint_fifo, watch_count; u32 profil...
Linux işletim sistemi çekirdeği için 'include/linux/soc/ixp4xx/cpu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * IXP4XX cpu type detection * * Copyright (C) 2007 MontaVista Software, Inc. */ #ifndef __SOC_IXP4XX_CPU_H__ #define __SOC_IXP4XX_CPU_H__ #include <linux/io.h> #include <linux/regmap.h> #ifdef CONFIG_ARM #include <asm/cputype.h> #endif /* Processor id value in ...
Linux işletim sistemi çekirdeği için 'include/linux/soc/ixp4xx/qmgr' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2007 Krzysztof Halasa <khc@pm.waw.pl> */ #ifndef IXP4XX_QMGR_H #define IXP4XX_QMGR_H #include <linux/io.h> #include <linux/kernel.h> #define DEBUG_QMGR 0 #define HALF_QUEUES 32 #define QUEUES 64 #define MAX_QUEUE_LENGTH 4 /* in dwords */ #defin...
Linux işletim sistemi çekirdeği için 'include/linux/soc/renesas/rcar-rst' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_SOC_RENESAS_RCAR_RST_H__ #define __LINUX_SOC_RENESAS_RCAR_RST_H__ #ifdef CONFIG_RST_RCAR int rcar_rst_read_mode_pins(u32 *mode); int rcar_rst_set_rproc_boot_addr(u64 boot_addr); #else static inline int rcar_rst_read_mode_pins(u32 *mode) { return -ENODEV; } st...
Linux işletim sistemi çekirdeği için 'include/linux/soc/renesas/rcar-sysc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_SOC_RENESAS_RCAR_SYSC_H__ #define __LINUX_SOC_RENESAS_RCAR_SYSC_H__ int rcar_sysc_power_down_cpu(unsigned int cpu); int rcar_sysc_power_up_cpu(unsigned int cpu); #endif /* __LINUX_SOC_RENESAS_RCAR_SYSC_H__ */ ```
Linux işletim sistemi çekirdeği için 'include/linux/soc/renesas/r9a06g032-sysctrl' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_SOC_RENESAS_R9A06G032_SYSCTRL_H__ #define __LINUX_SOC_RENESAS_R9A06G032_SYSCTRL_H__ #ifdef CONFIG_CLK_R9A06G032 int r9a06g032_sysctrl_set_dmamux(u32 mask, u32 val); #else static inline int r9a06g032_sysctrl_set_dmamux(u32 mask, u32 val) { return -ENODEV; } #e...
Linux işletim sistemi çekirdeği için 'include/linux/soc/samsung/exynos-chipid' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2018 Samsung Electronics Co., Ltd. * http://www.samsung.com/ * * Exynos - CHIPID support */ #ifndef __LINUX_SOC_EXYNOS_CHIPID_H #define __LINUX_SOC_EXYNOS_CHIPID_H #define EXYNOS_CHIPID_REG_PRO_ID 0x00 #define EXYNOS_REV_PART_MASK 0xf #define E...
Linux işletim sistemi çekirdeği için 'include/linux/soc/samsung/exynos-regs-pmu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2010-2015 Samsung Electronics Co., Ltd. * http://www.samsung.com * * Exynos - Power management unit definition * * Notice: * This is not a list of all Exynos Power Management Unit SFRs. * There are too many of them, not mentioning subtle difference...
Linux işletim sistemi çekirdeği için 'include/linux/soc/samsung/exynos-pmu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2014 Samsung Electronics Co., Ltd. * http://www.samsung.com * * Header for Exynos PMU Driver support */ #ifndef __LINUX_SOC_EXYNOS_PMU_H #define __LINUX_SOC_EXYNOS_PMU_H struct regmap; struct device_node; enum sys_powerdown { SYS_AFTR, SYS_LPA, ...
Linux işletim sistemi çekirdeği için 'include/linux/soc/samsung/s3c-pm' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2013 Samsung Electronics Co., Ltd. * Tomasz Figa <t.figa@samsung.com> * Copyright (c) 2004 Simtec Electronics * http://armlinux.simtec.co.uk/ * Written by Ben Dooks, <ben@simtec.co.uk> */ #ifndef __LINUX_SOC_SAMSUNG_S3C_PM_H #define __LINUX_SOC_SAMSU...
Linux işletim sistemi çekirdeği için 'include/linux/soc/cirrus/ep93xx' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _SOC_EP93XX_H #define _SOC_EP93XX_H struct regmap; struct spinlock_t; enum ep93xx_soc_model { EP93XX_9301_SOC, EP93XX_9307_SOC, EP93XX_9312_SOC, }; #include <linux/auxiliary_bus.h> #include <linux/compiler_types.h> #include <linux/container_of.h> #define EP93XX...
Linux işletim sistemi çekirdeği için 'include/linux/soc/pxa/mfp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Common Multi-Function Pin Definitions * * Copyright (C) 2007 Marvell International Ltd. * * 2007-8-21: eric miao <eric.miao@marvell.com> * initial version */ #ifndef __ASM_PLAT_MFP_H #define __ASM_PLAT_MFP_H #define mfp_to_gpio(m) ((m) % 256) ...
Linux işletim sistemi çekirdeği için 'include/linux/soc/pxa/smemc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __PXA_REGS_H #define __PXA_REGS_H #include <linux/types.h> void pxa_smemc_set_pcmcia_timing(int sock, u32 mcmem, u32 mcatt, u32 mcio); void pxa_smemc_set_pcmcia_socket(int nr); int pxa2xx_smemc_get_sdram_rows(void); unsigned int pxa3xx_smemc_get_memclkdiv(void)...
Linux işletim sistemi çekirdeği için 'include/linux/soc/pxa/cpu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Author: Nicolas Pitre * Created: Jun 15, 2001 * Copyright: MontaVista Software Inc. */ #ifndef __SOC_PXA_CPU_H #define __SOC_PXA_CPU_H #ifdef CONFIG_ARM #include <asm/cputype.h> #endif /* * CPU Stepping CPU_ID JTAG_ID * * PXA210 B0 0x...
Linux işletim sistemi çekirdeği için 'include/linux/soc/brcmstb/brcmstb' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __BRCMSTB_SOC_H #define __BRCMSTB_SOC_H #include <linux/kconfig.h> static inline u32 BRCM_ID(u32 reg) { return reg >> 28 ? reg >> 16 : reg >> 8; } static inline u32 BRCM_REV(u32 reg) { return reg & 0xff; } #if IS_ENABLED(CONFIG_SOC_BRCMSTB) /* * Helper functio...
Linux işletim sistemi çekirdeği için 'include/linux/netfilter_arp/arp_tables' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Format of an ARP firewall descriptor * * src, tgt, src_mask, tgt_mask, arpop, arpop_mask are always stored in * network byte order. * flags are stored in host byte order (of course). */ #ifndef _ARPTABLES_H #define _ARPTABLES_H #include <linux/if.h> #include <l...
Linux işletim sistemi çekirdeği için 'include/linux/rpmsg/mtk_rpmsg' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright 2019 Google LLC. */ #ifndef __LINUX_RPMSG_MTK_RPMSG_H #define __LINUX_RPMSG_MTK_RPMSG_H #include <linux/platform_device.h> #include <linux/remoteproc.h> typedef void (*ipi_handler_t)(void *data, unsigned int len, void *priv); /* * struct mtk_rpmsg_info -...
Linux işletim sistemi çekirdeği için 'include/linux/rpmsg/qcom_smd' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_RPMSG_QCOM_SMD_H #define _LINUX_RPMSG_QCOM_SMD_H #include <linux/device.h> struct qcom_smd_edge; #if IS_ENABLED(CONFIG_RPMSG_QCOM_SMD) struct qcom_smd_edge *qcom_smd_register_edge(struct device *parent, struct device_node *node); void qcom_smd_un...
Linux işletim sistemi çekirdeği için 'include/linux/rpmsg/qcom_glink' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_RPMSG_QCOM_GLINK_H #define _LINUX_RPMSG_QCOM_GLINK_H #include <linux/device.h> struct qcom_glink_smem; #if IS_ENABLED(CONFIG_RPMSG_QCOM_GLINK) void qcom_glink_ssr_notify(const char *ssr_name); #else static inline void qcom_glink_ssr_notify(const char *ssr_n...
Linux işletim sistemi çekirdeği için 'include/linux/rpmsg/byteorder' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Follows implementation found in linux/virtio_byteorder.h */ #ifndef _LINUX_RPMSG_BYTEORDER_H #define _LINUX_RPMSG_BYTEORDER_H #include <linux/types.h> #include <uapi/linux/rpmsg_types.h> static inline bool rpmsg_is_little_endian(void) { #ifdef __LITTLE_ENDIAN return ...
Linux işletim sistemi çekirdeği için 'include/linux/rpmsg/ns' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_RPMSG_NS_H #define _LINUX_RPMSG_NS_H #include <linux/mod_devicetable.h> #include <linux/rpmsg.h> #include <linux/rpmsg/byteorder.h> #include <linux/types.h> /** * struct rpmsg_ns_msg - dynamic name service announcement message * @name: name of remote servi...