/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm_pci.c | 47 #define ID(x) ID_C(x, PCI_CLASS_STORAGE_SCSI) macro 51 ID(ID_AHA_2902_04_10_15_20C_30C), 53 ID(ID_AHA_2930CU), 54 ID(ID_AHA_1480A & ID_DEV_VENDOR_MASK), 55 ID(ID_AHA_2940AU_0 & ID_DEV_VENDOR_MASK), 56 ID(ID_AHA_2940AU_CN & ID_DEV_VENDOR_MASK), 57 ID(ID_AHA_2930C_VAR & ID_DEV_VENDOR_MASK), 59 ID(ID_AHA_2940), 60 ID(ID_AHA_3940), 61 ID(ID_AHA_398X), [all …]
|
D | aiclib.h | 178 ID(x), \ 179 ID((x) | 0x0001000000000000ull), \ 180 ID((x) | 0x0002000000000000ull), \ 181 ID((x) | 0x0003000000000000ull), \ 182 ID((x) | 0x0004000000000000ull), \ 183 ID((x) | 0x0005000000000000ull), \ 184 ID((x) | 0x0006000000000000ull), \ 185 ID((x) | 0x0007000000000000ull), \ 186 ID((x) | 0x0008000000000000ull), \ 187 ID((x) | 0x0009000000000000ull), \ [all …]
|
D | aic79xx_osm_pci.c | 48 #define ID(x) \ macro 54 ID(ID_AHA_29320A), 55 ID(ID_AHA_29320ALP), 56 ID(ID_AHA_29320LPE), 58 ID(ID_AHA_29320), 59 ID(ID_AHA_29320B), 60 ID(ID_AHA_29320LP), 61 ID(ID_AHA_39320), 62 ID(ID_AHA_39320_B), 63 ID(ID_AHA_39320A), [all …]
|
D | aic7xxx.reg | 192 * SCSI ID (p. 3-18). 193 * Contains the ID of the board and the current target on the 199 mask TID 0xf0 /* Target ID mask */ 202 mask OID 0x0f /* Our ID mask */ 376 * SCSI ID for the aic7890/91 chips 381 mask TID 0xf0 /* Target ID mask */ 382 mask OID 0x0f /* Our ID mask */ 470 * Selection/Reselection ID (p. 3-31) 472 * device did not set its own ID. 493 * Target Mode Selecting in ID bitmask (aic7890/91/96/97) [all …]
|
/linux-4.4.14/drivers/char/agp/ |
D | via-agp.c | 523 #define ID(x) \ macro 532 ID(PCI_DEVICE_ID_VIA_82C597_0), 533 ID(PCI_DEVICE_ID_VIA_82C598_0), 534 ID(PCI_DEVICE_ID_VIA_8501_0), 535 ID(PCI_DEVICE_ID_VIA_8601_0), 536 ID(PCI_DEVICE_ID_VIA_82C691_0), 537 ID(PCI_DEVICE_ID_VIA_8371_0), 538 ID(PCI_DEVICE_ID_VIA_8633_0), 539 ID(PCI_DEVICE_ID_VIA_XN266), 540 ID(PCI_DEVICE_ID_VIA_8361), [all …]
|
D | intel-agp.c | 832 #define ID(x) \ macro 841 ID(PCI_DEVICE_ID_INTEL_82441), /* for HAS2 support */ 842 ID(PCI_DEVICE_ID_INTEL_82443LX_0), 843 ID(PCI_DEVICE_ID_INTEL_82443BX_0), 844 ID(PCI_DEVICE_ID_INTEL_82443GX_0), 845 ID(PCI_DEVICE_ID_INTEL_82810_MC1), 846 ID(PCI_DEVICE_ID_INTEL_82810_MC3), 847 ID(PCI_DEVICE_ID_INTEL_82810E_MC), 848 ID(PCI_DEVICE_ID_INTEL_82815_MC), 849 ID(PCI_DEVICE_ID_INTEL_82820_HB), [all …]
|
/linux-4.4.14/Documentation/pcmcia/ |
D | devicetable.txt | 4 - manufactor ID 5 - card ID 6 - product ID strings _and_ hashes of these strings 7 - function ID 13 If you want to match product ID strings, you also need to pass the crc32 14 hashes of the string to the macro, e.g. if you want to match the product ID 22 You can determine the hash of the product ID strings by catting the file 27 The hex value after "pa" is the hash of product ID string 1, after "pb" for
|
D | driver.txt | 23 A common use-case is to add a new device according to the manufacturer ID 24 and the card ID (form the manf_id and card_id file in the device tree).
|
/linux-4.4.14/arch/arm/boot/compressed/ |
D | head-sharpsl.S | 35 mrc p15, 0, r4, c0, c0 @ Get Processor ID 53 ldr r6, [r1, #0] @ Load Chip ID 96 .word 0x69052d00 @ PXA255 Processor ID 98 .word 0x69054100 @ PXA270 Processor ID 100 .word 0x57411002 @ w100 Chip ID 102 .word 0x08010000 @ w100 Chip ID Reg Address 146 ldrb r2, [r1, #20] @ NAND Manufacturer ID 147 ldrb r3, [r1, #20] @ NAND Chip ID
|
/linux-4.4.14/Documentation/i2c/busses/ |
D | i2c-sis5595 | 12 Note: all have mfr. ID 0x1039. 14 SUPPORTED PCI ID 19 "blacklist" PCI ID and refuse to load. 21 NOT SUPPORTED PCI ID BLACKLIST PCI ID
|
D | i2c-i801 | 145 Here the host bridge ID is 2570 (82865G/PE/P), the subvendor ID is 1043 146 (Asus) and the subdevice ID is 80f2 (P4P800-X). You can find the symbolic 147 names for the bridge ID and the subvendor ID in include/linux/pci_ids.h, 148 and then add a case for your subdevice ID at the right place in
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | csr,atlas7-car.txt | 10 ID in its "clocks" phandle cell. 11 The ID list atlas7_clks defined in drivers/clk/sirf/clk-atlas7.c 14 ID in its "reset" phandle cell. 15 The ID list atlas7_reset_unit defined in drivers/clk/sirf/clk-atlas7.c
|
D | mvebu-gated-clock.txt | 5 should specify the desired clock by having the clock ID in its 6 "clocks" phandle cell. The clock ID is directly mapped to the 11 ID Clock Peripheral 28 ID Clock Peripheral 55 ID Clock Peripheral 82 ID Clock Peripheral 94 ID Clock Peripheral 121 ID Clock Peripheral 144 ID Clock Peripheral
|
D | brcm,iproc-clocks.txt | 96 The following table defines the set of PLL/clock index and ID for Cygnus. 100 Clock Source (Parent) Index ID 141 The following table defines the set of PLL/clock index and ID for Northstar and 145 Clock Source Index ID 172 The following table defines the set of PLL/clock index and ID for Northstar 2. 176 Clock Source Index ID
|
D | imx23-clock.txt | 9 ID in its "clocks" phandle cell. The following is a full list of i.MX23 12 Clock ID
|
D | prima2-clock.txt | 10 ID in its "clocks" phandle cell. The following is a full list of prima2 13 Clock ID
|
D | imx31-clock.txt | 10 ID in its "clocks" phandle cell. The following is a full list of i.MX31 13 Clock ID
|
D | imx28-clock.txt | 9 ID in its "clocks" phandle cell. The following is a full list of i.MX28 12 Clock ID
|
D | imx35-clock.txt | 10 ID in its "clocks" phandle cell. The following is a full list of i.MX35 13 Clock ID
|
D | imx25-clock.txt | 10 ID in its "clocks" phandle cell. The following is a full list of i.MX25 13 Clock ID
|
D | pxa-clock.txt | 8 ID in its "clocks" phandle cell (see include/.../pxa-clock.h).
|
D | imx6sl-clock.txt | 9 ID in its "clocks" phandle cell. See include/dt-bindings/clock/imx6sl-clock.h
|
D | efm32-clock.txt | 9 The clock consumer should specify the desired clock by having the clock ID in
|
D | clps711x-clock.txt | 10 ID in its "clocks" phandle cell. See include/dt-bindings/clock/clps711x-clock.h
|
D | imx7d-clock.txt | 12 ID in its "clocks" phandle cell. See include/dt-bindings/clock/imx7d-clock.h
|
D | imx6ul-clock.txt | 12 ID in its "clocks" phandle cell. See include/dt-bindings/clock/imx6ul-clock.h
|
D | lsi,axm5516-clks.txt | 9 The consumer specifies the desired clock by having the clock ID in its "clocks"
|
D | imx6sx-clock.txt | 12 ID in its "clocks" phandle cell. See include/dt-bindings/clock/imx6sx-clock.h
|
D | imx1-clock.txt | 9 ID in its "clocks" phandle cell. See include/dt-bindings/clock/imx1-clock.h
|
D | imx27-clock.txt | 10 ID in its "clocks" phandle cell. See include/dt-bindings/clock/imx27-clock.h
|
D | imx21-clock.txt | 10 ID in its "clocks" phandle cell. See include/dt-bindings/clock/imx21-clock.h
|
D | imx5-clock.txt | 10 ID in its "clocks" phandle cell. See include/dt-bindings/clock/imx5-clock.h
|
D | imx6q-clock.txt | 10 ID in its "clocks" phandle cell. See include/dt-bindings/clock/imx6qdl-clock.h
|
D | zx296702-clk.txt | 19 ID in its "clocks" phandle cell. See include/dt-bindings/clock/zx296702-clock.h
|
D | vf610-clock.txt | 22 ID in its "clocks" phandle cell. See include/dt-bindings/clock/vf610-clock.h
|
D | sunxi.txt | 101 provide an additional ID in their clock property. This ID is the 103 For the other clocks with "#clock-cells" = 1, the additional ID shall 111 main clock, with the ID 0, and the output and sample clocks, with the
|
D | nvidia,tegra30-car.txt | 15 In clock consumers, this cell represents the clock ID exposed by the
|
D | nvidia,tegra114-car.txt | 15 In clock consumers, this cell represents the clock ID exposed by the
|
D | nvidia,tegra20-car.txt | 15 In clock consumers, this cell represents the clock ID exposed by the
|
D | ste-u300-syscon-clock.txt | 19 Type: ID: Clock:
|
/linux-4.4.14/Documentation/w1/masters/ |
D | omap-hdq | 33 controller. In this mode, as we can not read the ID which obeys the W1 35 be used to calculate the CRC and pass back an appropriate slave ID to the W1 39 driver(drivers/w1/slaves/w1_bq27000.c) sets the ID to 1. 40 Please note to load both the modules with a different ID if required, but note 41 that the ID used should be same for both master and slave driver loading. 48 pass slave ID as parameter. The driver will auto-detect slaves connected
|
/linux-4.4.14/Documentation/rapidio/ |
D | sysfs.txt | 13 nn - two-digit hexadecimal ID of RapidIO network where the device resides 39 destid - returns device destination ID assigned by the enumeration routine 77 destid - device destination ID that defines a route to the switch 103 RapidIO destination ID) into this file. The mport_ID is a sequential 119 named as "rapidioN" where N = mport ID registered with RapidIO subsystem. 121 NOTE: An mport ID is not a RapidIO destination ID assigned to a given local 127 port_destid - reports RapidIO destination ID assigned to the given RapidIO 129 no valid destination ID have been assigned to the mport (yet). 131 fabric enumerating mports have a valid destination ID assigned 134 0 = small (8-bit destination ID, max. 256 devices), [all …]
|
D | rapidio.txt | 39 host device ID that is valid when a master port is configured as an enumerating 157 assigning a host destination ID greater than or equal to zero. The host 158 destination ID can be assigned to a master port using various methods depending 162 "rapidio.hdid=" with a list of destination ID assignments in order of mport 165 the host destination ID=7 to the second RapidIO controller, while the first 166 one will be assigned destination ID=-1. 169 to the method shown above, the host destination ID(s) can be specified using 178 destination ID = -1; 180 destination ID assignments omitted from the end of list (default = -1). 182 If the host device ID for a specific master port is set to -1, the discovery [all …]
|
/linux-4.4.14/arch/arm/mm/ |
D | cache-v4.S | 43 mcr p15, 0, r0, c7, c7, 0 @ flush ID cache 62 mcr p15, 0, ip, c7, c7, 0 @ flush ID cache 118 mcr p15, 0, r0, c7, c7, 0 @ flush ID cache
|
D | proc-v6.S | 109 mrc p15, 0, r2, c13, c0, 1 @ read current context ID 112 orr r1, r1, r2 @ insert into new context ID 114 mcr p15, 0, r1, c13, c0, 1 @ set context ID 144 mrc p15, 0, r5, c3, c0, 0 @ Domain ID 160 mcr p15, 0, ip, c13, c0, 1 @ set reserved context ID 164 mcr p15, 0, r5, c3, c0, 0 @ Domain ID
|
D | proc-v7-2level.S | 55 mrc p15, 0, r2, c13, c0, 1 @ read current context ID 57 bfi r1, r2, #8, #24 @ insert into new context ID 62 mcr p15, 0, r1, c13, c0, 1 @ set context ID
|
D | proc-v7.S | 100 mrc p15, 0, r5, c13, c0, 3 @ User r/o thread ID 103 mrc p15, 0, r6, c3, c0, 0 @ Domain ID 121 mcr p15, 0, ip, c13, c0, 1 @ set reserved context ID 124 mcr p15, 0, r5, c13, c0, 3 @ User r/o thread ID 128 mcr p15, 0, r6, c3, c0, 0 @ Domain ID 641 .long 0x510f0400 @ Required ID value 642 .long 0xff0ffc00 @ Mask for ID 657 .long 0x000f0000 @ Required ID value 658 .long 0x000f0000 @ Mask for ID
|
D | proc-v7m.S | 145 .long 0x000f0000 @ Required ID value 146 .long 0x000f0000 @ Mask for ID
|
D | proc-sa1100.S | 178 mrc p15, 0, r4, c3, c0, 0 @ domain ID 193 mcr p15, 0, r4, c3, c0, 0 @ domain ID
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | cpus.txt | 27 Definition: The Coherency Subdomain ID Port Mapping Registers and 28 Snoop ID Port Mapping registers, which are part of the CoreNet 30 ID/CoreNet Snoop ID to cpu mapping functions. Certain bits from
|
D | ccf.txt | 31 Specifies the number of Coherency Subdomain ID Port Mapping 35 Specifies the number of Snoop ID Port Mapping Registers that
|
D | pamu.txt | 38 The Coherency Subdomain ID Port Mapping Registers and 39 Snoop ID Port Mapping registers, which are part of the 41 Coherency Subdomain ID/CoreNet Snoop ID to pamu mapping
|
/linux-4.4.14/tools/perf/util/ |
D | stat.c | 75 #define ID(id, name) [PERF_STAT_EVSEL_ID__##id] = #name macro 77 ID(NONE, x), 78 ID(CYCLES_IN_TX, cpu/cycles-t/), 79 ID(TRANSACTION_START, cpu/tx-start/), 80 ID(ELISION_START, cpu/el-start/), 81 ID(CYCLES_IN_TX_CP, cpu/cycles-ct/), 83 #undef ID
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-pci | 31 Writing a device ID to this file will attempt to 32 dynamically add a new device ID to a PCI device driver. 34 was included in the driver's static device ID support 35 table at compile time. The format for the device ID is: 36 VVVV DDDD SVVV SDDD CCCC MMMM PPPP. That is Vendor ID, 37 Device ID, Subsystem Vendor ID, Subsystem Device ID, 38 Class, Class Mask, and Private Driver Data. The Vendor ID 39 and Device ID fields are required, the rest are optional. 40 Upon successfully adding an ID, the driver will probe 48 Writing a device ID to this file will remove an ID [all …]
|
D | sysfs-bus-usb | 68 Writing a device ID to this file will attempt to 69 dynamically add a new device ID to a USB device driver. 71 was included in the driver's static device ID support 72 table at compile time. The format for the device ID is: 74 The vendor ID and device ID fields are required, the 78 Upon successfully adding an ID, the driver will probe 110 Writing a device ID to this file will remove an ID 112 The format for the device ID is: 114 removing an ID, the driver will no longer support the
|
D | configfs-usb-gadget | 25 idProduct - product ID 26 idVendor - vendor ID 75 compatible_id - 8-byte string for "Compatible ID" 76 sub_compatible_id - 8-byte string for "Sub Compatible ID"
|
D | sysfs-platform-ts5500 | 22 Product ID of the TS board. TS-5500 ID is 0x60.
|
D | sysfs-bus-coresight-devices-etm3x | 25 processor contect ID to trigger on, etc. Individual fields in 99 Description: (RW) Specifies the index of the context ID register to be 106 Description: (RW) Mask to apply to all the context ID comparator. 112 Description: (RW) Used with the ctxid_idx, specify with context ID to trigger 142 context ID size and cycle accurate tracing. Driver specific 163 Description: (R) Provides the number of context ID comparator available on a 239 Description: (RW) Holds the trace ID that will appear in the trace stream 279 Description: (RO) Print the content of the ETM ID register (0x1e4). The 293 Description: (RO) Print the content of the ETM Trace ID register (0x200).
|
D | sysfs-bus-coresight-devices-etm4x | 48 Description: (R) Indicates the number of Context ID comparators that are 92 context ID tracing. 250 Description: (RW) Select which context ID comparator to work with. 256 Description: (RW) Get/Set the context ID comparator value to trigger on. 262 Description: (RW) Mask for all 8 context ID comparator value 269 Description: (RW) Select which virtual machine ID comparator to work with. 275 Description: (RW) Get/Set the virtual machine ID comparator value to 282 Description: (RW) Mask for all 8 virtual machine ID comparator value 324 Description: (R) Print the content of the Device ID Register 381 VMID, context ID and instuction address in the trace unit
|
D | configfs-usb-gadget-midi | 8 id - ID string for the USB MIDI adapter
|
D | sysfs-devices-sun | 5 The file contains a Slot-unique ID which provided by the _SUN
|
D | sysfs-bus-umc | 19 The ID of this capability, with 0 being the radio
|
D | sysfs-c2port | 29 The /sys/class/c2port/c2portX/dev_id file show the device ID 87 The /sys/class/c2port/c2portX/rev_id file show the revision ID
|
D | sysfs-bus-mdio | 8 This ID is used to match the device with the appropriate
|
D | debugfs-pfo-nx-crypto | 22 - The process ID of the process who received the most recent error from the
|
D | sysfs-bus-platform | 6 will override standard OF, ACPI, ID table, and name matching.
|
D | sysfs-bus-amba | 6 will override standard OF, ACPI, ID table, and name matching.
|
D | sysfs-class-scsi_host | 5 This file contains the enumerated host ID for the Intel
|
/linux-4.4.14/Documentation/devicetree/bindings/extcon/ |
D | extcon-palmas.txt | 13 - ti,enable-id-detection: Perform ID detection. If id-gpio is specified 16 - id-gpio: gpio for GPIO ID detection. See gpio binding. 17 - debounce-delay-ms: debounce delay for GPIO ID pin in milliseconds.
|
D | extcon-usb-gpio.txt | 3 This is a virtual device used to generate USB cable states from the USB ID pin 8 - id-gpio: gpio for USB ID pin. See gpio binding.
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | omap-smc.S | 48 mov r1, #0x0 @ Process ID 50 mov r12, #0x00 @ Secure Service ID 69 mov r12, r0 @ Copy the secure service ID
|
D | sleep34xx.S | 110 mov r0, #25 @ set service ID for PPA 111 mov r12, r0 @ copy secure service ID in r12 442 mov r0, #40 @ set service ID for PPA 443 mov r12, r0 @ copy secure Service ID in r12 451 mov r0, #42 @ set service ID for PPA 452 mov r12, r0 @ copy secure Service ID in r12 464 @ set service ID for PPA 466 mov r12, r0 @ copy service ID in r12 467 mov r1, #0 @ set task ID for ROM code in r1
|
D | sleep44xx.S | 266 mov r1, #0x0 @ Process ID 269 mov r12, #0x00 @ Secure Service ID 306 mov r1, #0x0 @ Process ID 309 mov r12, #0x00 @ Secure Service ID
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/ |
D | fsl-imx-sdma.txt | 17 The first cell specifies the DMA request/event ID. See details below 23 The full ID of peripheral types can be found below. 25 ID transfer type 55 ID transfer priority
|
D | fsl-mxs-dma.txt | 8 - #dma-cells : Must be <1>. The number cell specifies the channel ID.
|
D | sun4i-dma.txt | 32 3. The port ID as specified in the datasheet
|
D | sun6i-dma.txt | 36 2. The port ID as specified in the datasheet
|
D | img-mdc-dma.txt | 20 - The third cell is the thread ID to be used by the channel.
|
/linux-4.4.14/Documentation/dvb/ |
D | bt8xx.txt | 63 Examples of card ID's: 74 Notice: The order of the card ID should be uprising: 78 For a full list of card ID's please see Documentation/video4linux/CARDLIST.bttv. 81 2c) Probing the cards with broken PCI subsystem ID 84 reason. The cards do not have correct PCI subsystem ID. But we can force 85 probing the cards with broken PCI subsystem ID
|
/linux-4.4.14/drivers/net/wireless/ath/ |
D | dfs_pattern_detector.c | 46 #define ETSI_PATTERN(ID, WMIN, WMAX, PMIN, PMAX, PRF, PPB, CHIRP) \ argument 48 ID, WIDTH_LOWER(WMIN), WIDTH_UPPER(WMAX), \ 71 #define FCC_PATTERN(ID, WMIN, WMAX, PMIN, PMAX, PRF, PPB, CHIRP) \ argument 73 ID, WIDTH_LOWER(WMIN), WIDTH_UPPER(WMAX), \ 103 #define JP_PATTERN(ID, WMIN, WMAX, PMIN, PMAX, PRF, PPB, RATE, CHIRP) \ argument 105 ID, WIDTH_LOWER(WMIN), WIDTH_UPPER(WMAX), \
|
/linux-4.4.14/arch/mips/include/asm/mach-pmcs-msp71xx/ |
D | msp_pci.h | 29 #define MSP_HAS_PCI(ID) (((u32)(ID) <= 0x4236) && ((u32)(ID) >= 0x4220)) argument
|
/linux-4.4.14/Documentation/i2c/muxes/ |
D | i2c-mux-gpio | 77 of any GPIO pin it uses as the device ID. This guarantees that every 78 instance has a different ID. 81 pass PLATFORM_DEVID_AUTO as the device ID, and the platform core will 82 assign a dynamic ID to your device. If you do not know the absolute
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | psci.txt | 15 r0 => 32-bit Function ID / return value 49 - cpu_suspend : Function ID for CPU_SUSPEND operation 51 - cpu_off : Function ID for CPU_OFF operation 53 - cpu_on : Function ID for CPU_ON operation 55 - migrate : Function ID for MIGRATE operation
|
D | arm,scpi.txt | 50 - #clock-cells : Should be 1. Contains the Clock ID value used by SCPI commands. 85 ID) as used by the firmware. Refer to 166 /* sensor ID */ 187 zone. The ID "3" is the sensor identifier for the temperature sensor
|
/linux-4.4.14/Documentation/networking/ |
D | phonet.txt | 28 uint8_t pn_rdev; /* Receiver device ID */ 29 uint8_t pn_sdev; /* Sender device ID */ 30 uint8_t pn_res; /* Resource ID or function */ 32 uint8_t pn_robj; /* Receiver object ID */ 33 uint8_t pn_sobj; /* Sender object ID */ 39 The device ID is split: the 6 higher-order bits constitute the device 79 uint8_t spn_obj; /* Object ID */ 80 uint8_t spn_dev; /* Device ID */ 137 ID. Each listening socket can handle up to 255 simultaneous
|
D | arcnet-hardware.txt | 360 ON OFF Never happens (maybe when wrong ID) 596 S2 1-8: Node ID Select 609 Setting the Node ID 612 The eight switches in group S2 are used to set the node ID. 724 | node ID is zero | I/O address 804 SW3 1-8: Node ID Select 817 Setting the Node ID 820 The eight switches in group SW3 are used to set the node ID. Each node 821 attached to the network must have an unique node ID which must be 825 The node ID is the sum of the values of all switches set to "1" [all …]
|
D | rxrpc.txt | 71 left to the application. AF_RXRPC only deals in blobs. Even the operation ID 119 Connection ID 120 Service ID 135 (*) The first four bytes of the request data are the service operation ID. 210 non-zero service ID. 318 MESSAGE ID SRT DATA MEANING 320 RXRPC_USER_CALL_ID sr- User ID App's call specifier 333 This is used to indicate the application's call ID. It's an unsigned long 345 will be returned if there is no call with that user ID. 378 arrived and is awaiting acceptance. No user ID is associated with this, [all …]
|
D | switchdev.txt | 110 Suggested naming convention is "swXpYsZ", where X is the switch name or ID, Y 111 is the port name or ID, and Z is the sub-port name or ID. For example, sw1p1s0 114 Switch ID 119 physical ID for each port of a switch. The ID must be unique between switches 120 on the same system. The ID does not need to be unique between switches on 123 The switch ID is used to locate ports on a switch and to know if aggregated 293 for port's dev->offload_fwd_mark, based on the port's parent ID (switch ID) and 340 referenced in the route's nexthop list don't all have the same switch ID, the
|
D | cdc_mbim.txt | 171 VLAN ID Z for all values of Z greater than 0. 194 device, mapping MBIM DSS session A to VLAN ID (256 + A) for all values 276 behaviour is triggered by adding a VLAN link for the magic VLAN ID 282 subdevice after the MBIM SessionID instead of the VLAN ID. For 295 VLAN ID MBIM type MBIM SessionID Notes 303 a) if no VLAN ID 4094 link exists, else dropped 305 c) if a VLAN ID 4094 link exists, else dropped
|
D | i40evf.txt | 26 Driver ID Guide at:
|
D | ixgbevf.txt | 31 Driver ID Guide at:
|
D | tlan.txt | 17 Vendor ID Device ID Name
|
/linux-4.4.14/scripts/ |
D | gen_initramfs_list.sh | 21 -u <uid> User ID to map to user ID 0 (root). 24 -g <gid> Group ID to map to group ID 0 (root).
|
/linux-4.4.14/Documentation/zh_CN/video4linux/ |
D | v4l2-framework.txt | 361 对于以上两个函数的第二个参数为组 ID。如果为 0,则所有子设备都会执行 362 这个操作。如果为非 0 值,则只有那些组 ID 匹配的子设备才会执行此操作。 366 组 ID 赋予了桥驱动更多对于如何调用回调的控制。例如,电路板上有多个 368 只有一个会被实际使用。你可以对这样的子设备设置组 ID 为(例如 AUDIO_CONTROLLER) 369 并在调用 v4l2_device_call_all() 时指定它为组 ID 值。这就保证了只有 902 事件通过一个类型和选择 ID 来定义。ID 对应一个 V4L2 对象,例如 903 一个控制 ID。如果未使用,则 ID 为 0。 906 事件组(类型、ID)都会有自己的一套 kevent 结构体。这保证了如果
|
/linux-4.4.14/Documentation/filesystems/ |
D | udf.txt | 41 decimal numeric value which will be used as the default ID for that mount. 44 by the default ID. The ignore option causes the default ID to override all 47 owned by whatever default ID it is mounted with at that time. 49 For typical desktop use of removable media, you should set the ID to that
|
D | exofs.txt | 11 time attributes and more. Each object is addressed by a 64bit ID, and is 12 contained in a 64bit ID partition. Each object has associated attributes 59 /dev/osd0 partition ID 65536 78 For example, to mount /dev/osd0, partition ID 0x10000 on /mnt/exofs: 124 with a special ID (defined in common.h).
|
D | btrfs.txt | 208 subvolid=<ID> 209 Mount subvolume specified by an ID number rather than the root subvolume. 212 You can use "btrfs subvolume list" to see subvolume ID numbers. 218 You can use "btrfs subvolume show " to see the object ID for a subvolume.
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-firmware-opal-dump | 19 and ID of the dump, use the id and type files. 24 id: An ASCII representation of the dump ID 27 dump in the format "0x%x %s" with the ID
|
D | sysfs-firmware-opal-elog | 8 Each error log is identified by a unique ID and will 41 id: An ASCII representation of the ID of the
|
D | firewire-cdev | 20 - Query node ID 52 node ID changes, are tracked by firewire-core. ABI users do not
|
D | sysfs-driver-ib_srp | 21 InfiniBand service ID used to establish communication with 22 the SRP target. How to find out the value of the service ID 172 Description: InfiniBand service ID used for establishing communication with
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | README | 41 bttv uses the PCI Subsystem ID to autodetect the card type. lspci lists 42 the Subsystem ID in the second line, looks like this: 49 only bt878-based cards can have a subsystem ID (which does not mean 51 ID and therefore can't be autodetected. There is a list with the ID's
|
/linux-4.4.14/Documentation/scsi/ |
D | scsi-changer.txt | 20 more) SCSI ID's. One for the changer device which controls the robot, 42 123 CD-ROM's, 5 CD-ROM readers (and therefore 6 SCSI ID's: the changer 89 /proc/devices. If not.... some changers use ID ? / LUN 0 for the 90 device and ID ? / LUN 1 for the robot mechanism. But Linux does *not* 94 1) echo "scsi add-single-device 0 0 ID 1" > /proc/scsi/scsi 95 (replace ID with the SCSI-ID of the device) 136 These two allow to specify the SCSI ID and LUN for the data
|
D | tmscsim.txt | 130 C = Controller, B = Bus, T = Target SCSI ID, U = Unit SCSI LUN.) 155 Idx ID LUN Prty Sync DsCn SndS TagQ NegoPeriod SyncSpeed SyncOffs MaxCmd 169 Idx is the device index (just a consecutive number for the driver), ID and 170 LUN are the SCSI ID and LUN, Prty means Parity checking, Sync synchronous 206 must match the ID and LUN given. If you give "-" as parameter, it is 217 The first three numbers, "0 0 0" (Device index 0, SCSI ID 0, SCSI LUN 0), 219 would be sufficient to use the index or both SCSI ID and LUN, but I chose 234 (Idx). ADD takes the SCSI ID and LUN. 263 adapter ID than 7. 285 * AdaptID: The SCSI ID of the host adapter. Must be in the range 0..7 [all …]
|
D | bnx2fc.txt | 59 FC-ID (Port ID): 0x0F0377
|
/linux-4.4.14/Documentation/devicetree/bindings/iommu/ |
D | iommu.txt | 54 address cell corresponds to the master device's ID. In some cases more than 55 one cell can be required to represent a single master ID. 58 device's ID for example, while the second cell could contain the start of 148 /* the specifier represents the ID of the master */ 153 /* device has master ID 42 in the IOMMU */ 168 * One cell for the master ID and one cell for the 179 /* master ID 42, 4 GiB DMA window starting at 0 */
|
/linux-4.4.14/arch/arm/mach-uniphier/ |
D | headsmp.S | 22 and r2, r0, #0x3 @ CPU ID 40 .word 0 @ set CPU ID to be kicked to this reg
|
/linux-4.4.14/drivers/net/ethernet/intel/ |
D | Kconfig | 24 To verify that your adapter is supported, find the board ID number 28 Use the above information and the Adapter & Driver ID Guide at: 50 to the Adapter & Driver ID Guide at: 74 identify your adapter, go to the Adapter & Driver ID Guide at: 95 to the Adapter & Driver ID Guide at: 136 Driver ID Guide at: 158 to the Adapter & Driver ID Guide at: 181 to the Adapter & Driver ID Guide at: 237 adapter, go to the Adapter & Driver ID Guide at: 260 to the Adapter & Driver ID Guide at: [all …]
|
/linux-4.4.14/Documentation/s390/ |
D | qeth.txt | 34 VLAN=numeric-vlan-id - VLAN ID on which the event occurred. Not included 41 NTOK_BUSID=x.y.zzzz - device bus ID (CSSID, SSID and device number). 47 NTOK_CHID=xxxx - device channel ID.
|
/linux-4.4.14/usr/ |
D | Kconfig | 25 int "User ID to map to 0 (user root)" 30 contains a directory. Setting this user ID (UID) to something 37 int "Group ID to map to 0 (group root)" 42 contains a directory. Setting this group ID (GID) to something
|
/linux-4.4.14/Documentation/ |
D | svga.txt | 14 ** remember its mode ID (the four-digit hexadecimal number) and then 36 0x.... - Hexadecimal video mode ID (also displayed on the menu, see below 37 for exact meaning of the ID). Warning: rdev and LILO don't support 67 from "0" to "9" and from "a" to "z") is a 80x25 mode with ID=0x0f00 (see the 70 <flashing-cursor-here> encourages you to enter the item number or mode ID 72 "Unknown mode ID", it is trying to tell you that it isn't possible to set such 87 is able to do more), you can enter "scan" instead of item number / mode ID. The 102 used here are also a bit complex. A video mode ID is a 16-bit number usually 106 The ID numbers can be divided to three regions: 112 0x0100 to 0x017f - standard BIOS modes. The ID is a BIOS video mode number [all …]
|
D | zorro.txt | 27 pointer to the `next' Zorro device with the specified Zorro ID. A probe loop 28 for the board with Zorro ID `ZORRO_PROD_xxx' looks like:
|
D | vme_api.txt | 61 Here, the 'num' field refers to the sequential device ID for this specific 311 level and status ID combinations and for the generation of VME interrupts with 319 status ID combination. Any given combination can only be assigned a single 338 level and VME status ID: 400 This function returns the slot ID of the provided bridge. 408 This function returns the bus ID of the provided bridge.
|
D | stable_kernel_rules.txt | 51 stable@vger.kernel.org containing the subject of the patch, the commit ID, 58 stable@vger.kernel.org. You must note the upstream commit ID in the 72 The upstream commit ID must be specified with a separate line above the commit
|
D | cputopology.txt | 13 the CPU core ID of cpuX. Typically it is the hardware platform's 19 the book ID of cpuX. Typically it is the hardware platform's
|
D | media-framework.txt | 132 Entities are identified by a unique positive integer ID. Drivers can provide an 133 ID by filling the media_entity id field prior to registration, or request the 134 media controller framework to assign an ID automatically. Drivers that provide 143 ID will never be reused for a newly registered entity. 162 Logical entity groups can be defined by setting the group ID of all member
|
/linux-4.4.14/Documentation/devicetree/bindings/pci/ |
D | pci-msi.txt | 4 Each PCI device under a root complex is uniquely identified by its Requester ID 5 (AKA RID). A Requester ID is a triplet of a Bus number, Device number, and 18 Requester ID. A mechanism is required to associate a device with both the MSI 32 - msi-map: Maps a Requester ID to an MSI controller and associated 49 - msi-map-mask: A mask to be applied to each Requester ID prior to being mapped
|
/linux-4.4.14/Documentation/devicetree/bindings/spmi/ |
D | spmi.txt | 16 SPMI_USID (0) or SPMI_GSID (1) for Unique Slave ID or Group Slave ID respectively.
|
D | qcom,spmi-pmic-arb.txt | 39 cell 1: slave ID for the requested interrupt (0-15) 40 cell 2: peripheral ID for requested interrupt (0-255)
|
/linux-4.4.14/Documentation/usb/ |
D | bulk-streams.txt | 19 ID. The device then tells the host which "stream" it wants to start. The host 36 ID for the bulk IN and OUT endpoints used in a Bi-directional command sequence. 58 Stream ID 0 is reserved, and should not be used to communicate with devices. If 63 Note that new API to choose the next stream ID will have to be added if the xHCI
|
D | gadget_printer.txt | 45 idVendor - This is the Vendor ID used in the device descriptor. The default is 46 the Netchip vendor id 0x0525. YOU MUST CHANGE TO YOUR OWN VENDOR ID 48 already have a Vendor ID please see www.usb.org for details on how to 51 idProduct - This is the Product ID used in the device descriptor. The default 52 is 0xa4a8, you should change this to an ID that's not used by any of 66 iPNPstring - The PNP ID string used for this printer. You will want to set 67 either on the command line or hard code the PNP ID string used for
|
D | proc_usb_info.txt | 92 Each line is tagged with a one-character ID for that line: 98 P = Product ID info. (from Device descriptor, but they won't fit 158 Device descriptor info & Product ID info: 176 | | |__Product ID code 177 | |__Vendor ID code 194 | description that often comes from the kernel's PCI ID database. 200 | some unique ID, normally a bus ID (address or slot name) that
|
/linux-4.4.14/drivers/usb/phy/ |
D | phy-msm-usb.c | 1158 set_bit(ID, &motg->inputs); in msm_otg_init_sm() 1160 clear_bit(ID, &motg->inputs); in msm_otg_init_sm() 1167 set_bit(ID, &motg->inputs); in msm_otg_init_sm() 1172 clear_bit(ID, &motg->inputs); in msm_otg_init_sm() 1175 set_bit(ID, &motg->inputs); in msm_otg_init_sm() 1200 if (!test_bit(ID, &motg->inputs) && otg->host) { in msm_otg_sm_work() 1259 !test_bit(ID, &motg->inputs)) { in msm_otg_sm_work() 1271 if (test_bit(ID, &motg->inputs)) { in msm_otg_sm_work() 1302 set_bit(ID, &motg->inputs); in msm_otg_irq() 1304 clear_bit(ID, &motg->inputs); in msm_otg_irq() [all …]
|
/linux-4.4.14/Documentation/acpi/apei/ |
D | output_format.txt | 125 Receiver ID | Requester ID | Completer ID | Transmitter ID
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | cpqphp_pci.c | 309 u32 ID; in cpqhp_save_config() local 339 ID = 0xFFFFFFFF; in cpqhp_save_config() 340 rc = pci_bus_read_config_dword(ctrl->pci_bus, PCI_DEVFN(device, 0), PCI_VENDOR_ID, &ID); in cpqhp_save_config() 342 if (ID == 0xFFFFFFFF) { in cpqhp_save_config() 437 rc = pci_bus_read_config_dword(ctrl->pci_bus, PCI_DEVFN(device, function), PCI_VENDOR_ID, &ID); in cpqhp_save_config() 438 if (ID == 0xFFFFFFFF) { in cpqhp_save_config() 473 u32 ID; in cpqhp_save_slot_config() local 481 ID = 0xFFFFFFFF; in cpqhp_save_slot_config() 484 pci_bus_read_config_dword (ctrl->pci_bus, PCI_DEVFN(new_slot->device, 0), PCI_VENDOR_ID, &ID); in cpqhp_save_slot_config() 486 if (ID == 0xFFFFFFFF) in cpqhp_save_slot_config() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/media/i2c/ |
D | tvp7002.txt | 24 - field-even-active: Active-high Field ID output polarity control of the bus. 25 Under normal operation, the field ID output is set to logic 1 for an odd field
|
/linux-4.4.14/Documentation/frv/ |
D | features.txt | 272 On MMU Linux the CPU supports the concept of a context ID in its MMU to 273 make it more efficient (TLB entries are labelled with a context ID to link 276 Normally once a context ID is allocated, it will remain affixed to a task 278 kernel is capable of supporting more tasks than there are possible ID 282 The context ID currently in use by a task can be viewed in /proc: 290 Under some circumstances, however, it is desirable to pin a context ID on 292 writing the process ID of the target process to a special file: 296 Reading from the file will then show the context ID pinned. 301 The context ID will remain pinned as long as any process is using that
|
/linux-4.4.14/Documentation/ja_JP/ |
D | stable_kernel_rules.txt | 41 - 新しい device ID とクオークも受け入れられる。 48 Linus のツリーでのコミットID を -stable へのパッチ投稿の際に引用す
|
/linux-4.4.14/sound/soc/fsl/ |
D | fsl_sai.h | 81 #define FSL_SAI_CR2_MSEL(ID) ((ID) << 26) argument
|
/linux-4.4.14/Documentation/hwmon/ |
D | sis5595 | 19 Version PCI ID PCI Revision 25 "blacklist" PCI ID and refuse to load. 27 NOT SUPPORTED PCI ID BLACKLIST PCI ID
|
D | smsc47b397 | 114 The following is an example of how to read the SIO Device ID located at 0x20 132 The registers of interest for identifying the SIO on the dc7100 are Device ID 135 The Device ID will read 0x6F (0x81 for SCH5307-NS, and 0x85 for SCH5317)
|
/linux-4.4.14/Documentation/namespaces/ |
D | compatibility-list.txt | 22 In both cases, tasks shouldn't try exposing this ID to some 24 or IPC shmem/message. The fact is that this ID is only valid
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | twlxxxx-usb.txt | 6 interrupt number is the otg interrupt number that raises ID interrupts when 26 interrupt number is the otg interrupt number that raises ID interrupts
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | phy.txt | 12 - reg : The ID number for the phy, usually a small integer 29 followed by 10 bits of a vendor specific ID.
|
D | ti,dp83867.txt | 4 - reg - The ID number for the phy, usually a small integer
|
D | fixed-link.txt | 27 - a: emulated PHY ID, choose any but but unique to the all specified
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/xilinx/ |
D | xilinx_dma.txt | 52 - dmas: a list of <[DMA device phandle] [Channel ID]> pairs, 53 where Channel ID is '0' for write/tx and '1' for read/rx
|
D | xilinx_vdma.txt | 62 - dmas: a list of <[Video DMA device phandle] [Channel ID]> pairs, 63 where Channel ID is '0' for write/tx and '1' for read/rx
|
/linux-4.4.14/arch/arm/ |
D | Kconfig-nommu | 29 hex 'Hard wire the processor ID' 33 If processor has no CP15 register, this processor ID is
|
/linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
D | mmci.txt | 16 - arm,primecell-periphid : contains the PrimeCell Peripheral ID, it overrides 17 the ID provided by the HW
|
D | mxs-mmc.txt | 14 and SSP DMA channel ID.
|
/linux-4.4.14/Documentation/devicetree/bindings/phy/ |
D | calxeda-combophy.txt | 7 - phydev: device ID for programming the combophy.
|
D | brcm,cygnus-pcie-phy.txt | 12 - reg: the PHY ID
|
/linux-4.4.14/Documentation/networking/caif/ |
D | README | 74 Link-ID(1) 84 Priority and Link-ID(1) 91 before Checksum containing Channel ID.
|
/linux-4.4.14/Documentation/accounting/ |
D | taskstats-struct.txt | 62 __u32 ac_uid; /* User ID */ 63 __u32 ac_gid; /* Group ID */ 64 __u32 ac_pid; /* Process ID */ 65 __u32 ac_ppid; /* Parent process ID */
|
/linux-4.4.14/Documentation/devicetree/bindings/bus/ |
D | mvebu-mbus.txt | 19 - address-cells: Must be '2'. The first cell for the MBus ID encoding, 83 the window ID and the second one for the offset within the window. 96 I = 4-bit window target ID 144 Since each window is identified by its target ID and attribute ID there's
|
/linux-4.4.14/arch/x86/kernel/apic/ |
D | io_apic.c | 1298 printk(KERN_DEBUG "....... : physical APIC id: %02X\n", reg_00.bits.ID); in print_IO_APIC() 1514 reg_00.bits.ID); in setup_ioapic_ids_from_mpc_nocheck() 1515 ioapics[ioapic_idx].mp_config.apicid = reg_00.bits.ID; in setup_ioapic_ids_from_mpc_nocheck() 1560 if (mpc_ioapic_id(ioapic_idx) == reg_00.bits.ID) in setup_ioapic_ids_from_mpc_nocheck() 1567 reg_00.bits.ID = mpc_ioapic_id(ioapic_idx); in setup_ioapic_ids_from_mpc_nocheck() 1578 if (reg_00.bits.ID != mpc_ioapic_id(ioapic_idx)) in setup_ioapic_ids_from_mpc_nocheck() 2290 if (reg_00.bits.ID != mpc_ioapic_id(ioapic_idx)) { in resume_ioapic_id() 2291 reg_00.bits.ID = mpc_ioapic_id(ioapic_idx); in resume_ioapic_id() 2373 "%d\n", ioapic, apic_id, reg_00.bits.ID); in io_apic_get_unique_id() 2374 apic_id = reg_00.bits.ID; in io_apic_get_unique_id() [all …]
|
/linux-4.4.14/Documentation/arm/ |
D | CCN.txt | 23 "port" (device port number) and "vc" (virtual channel ID) and 37 a single CPU ID, of the processor which will be used to handle all
|
/linux-4.4.14/net/can/ |
D | Kconfig | 22 tristate "Raw CAN Protocol (raw access with CAN-ID filtering)" 28 socket has several filter options e.g. ID masking / error frames.
|
/linux-4.4.14/arch/arm/mach-shmobile/ |
D | headsmp-scu.S | 31 and r1, r1, #3 @ mask out cpu ID
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-encoder-api.txt | 55 Assigns the transport stream ID of the encoded audio stream 57 Audio Stream ID 64 Set video transport stream ID 66 Video stream ID 73 Assigns the transport stream ID for PCR packets 75 PCR Stream ID 451 8:15 Stream ID (normally 0xBD) 616 1=private packet with stream ID 0xBD
|
/linux-4.4.14/Documentation/acpi/ |
D | enumeration.txt | 368 Device Tree namespace link device ID 374 ID namespace. Consequently, in principle it should not be necessary to allocate 375 a new (and arguably redundant) ACPI/PNP device ID for a devices with an existing 376 identification string in the Device Tree (DT) namespace, especially if that ID 380 In ACPI, the device identification object called _CID (Compatible ID) is used to 387 be a device ID from one of the namespaces prescribed by the specification too. 389 The special DT namespace link device ID, PRP0001, provides a means to use the 411 will be enumerated to depends on the device ID returned by _HID.
|
D | namespace.txt | 117 | | +-| _HID | Name(_HID, "PNP0C0D"): the hardware ID 129 | +-| _HID | Name(_HID, "PNP0A08"): the hardware ID 133 | +-| _CID | Name(_CID, "PNP0A03"): the compatible ID 173 | | +-| _HID | Name(_HID, "PNP0A0B"): the hardware ID
|
/linux-4.4.14/drivers/usb/atm/ |
D | Kconfig | 61 pass the vendor ID, product ID, and endpoint numbers for transmission
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | omap5-gpu-thermal.dtsi | 18 /* sensor ID */
|
D | omap5-core-thermal.dtsi | 18 /* sensor ID */
|
D | omap4-cpu-thermal.dtsi | 18 /* sensor ID */
|
/linux-4.4.14/Documentation/devicetree/bindings/c6x/ |
D | timer64.txt | 15 - ti,dscr-dev-enable: Device ID used to enable timer IP through DSCR interface.
|
D | emifa.txt | 18 - ti,dscr-dev-enable: Device ID if EMIF is enabled/disabled from DSCR
|
/linux-4.4.14/Documentation/devicetree/bindings/media/ |
D | exynos-jpeg-codec.txt | 14 - clocks : should contain the clock specifier and clock ID list
|
/linux-4.4.14/Documentation/input/ |
D | sentelic.txt | 12 @4. Issuing the "Get device ID" command (0xF2) and waits for the response; 404 0xba => gesture ID (refer to the 'Gesture ID' section) 405 0xc0 => region ID 444 Byte 4: Don't care (MOUSE ID 3, 4) 459 1. Identify FSP by reading device ID(0x00) and version(0x01) register 668 * Gesture ID 673 into a 8 bits integer, namely 'Gesture ID.' Following is a list of 676 ID Description 702 0x8200 bit7~bit0 0x01 RO device ID 704 0x8201 bit7~bit0 RW version ID [all …]
|
/linux-4.4.14/include/linux/usb/ |
D | msm_hsusb.h | 171 #define ID 0 macro
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-mxs.txt | 10 and I2C DMA channel ID.
|
/linux-4.4.14/Documentation/devicetree/bindings/spi/ |
D | mxs-spi.txt | 8 and SSP DMA channel ID.
|
/linux-4.4.14/drivers/zorro/ |
D | Kconfig | 15 ID numbers instead of names.
|
/linux-4.4.14/Documentation/misc-devices/ |
D | c2port.txt | 63 after that you should read the device ID and revision ID of the
|
D | isl29003 | 30 The ISL29003 does not have an ID register which could be used to identify
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-trace.txt | 48 Record events on existing process ID (comma separated list). 52 Record events on existing thread ID (comma separated list). 96 Show process COMM right beside its ID, on by default, disable with --no-comm.
|
/linux-4.4.14/Documentation/devicetree/bindings/thermal/ |
D | thermal.txt | 168 by means of sensor ID. Additional coefficients are 344 /* sensor ID */ 371 /* sensor ID */ 398 /* sensor ID */ 431 specifier as sensor ID. In the example, then, <bandgap 0> is used to 521 #thermal-sensor-cells = <1>; /* sensor internal ID */ 530 /* sensor ID */ 546 /* sensor ID */
|
/linux-4.4.14/Documentation/fmc/ |
D | fmc-chardev.txt | 33 [ 1073.339332] spec 0000:02:00.0: Driver has no ID: matches all 35 [ 1073.350821] spec 0000:04:00.0: Driver has no ID: matches all
|
D | mezzanine.txt | 37 ID Table 94 bus 4, slot 0. If any such ID is specified, the driver will only 95 accept to drive cards that appear in the list (even if the FMC ID
|
/linux-4.4.14/Documentation/mmc/ |
D | mmc-dev-attrs.txt | 22 manfid Manufacturer ID (from CID Register) 24 oemid OEM/Application ID (from CID Register)
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | mxs-saif.txt | 8 and SAIF DMA channel ID.
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | mt312_priv.h | 155 ID = 126, enumerator
|
/linux-4.4.14/arch/arm/mach-mvebu/ |
D | pmsu_ll.S | 19 mrc 15, 0, r0, cr0, cr0, 5 @ get the CPU ID
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-bindings.txt | 36 ID. These numbers start at 0, and are contiguous. For each state ID, a unique 71 name for integer state ID 0, list entry 1 for state ID 1, and
|
/linux-4.4.14/arch/x86/kernel/ |
D | head_32.S | 345 popfl # set EFLAGS=ID 348 testl $X86_EFLAGS_ID,%eax # did EFLAGS.ID remained set? 349 jz enable_paging # hw disallowed setting of ID bit 424 xorl %eax,%eax # call CPUID with 0 -> return vendor ID
|
/linux-4.4.14/drivers/scsi/ |
D | sym53c416.c | 176 #define ID "sym53c416" /* Attention: copied to the sym53c416.h */ macro 601 if (request_region(*base, IO_RANGE, ID)) { in sym53c416_probe() 682 if (!request_region(hosts[i].base, IO_RANGE, ID)) in sym53c416_detect() 699 if (request_irq(hosts[i].irq, sym53c416_intr_handle, 0, ID, shpnt)) in sym53c416_detect()
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | cachefiles.txt | 301 type ID (required to distinguish special objects) and the auxiliary data from 343 and asks LSM to supply a security ID as which it should act given the 348 SELinux transitions the daemon's security ID to the module's security ID 351 type_transition <daemon's-ID> kernel_t : process <module's-ID>; 358 The module's security ID gives it permission to create, move and remove files 363 The daemon's security ID gives it only a very restricted set of permissions: it
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | cirrus,clps711x-intc.txt | 12 ID Name Description
|
D | msi.txt | 96 /* Each device has some unique ID */ 104 /* Each device has some unique ID */
|
/linux-4.4.14/Documentation/isdn/ |
D | README.gigaset | 42 ID 0681:0001 43 ID 0681:0002 44 ID 0681:0009 45 ID 0681:0021 46 ID 0681:0022 96 usb_gigaset ) cidmode initial Call-ID mode setting (see section 242 2.6. Call-ID (CID) mode
|
D | INTERFACE.fax | 86 ISDN_TTY_FAX_RID output of remote ID set in r_id[] 135 ID-string, set by +FCIG
|
/linux-4.4.14/Documentation/devicetree/bindings/display/msm/ |
D | dsi.txt | 10 - qcom,dsi-host-index: The ID of DSI controller hardware instance. This should 60 - qcom,dsi-phy-index: The ID of DSI PHY hardware instance. This should
|
/linux-4.4.14/Documentation/driver-model/ |
D | bus.txt | 43 The format of device ID structures and the semantics for comparing 50 comparing the device IDs the driver supports with the device ID of a
|
/linux-4.4.14/Documentation/PCI/ |
D | pcieaer-howto.txt | 66 source ID. nosourceid=n by default. 75 …0:00.0: PCIe Bus Error: severity=Uncorrected (Fatal), type=Transaction Layer, id=0500(Requester ID) 80 In the example, 'Requester ID' means the ID of the device who sends 115 the error reporting agent's requestor ID into the Error Source
|
D | pci.txt | 83 id_table Pointer to table of device ID's the driver is 90 all PCI devices which match the ID table and are not 93 entry in the ID table matches the device. The probe 125 The ID table is an array of struct pci_device_id entries ending with an 131 vendor,device Vendor and device ID to match (or PCI_ANY_ID) 133 subvendor, Subsystem vendor and device ID to match (or PCI_ANY_ID) 211 Searching by vendor and device ID: 217 Searching by class ID (iterate in a similar way): 221 Searching by both vendor/device and subsystem vendor/device ID:
|
/linux-4.4.14/ |
D | .gitignore | 95 ID
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | jedec,spi-nor.txt | 12 be identified by the JEDEC READ ID opcode (0x9F).
|
/linux-4.4.14/Documentation/spi/ |
D | spi-sc18is602 | 19 support Chip ID registers. You will have to instantiate the devices explicitly.
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/freescale/ |
D | fsl,vf610-mscm-ir.txt | 14 to get the current CPU ID
|
/linux-4.4.14/Documentation/devicetree/bindings/misc/ |
D | atmel-ssc.txt | 16 the memory interface and SSC DMA channel ID (for tx and rx).
|
/linux-4.4.14/arch/arm/common/ |
D | vlock.S | 58 @ r1: CPU ID (0-based index within cluster)
|
/linux-4.4.14/Documentation/devicetree/bindings/serial/ |
D | fsl-mxs-auart.txt | 9 and AUART DMA channel ID.
|
/linux-4.4.14/drivers/staging/unisys/Documentation/ABI/ |
D | sysfs-platform-visorchipset | 7 Description: used to send the ID of a string that should be displayed on 26 Description: used to send the ID of a string that should be displayed on
|
/linux-4.4.14/arch/x86/include/asm/ |
D | io_apic.h | 34 ID : 8; member
|
/linux-4.4.14/Documentation/early-userspace/ |
D | README | 49 directory, limited user and group ID translation can be performed. 50 INITRAMFS_ROOT_UID can be set to a user ID that needs to be mapped to 51 user root (0). INITRAMFS_ROOT_GID can be set to a group ID that needs
|
/linux-4.4.14/arch/arm/plat-omap/ |
D | Kconfig | 128 int "Service ID for the support routine to set L2 AUX control" 132 PPA routine service ID for setting L2 auxiliary control register.
|
/linux-4.4.14/drivers/eisa/ |
D | Kconfig | 52 can disable this feature and you'll get device ID instead of
|
/linux-4.4.14/Documentation/video4linux/ |
D | gspca.txt | 256 mr97310a 093a:010e All known CIF cams with this ID 257 mr97310a 093a:010f All known VGA cams with this ID 391 sq905c 2770:905c All 11 known cameras with this ID 392 sq905 2770:9120 All 24 known cameras with this ID 393 sq905c 2770:913d All 4 known cameras with this ID
|