| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | cpu_device_id.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 6 * Declare drivers belonging to specific x86 CPUs 14 #include <asm/intel-family.h> 25 * X86_MATCH_VENDOR_FAM_MODEL_STEPPINGS_FEATURE - Base macro for CPU matching 26 * @_vendor: The vendor name, e.g. INTEL, AMD, HYGON, ..., ANY 32 * @_data: Driver specific data or NULL. The internal storage 44 .vendor = X86_VENDOR_##_vendor, \ 53 * X86_MATCH_VENDOR_FAM_MODEL_FEATURE - Macro for CPU matching 54 * @_vendor: The vendor name, e.g. INTEL, AMD, HYGON, ..., ANY 59 * @_data: Driver specific data or NULL. The internal storage [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ |
| H A D | example-schema.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 5 # All the top-level keys are standard json-schema keywords except for 10 $id: http://devicetree.org/schemas/example-schema.yaml# 11 # $schema is the meta-schema this schema should be validated with. 12 $schema: http://devicetree.org/meta-schemas/core.yaml# 17 - Rob Herring <robh@kernel.org> 20 A more detailed multi-line description of the binding. 44 - items: 51 - enum: [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | chio.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 14 #define CHET_V1 4 /* vendor specific #1 */ 15 #define CHET_V2 5 /* vendor specific #2 */ 16 #define CHET_V3 6 /* vendor specific #3 */ 17 #define CHET_V4 7 /* vendor specific #4 */ 25 * query vendor-specific element types 29 * unit = 0 .. cp_nslots-1 40 int cvp_n1; /* number of vendor specific elems (CHET_V1) */ 42 int cvp_n2; /* number of vendor specific elems (CHET_V2) */ 44 int cvp_n3; /* number of vendor specific elems (CHET_V3) */ [all …]
|
| H A D | vfio.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 37 /* Two-stage IOMMU */ 43 * The No-IOMMU IOMMU offers no translation or isolation for devices and 44 * supports no ioctls outside of VFIO_CHECK_EXTENSION. Use of VFIO's No-IOMMU 72 * while the version field is specific to the capability id. The 73 * contents following the header are specific to the capability id. 77 __u16 version; /* Version specific to the capability ID */ 90 /* -------- IOCTLs for VFIO file descriptor (/dev/vfio/vfio) -------- */ 93 * VFIO_GET_API_VERSION - _IO(VFIO_TYPE, VFIO_BASE + 0) 104 * VFIO_CHECK_EXTENSION - _IOW(VFIO_TYPE, VFIO_BASE + 1, __u32) [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | chio.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 11 #define CHET_V1 4 /* vendor specific #1 */ 12 #define CHET_V2 5 /* vendor specific #2 */ 13 #define CHET_V3 6 /* vendor specific #3 */ 14 #define CHET_V4 7 /* vendor specific #4 */ 22 * query vendor-specific element types 26 * unit = 0 .. cp_nslots-1 37 int cvp_n1; /* number of vendor specific elems (CHET_V1) */ 39 int cvp_n2; /* number of vendor specific elems (CHET_V2) */ 41 int cvp_n3; /* number of vendor specific elems (CHET_V3) */ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | chio.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 11 #define CHET_V1 4 /* vendor specific #1 */ 12 #define CHET_V2 5 /* vendor specific #2 */ 13 #define CHET_V3 6 /* vendor specific #3 */ 14 #define CHET_V4 7 /* vendor specific #4 */ 22 * query vendor-specific element types 26 * unit = 0 .. cp_nslots-1 37 int cvp_n1; /* number of vendor specific elems (CHET_V1) */ 39 int cvp_n2; /* number of vendor specific elems (CHET_V2) */ 41 int cvp_n3; /* number of vendor specific elems (CHET_V3) */ [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mod_devicetable.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 20 * struct pci_device_id - PCI device ID structure 21 * @vendor: Vendor ID to match (or PCI_ANY_ID) 23 * @subvendor: Subsystem vendor ID to match (or PCI_ANY_ID) 29 * as vendor/device is normally sufficient. 30 * @class_mask: Limit which sub-fields of the class field are compared. 39 __u32 vendor, device; /* Vendor and device ID or PCI_ANY_ID*/ member 41 __u32 class, class_mask; /* (class,subclass,prog-if) triplet */ 62 * Device table entry for "new style" table-driven USB drivers. 70 * Terminate the driver's table with an all-zeroes entry. [all …]
|
| H A D | pci.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 7 * Copyright 1997--1999 Martin Mares <mj@ucw.cz> 54 * The PCI interface treats multi-function devices as independent 62 * In the interest of not exposing interfaces to user-space unnecessarily, 63 * the following kernel-only defines are being added here. 74 unsigned char number; /* PCI_SLOT(pci_dev->devfn) */ 80 return kobject_name(&slot->kobj); in pci_slot_name() 91 /* #0-5: standard PCI resources */ 93 PCI_STD_RESOURCE_END = PCI_STD_RESOURCES + PCI_STD_NUM_BARS - 1, 98 /* Device-specific resources */ [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/obsolete/ |
| H A D | sysfs-driver-hid-roccat-isku | 1 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p… 4 Description: The integer value of this attribute ranges from 0-4. 12 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p… 20 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p… 31 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p… 35 capslock key for a specific profile. Profile number is included 41 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p… 45 easyzone keys for a specific profile. Profile number is included 51 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p… 55 function keys for a specific profile. Profile number is included [all …]
|
| H A D | sysfs-driver-hid-roccat-ryos | 1 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p… 9 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p… 21 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p… 25 a specific profile. Profile index is included in written data. 31 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p… 35 function keys for a specific profile. Profile index is included 41 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p… 45 keys for a specific profile. Profile index is included in 51 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p… 55 thumbster keys for a specific profile. Profile index is included [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/mtd/ |
| H A D | onfi.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * Copyright © 2000-2010 David Woodhouse <dwmw2@infradead.org> 43 /* Vendor-specific feature address (Micron) */ 113 /* vendor */ 115 u8 vendor[88]; member 157 * struct onfi_params - ONFI specific parameters that will be reused 164 * @vendor_revision: Vendor specific revision number 165 * @vendor: Vendor specific data 175 u8 vendor[88]; member
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | iTCO_vendor_support.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * intel TCO vendor specific watchdog driver support 5 * (c) Copyright 2006-2009 Wim Van Sebroeck <wim@iguana.be>. 9 * provided "AS-IS" and at no charge. 23 #include <linux/module.h> /* For module specific items */ 26 #include <linux/errno.h> /* For the -ENODEV/... values */ 29 #include <linux/ioport.h> /* For io-port access */ 34 /* List of vendor support modes */ 35 /* SuperMicro Pentium 3 Era 370SSE+-OEM1/P3TSSE */ 37 /* SuperMicro Pentium 4 / Xeon 4 / EMT64T Era Systems - no longer supported */ [all …]
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | config.mk | 2 # (C) Copyright 2000-2013 5 # SPDX-License-Identifier: GPL-2.0+ 21 # clear VENDOR for tcsh 22 VENDOR := 34 VENDOR := $(CONFIG_SYS_VENDOR:"%"=%) 43 # CPU-specific code. 47 sinclude $(srctree)/$(CPUDIR)/config.mk # include CPU specific rules 50 sinclude $(srctree)/$(CPUDIR)/$(SOC)/config.mk # include SoC specific rules 53 ifdef VENDOR 54 BOARDDIR = $(VENDOR)/$(BOARD) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ufs/ |
| H A D | Kconfig | 5 # Copyright (C) 2011-2013 Samsung India Software Operations 15 # See the COPYING file in the top-level directory or visit 16 # <http://www.gnu.org/licenses/gpl-2.0.html> 88 This selects the Cadence-specific additions to UFSHCD platform driver. 101 tristate "QCOM specific hooks to UFS controller platform driver" 106 This selects the QCOM specific additions to UFSHCD platform driver. 107 UFS host on QCOM needs some vendor specific configuration before 108 accessing the hardware which includes PHY configuration and vendor 109 specific registers. 115 tristate "Mediatek specific hooks to UFS controller platform driver" [all …]
|
| H A D | ufs-qcom.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 /* Copyright (c) 2013-2015, The Linux Foundation. All rights reserved. 8 #include <linux/reset-controller.h> 26 /* vendor specific pre-defined parameters */ 43 /* QCOM UFS host controller vendor specific registers */ 62 * QCOM UFS host controller vendor specific registers 68 /* QCOM UFS host controller vendor specific debug registers */ 135 /* QUniPro Vendor specific attributes */ 171 * Make sure de-assertion of ufs phy reset is written to in ufs_qcom_deassert_reset() 239 if (host->hw_ver.major <= 0x02) in ufs_qcom_get_debug_reg_offset() [all …]
|
| H A D | ufs-mediatek.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 13 * Vendor specific UFSHCI Registers 23 * Ref-clk control 34 * Vendor specific pre-defined parameters 57 * Vendor specific link state
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | bcmsdh_linux.c | 2 * SDIO access interface for drivers - linux specific (pci only) 21 * <<Broadcom-WL-IPTag/Open:>> 47 #include <linux/platform_data/gpio-odin.h> 61 /* the BCMSDH module comprises the generic part (bcmsdh.c) and OS specific layer (e.g. 62 * bcmsdh_linux.c). Put all OS specific variables (e.g. irq number and flags) here rather 92 * Checks to see if vendor and device IDs match a supported SDIO Host Controller. 95 bcmsdh_chipmatch(uint16 vendor, uint16 device) in bcmsdh_chipmatch() argument 100 if (device == SDIOH_FPGA_ID && vendor == VENDOR_BROADCOM) { in bcmsdh_chipmatch() 103 if (device == BCM_SDIOH_ID && vendor == VENDOR_BROADCOM) { in bcmsdh_chipmatch() 106 if (device == BCM4710_DEVICE_ID && vendor == VENDOR_BROADCOM) { in bcmsdh_chipmatch() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | bcmsdh_linux.c | 2 * SDIO access interface for drivers - linux specific (pci only) 21 * <<Broadcom-WL-IPTag/Open:>> 47 #include <linux/platform_data/gpio-odin.h> 61 /* the BCMSDH module comprises the generic part (bcmsdh.c) and OS specific layer (e.g. 62 * bcmsdh_linux.c). Put all OS specific variables (e.g. irq number and flags) here rather 92 * Checks to see if vendor and device IDs match a supported SDIO Host Controller. 95 bcmsdh_chipmatch(uint16 vendor, uint16 device) in bcmsdh_chipmatch() argument 100 if (device == SDIOH_FPGA_ID && vendor == VENDOR_BROADCOM) { in bcmsdh_chipmatch() 103 if (device == BCM_SDIOH_ID && vendor == VENDOR_BROADCOM) { in bcmsdh_chipmatch() 106 if (device == BCM4710_DEVICE_ID && vendor == VENDOR_BROADCOM) { in bcmsdh_chipmatch() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | bcmsdh_linux.c | 2 * SDIO access interface for drivers - linux specific (pci only) 6 * Copyright (C) 1999-2017, Broadcom Corporation 27 * <<Broadcom-WL-IPTag/Open:>> 29 * $Id: bcmsdh_linux.c 689948 2017-03-14 05:21:03Z $ 64 /* the BCMSDH module comprises the generic part (bcmsdh.c) and OS specific layer (e.g. 65 * bcmsdh_linux.c). Put all OS specific variables (e.g. irq number and flags) here rather 89 * Checks to see if vendor and device IDs match a supported SDIO Host Controller. 92 bcmsdh_chipmatch(uint16 vendor, uint16 device) in bcmsdh_chipmatch() argument 98 if (vendor == VENDOR_SI_IMAGE) { in bcmsdh_chipmatch() 101 if (device == SDIOH_FPGA_ID && vendor == VENDOR_CYPRESS) { in bcmsdh_chipmatch() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | bcmsdh_linux.c | 2 * SDIO access interface for drivers - linux specific (pci only) 6 * Copyright (C) 1999-2017, Broadcom Corporation 27 * <<Broadcom-WL-IPTag/Open:>> 29 * $Id: bcmsdh_linux.c 689948 2017-03-14 05:21:03Z $ 64 /* the BCMSDH module comprises the generic part (bcmsdh.c) and OS specific layer (e.g. 65 * bcmsdh_linux.c). Put all OS specific variables (e.g. irq number and flags) here rather 89 * Checks to see if vendor and device IDs match a supported SDIO Host Controller. 92 bcmsdh_chipmatch(uint16 vendor, uint16 device) in bcmsdh_chipmatch() argument 98 if (vendor == VENDOR_SI_IMAGE) { in bcmsdh_chipmatch() 101 if (device == SDIOH_FPGA_ID && vendor == VENDOR_CYPRESS) { in bcmsdh_chipmatch() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
| H A D | multipath.conf.example | 4 # /usr/share/doc/device-mapper-multipath-0.4.9/multipath.conf.defaults 6 # /usr/share/doc/device-mapper-multipath-0.4.9/multipath.conf.annotated 8 ## By default, devices with vendor = "IBM" and product = "S/390.*" are 13 # vendor "IBM" 29 # selector "round-robin 0" 31 # getuid_callout "/lib/udev/scsi_id --whitelisted --device=/dev/%n" 46 ## However, if you want to blacklist specific devices, you should use 47 ## a wwid line. Since there is no guarantee that a specific device will 49 ## devnode lines are not recommended for blacklisting specific devices. 53 # devnode "^(ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*" [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | bcmsdh_linux.c | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * SDIO access interface for drivers - linux specific (pci only) 5 * Copyright (C) 1999-2017, Broadcom Corporation 26 * <<Broadcom-WL-IPTag/Open:>> 28 * $Id: bcmsdh_linux.c 672609 2016-11-29 07:00:46Z $ 52 #include <linux/platform_data/gpio-odin.h> 67 /* the BCMSDH module comprises the generic part (bcmsdh.c) and OS specific layer (e.g. 68 * bcmsdh_linux.c). Put all OS specific variables (e.g. irq number and flags) here rather 93 * Checks to see if vendor and device IDs match a supported SDIO Host Controller. 96 bcmsdh_chipmatch(uint16 vendor, uint16 device) in bcmsdh_chipmatch() argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | bcmsdh_linux.c | 2 * SDIO access interface for drivers - linux specific (pci only) 6 * Copyright (C) 1999-2017, Broadcom Corporation 27 * <<Broadcom-WL-IPTag/Open:>> 29 * $Id: bcmsdh_linux.c 689948 2017-03-14 05:21:03Z $ 64 /* the BCMSDH module comprises the generic part (bcmsdh.c) and OS specific layer (e.g. 65 * bcmsdh_linux.c). Put all OS specific variables (e.g. irq number and flags) here rather 93 * Checks to see if vendor and device IDs match a supported SDIO Host Controller. 96 bcmsdh_chipmatch(uint16 vendor, uint16 device) in bcmsdh_chipmatch() argument 102 if (vendor == VENDOR_SI_IMAGE) { in bcmsdh_chipmatch() 105 if (device == SDIOH_FPGA_ID && vendor == VENDOR_CYPRESS) { in bcmsdh_chipmatch() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/mmc/ |
| H A D | sdio_func.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 5 * Copyright 2007-2008 Pierre Ossman 41 unsigned short vendor; /* vendor id */ member 62 #define sdio_func_present(f) ((f)->state & SDIO_STATE_PRESENT) 64 #define sdio_func_set_present(f) ((f)->state |= SDIO_STATE_PRESENT) 66 #define sdio_func_id(f) (dev_name(&(f)->dev)) 68 #define sdio_get_drvdata(f) dev_get_drvdata(&(f)->dev) 69 #define sdio_set_drvdata(f,d) dev_set_drvdata(&(f)->dev, d) 86 * SDIO_DEVICE - macro used to describe a specific SDIO device 91 * specific device. The class field will be set to SDIO_ANY_ID. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/ |
| H A D | qla_bsg.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 4 * Copyright (c) 2003-2014 QLogic Corporation 9 /* BSG Vendor specific commands */ 35 /* BSG Vendor specific subcode returns */ 48 * BSG Vendor specific returns 70 /* BSG Vendor specific definations */ 263 uint8_t status; /* 1 - enabled, 0 - Disabled */ 264 uint8_t state; /* 1 - online, 0 - offline */ 265 uint8_t configured_bbscn; /* 0-15 */ 266 uint8_t negotiated_bbscn; /* 0-15 */
|