| /OK3568_Linux_fs/kernel/drivers/virt/nitro_enclaves/ |
| H A D | ne_pci_dev.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 17 * DOC: Nitro Enclaves (NE) PCI device 21 * PCI_DEVICE_ID_NE - Nitro Enclaves PCI device id. 25 * PCI_BAR_NE - Nitro Enclaves PCI device MMIO BAR. 30 * DOC: Device registers in the NE PCI device MMIO BAR 34 * NE_ENABLE - (1 byte) Register to notify the device that the driver is using 42 * NE_VERSION - (2 bytes) Register to select the device run-time version 49 * NE_COMMAND - (4 bytes) Register to notify the device what command was 50 * requested (Write-Only). 55 * NE_EVTCNT - (4 bytes) Register to notify the driver that a reply or a device [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/mediactl/ |
| H A D | media-ioc-g-topology.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 13 MEDIA_IOC_G_TOPOLOGY - Enumerate the graph topology and graph element properties 53 .. flat-table:: struct media_v2_topology 54 :header-rows: 0 55 :stub-columns: 0 58 * - __u64 59 - ``topology_version`` 60 - Version of the media graph topology. When the graph is created, 64 * - __u32 65 - ``num_entities`` [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | atmioc.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2 /* atmioc.h - ranges for ATM-related ioctl numbers */ 4 /* Written 1995-1999 by Werner Almesberger, EPFL LRC/ICA */ 8 * See https://icawww1.epfl.ch/linux-atm/magic.html for the complete list of 19 #define ATMIOC_PHYCOM 0x00 /* PHY device common ioctls, globally unique */ 21 #define ATMIOC_PHYTYP 0x10 /* PHY dev type ioctls, unique per PHY type */ 23 #define ATMIOC_PHYPRV 0x30 /* PHY dev private ioctls, unique per driver */ 25 #define ATMIOC_SARCOM 0x50 /* SAR device common ioctls, globally unique */ 27 #define ATMIOC_SARPRV 0x60 /* SAR dev private ioctls, unique per driver */ 29 #define ATMIOC_ITF 0x80 /* Interface ioctls, globally unique */ [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 | atmioc.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2 /* atmioc.h - ranges for ATM-related ioctl numbers */ 4 /* Written 1995-1999 by Werner Almesberger, EPFL LRC/ICA */ 8 * See http://icawww1.epfl.ch/linux-atm/magic.html for the complete list of 19 #define ATMIOC_PHYCOM 0x00 /* PHY device common ioctls, globally unique */ 21 #define ATMIOC_PHYTYP 0x10 /* PHY dev type ioctls, unique per PHY type */ 23 #define ATMIOC_PHYPRV 0x30 /* PHY dev private ioctls, unique per driver */ 25 #define ATMIOC_SARCOM 0x50 /* SAR device common ioctls, globally unique */ 27 #define ATMIOC_SARPRV 0x60 /* SAR dev private ioctls, unique per driver */ 29 #define ATMIOC_ITF 0x80 /* Interface ioctls, globally unique */ [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 | atmioc.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2 /* atmioc.h - ranges for ATM-related ioctl numbers */ 4 /* Written 1995-1999 by Werner Almesberger, EPFL LRC/ICA */ 8 * See http://icawww1.epfl.ch/linux-atm/magic.html for the complete list of 19 #define ATMIOC_PHYCOM 0x00 /* PHY device common ioctls, globally unique */ 21 #define ATMIOC_PHYTYP 0x10 /* PHY dev type ioctls, unique per PHY type */ 23 #define ATMIOC_PHYPRV 0x30 /* PHY dev private ioctls, unique per driver */ 25 #define ATMIOC_SARCOM 0x50 /* SAR device common ioctls, globally unique */ 27 #define ATMIOC_SARPRV 0x60 /* SAR dev private ioctls, unique per driver */ 29 #define ATMIOC_ITF 0x80 /* Interface ioctls, globally unique */ [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/remoteproc/ |
| H A D | rproc-uclass.c | 3 * Texas Instruments Incorporated - http://www.ti.com/ 4 * SPDX-License-Identifier: GPL-2.0+ 13 #include <dm/device-internal.h> 16 #include <dm/uclass-internal.h> 21 * for_each_remoteproc_device() - iterate through the list of rproc devices 24 * @skip_dev: Device to skip calling the callback about. 54 * _rproc_name_is_unique() - iteration helper to check if rproc name is unique 55 * @dev: device that we are checking name for 57 * @data: compare data (this is the name we want to ensure is unique) 59 * Return: 0 is there is no match(is unique); if there is a match(we dont [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/networking/devlink/ |
| H A D | devlink-info.rst | 1 .. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 7 The ``devlink-info`` mechanism enables device drivers to report device 10 The original motivation for the ``devlink-info`` API was twofold: 12 - making it possible to automate device and firmware management in a fleet 13 of machines in a vendor-independent fashion (see also 14 :ref:`Documentation/networking/devlink/devlink-flash.rst <devlink_flash>`); 15 - name the per component FW versions (as opposed to the crowded ethtool 18 ``devlink-info`` supports reporting multiple types of objects. Reporting driver 19 versions is generally discouraged - here, and via any other Linux API. 21 .. list-table:: List of top level info objects [all …]
|
| H A D | ice.rst | 1 .. SPDX-License-Identifier: GPL-2.0 8 device driver. 15 .. list-table:: devlink info versions implemented 18 * - Name 19 - Type 20 - Example 21 - Description 22 * - ``board.id`` 23 - fixed 24 - K65390-000 [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/led/ |
| H A D | Kconfig | 8 U-Boot provides a uclass API to implement this feature. LED drivers 9 can provide access to board-specific LEDs. Use of the device tree 46 enable this option. You will need to enable device tree in SPL 50 bool "LED support for GPIO-connected LEDs" 54 GPIOs may be on the SoC or some other device which provides GPIOs. 56 the device tree. 59 bool "LED support for GPIO-connected LEDs in SPL" 62 This option is an SPL-variant of the LED_GPIO option. 68 Allows common u-boot commands to use a board's leds to 112 which LED is being acted on. As such, the chosen value must be unique [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_ioctl.c | 58 * - GET_UNIQUE ioctl, implemented by drm_getunique is wrapped up in libdrm 60 * - The libdrm drmSetBusid function is backed by the SET_UNIQUE ioctl. All 62 * - The internal set_busid kernel functions and driver callbacks are 65 * - Other ioctls and functions involved are named consistently. 72 * Now the actual horror story of how device lookup in drm works. At large, 73 * there's 2 different ways, either by busid, or by device driver name. 78 * side-effect this fills out the unique name in the master structure. 79 * 2. Call GET_UNIQUE to read out the unique name from the master structure, 81 * the next device node. 87 * means the the unique name for the master node just opening is _not_ filled [all …]
|
| H A D | drm_drv.c | 61 * prefer to embed struct drm_device into their own device 72 * A DRM device can provide several char-dev interfaces on the DRM-Major. Each 74 * of the device-driver, different interfaces are registered. 76 * Minors can be accessed via dev->$minor_name. This pointer is either 77 * NULL or a valid drm_minor pointer and stays valid as long as the device is 78 * valid. This means, DRM minors have the same life-time as the underlying 79 * device. However, this doesn't mean that the minor is active. Minors are 80 * registered and unregistered dynamically according to device-state. 88 return &dev->primary; in drm_minor_get_slot() 90 return &dev->render; in drm_minor_get_slot() [all …]
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | media-device.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Media device 17 #include <media/media-devnode.h> 18 #include <media/media-entity.h> 21 struct device; 25 * struct media_entity_notify - Media Entity Notify 32 * registered with the media device. This handler is intended for creating 43 * struct media_device_ops - Media device operations 75 * struct media_device - Media device 76 * @dev: Parent device [all …]
|
| /OK3568_Linux_fs/kernel/drivers/message/fusion/ |
| H A D | mptsas.h | 3 * High performance SCSI + LAN / Fibre Channel device drivers. 8 * Copyright (c) 1999-2008 LSI Corporation 9 * (mailto:DL-MPTFusionLinux@lsi.com) 12 /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ 26 LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, 45 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 50 /*{-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ 90 /* cached data for a removed device */ 103 u8 phys_disk_num; /* hrc - unique index*/ 130 u16 handle; /* unique id to address this device */ [all …]
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | ata.h | 5 * SPDX-License-Identifier: GPL-2.0+ 10 * "Information Technology - AT Attachment-3 Interface (ATA-3)" 12 * http://www.dt.wdc.com/ata/ata-3/ata3r5v.zip 14 * ftp://ftp.fee.vutbr.cz/pub/doc/io/ata/ata-3/ata3r5v.zip 23 * 8-bit (register) and 16-bit (data) accesses might use different 57 #define ATA_STAT_BUSY 0x80 /* Device Busy */ 58 #define ATA_STAT_READY 0x40 /* Device Ready */ 59 #define ATA_STAT_FAULT 0x20 /* Device Fault */ 60 #define ATA_STAT_SEEK 0x10 /* Device Seek Complete */ 67 * Device / Head Register Bits [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fsl_devices.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 5 * Definitions for any platform device related flags or structures for 17 PHY CLK to become stable - 10ms*/ 25 * unique device: a platform_device entry in fsl_plat_devs[] plus 26 * associated device information in its platform_data structure. 28 * A chip is described by a set of unique devices. 30 * Each sub-arch has its own master list of unique devices and 31 * enumerates them by enum fsl_devices in a sub-arch specific header 34 * first is device specific information that help identify any 35 * unique features of a peripheral. The second is any [all …]
|
| H A D | acpi_dma.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 15 #include <linux/device.h> 20 * struct acpi_dma_spec - slave device DMA resources 21 * @chan_id: channel unique id 22 * @slave_id: request line unique id 23 * @dev: struct device of the DMA controller to be used in the filter 29 struct device *dev; 33 * struct acpi_dma - representation of the registered DMAC 35 * @dev: struct device of this controller 43 struct device *dev; [all …]
|
| H A D | rio.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 17 #include <linux/device.h> 24 #define RIO_NO_HOPCOUNT -1 39 exists for the device ID) */ 57 * 1-15 RapidIO memory regions 72 * A component tag value (stored in the component tag CSR) is used as device's 73 * unique identifier assigned during enumeration. Besides being used for 74 * identifying switches (which do not have device ID register), it also is used 79 #define RIO_CTAG_UDEVID 0x0001ffff /* Unique device identifier */ 89 * struct rio_switch - RIO switch info [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-rbd | 6 (WO) Add rbd block device. 14 The snapshot name can be "-" or omitted to map the image 15 read/write. A <dev-id> will be assigned for any registered block 16 device. If snapshot is used, it will be mapped read-only. 24 (WO) Remove rbd block device. 26 Usage: <dev-id> [force] 76 What: /sys/bus/rbd/devices/<dev-id>/size 77 What: /sys/bus/rbd/devices/<dev-id>/major 78 What: /sys/bus/rbd/devices/<dev-id>/client_id 79 What: /sys/bus/rbd/devices/<dev-id>/pool [all …]
|
| H A D | sysfs-class-net | 25 2 stolen from another device 35 Values vary based on the lower-level protocol used by the 54 01-80-C2-00-00-0X on a bridge device. Only values that set bits 62 0 01-80-C2-00-00-00 Bridge Group Address used for STP 63 1 01-80-C2-00-00-01 (MAC Control) 802.3 used for MAC PAUSE 64 2 01-80-C2-00-00-02 (Link Aggregation) 802.3ad 68 care when forwarding control frames e.g. 802.1X-PAE or LLDP. 101 Indicates the device unique identifier. Format is an hexadecimal 104 address as their parent device. 111 Indicates the port number of this network device, formatted [all …]
|
| /OK3568_Linux_fs/kernel/include/drm/ |
| H A D | drm_auth.h | 56 * struct drm_master - drm master structure 59 * @dev: Link back to the DRM device 60 * @driver_priv: Pointer to driver-private information. 68 * Note that master structures are only relevant for the legacy/primary device 69 * nodes, hence there can only be one per device, not one per drm_minor. 75 * @unique: Unique identifier: e.g. busid. Protected by 78 char *unique; member 80 * @unique_len: Length of unique field. Protected by
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/soundwire/ |
| H A D | summary.rst | 10 SoundWire is a 2-pin multi-drop interface with data and clock line. It 15 commands over a single two-pin interface. 23 (4) Device status monitoring, including interrupt-style alerts to the Master. 38 +---------------+ +---------------+ 40 | Master |-------+-------------------------------| Slave | 42 | |-------|-------+-----------------------| | 43 +---------------+ | | +---------------+ 47 +--+-------+--+ 52 +-------------+ 58 The MIPI SoundWire specification uses the term 'device' to refer to a Master [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/doc/ |
| H A D | Registry | 7 Each module is required to have a unique name. Registered names are: 118 Each module is required to use a unique prefix or prefixes for all of 119 its externally visible symbols. They should be unique without regard to 144 Each video driver is required to use a unique set of chipset names. Case, 197 option names. All names listed here are in their preferred user-visible 209 ---------------------------------------------------------------------------- 211 AllowNonLocalModInDev B F allow non-local mod of input devs 212 AllowNonLocalXvidtune B F allow non-local VidMode connections 216 DontVTSwitch B F disable Ctrl-Alt-Fn 217 DontZap B F disable Ctrl-Alt-BS sequence [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/ |
| H A D | csi_rx_public.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 27 * Get the state of the csi rx frontend regiester-set. 29 * @param[in] id The global unique ID of the csi rx fe controller. 30 * @param[out] state Point to the register-state. 37 * Dump the state of the csi rx frontend regiester-set. 39 * @param[in] id The global unique ID of the csi rx fe controller. 40 * @param[in] state Point to the register-state. 49 * @param[in] id The global unique ID of the input-buffer controller. 59 * Get the state of the csi rx backend regiester-set. 61 * @param[in] id The global unique ID of the csi rx be controller. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/rapidio/ |
| H A D | rapidio.rst | 5 The RapidIO standard is a packet-based fabric interconnect standard designed for 8 is publicly available for download from the RTA web-site [1]. 16 Because the RapidIO subsystem follows the Linux device model it is integrated 17 into the kernel similarly to other buses by defining RapidIO-specific device and 18 bus types and registering them within the device model. 21 architecture-specific interfaces that provide support for common RapidIO 33 --------------- 39 resources such as mailboxes and doorbells. The rio_mport also includes a unique 40 host device ID that is valid when a master port is configured as an enumerating 43 RapidIO master ports are serviced by subsystem specific mport device drivers [all …]
|
| /OK3568_Linux_fs/kernel/drivers/target/ |
| H A D | target_core_rd.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 35 /* Unique Ramdisk Device ID in Ramdisk HBA */ 37 /* Total page count for ramdisk device */ 47 /* Ramdisk HBA device is connected to */ 53 u32 rd_host_id; /* Unique Ramdisk Host ID */
|