Home
last modified time | relevance | path

Searched refs:ID (Results 1 – 25 of 623) sorted by relevance

12345678910>>...25

/Linux-v4.19/drivers/scsi/aic7xxx/
Daic7xxx_osm_pci.c47 #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 …]
Daiclib.h178 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 …]
Daic79xx_osm_pci.c48 #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 …]
/Linux-v4.19/drivers/char/agp/
Dvia-agp.c523 #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 …]
Dintel-agp.c832 #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-v4.19/Documentation/pcmcia/
Ddevicetable.txt4 - 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
/Linux-v4.19/tools/perf/util/
Dstat.c78 #define ID(id, name) [PERF_STAT_EVSEL_ID__##id] = #name macro
80 ID(NONE, x),
81 ID(CYCLES_IN_TX, cpu/cycles-t/),
82 ID(TRANSACTION_START, cpu/tx-start/),
83 ID(ELISION_START, cpu/el-start/),
84 ID(CYCLES_IN_TX_CP, cpu/cycles-ct/),
85 ID(TOPDOWN_TOTAL_SLOTS, topdown-total-slots),
86 ID(TOPDOWN_SLOTS_ISSUED, topdown-slots-issued),
87 ID(TOPDOWN_SLOTS_RETIRED, topdown-slots-retired),
88 ID(TOPDOWN_FETCH_BUBBLES, topdown-fetch-bubbles),
[all …]
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-rapidio7 subdirectories named as "rapidioN" where N = mport ID registered
9 NOTE: An mport ID is not a RapidIO destination ID assigned to a
19 0 = small (8-bit destination ID, max. 256 devices),
20 1 = large (16-bit destination ID, max. 65536 devices).
28 (RO) reports RapidIO destination ID assigned to the given
30 that no valid destination ID have been assigned to the mport
32 only fabric enumerating mports have a valid destination ID
Dsysfs-bus-pci31 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 …]
/Linux-v4.19/Documentation/core-api/
Didr.rst4 ID Allocation
17 provides the ability to map an ID to a pointer, while the IDA provides
18 only ID allocation, and as a result is much more memory-efficient.
27 You can call :c:func:`idr_alloc` to allocate an unused ID. Look up
28 the pointer you associated with the ID by calling :c:func:`idr_find`
29 and free the ID by calling :c:func:`idr_remove`.
31 If you need to change the pointer associated with an ID, you can call
33 ID by passing a ``NULL`` pointer to the allocation function; initialise the
34 object with the reserved ID and finally insert the initialised object
60 If you need to take a lock while allocating a new ID from the IDR,
/Linux-v4.19/Documentation/devicetree/bindings/mailbox/
Dti,message-manager.txt19 - #mbox-cells Shall be 2. Contains the queue ID and proxy ID in that
45 # RX queue ID is 5, proxy ID is 2
46 # TX queue ID is 0, proxy ID is 0
/Linux-v4.19/arch/arm/boot/compressed/
Dhead-sharpsl.S36 mrc p15, 0, r4, c0, c0 @ Get Processor ID
54 ldr r6, [r1, #0] @ Load Chip ID
97 .word 0x69052d00 @ PXA255 Processor ID
99 .word 0x69054100 @ PXA270 Processor ID
101 .word 0x57411002 @ w100 Chip ID
103 .word 0x08010000 @ w100 Chip ID Reg Address
147 ldrb r2, [r1, #20] @ NAND Manufacturer ID
148 ldrb r3, [r1, #20] @ NAND Chip ID
/Linux-v4.19/Documentation/i2c/busses/
Di2c-sis559512 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
/Linux-v4.19/Documentation/devicetree/bindings/clock/
Dmvebu-gated-clock.txt5 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
96 ID Clock Peripheral
123 ID Clock Peripheral
133 ID Clock Peripheral
156 ID Clock Peripheral
Dcsr,atlas7-car.txt10 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
/Linux-v4.19/Documentation/media/uapi/mediactl/
Dmedia-ioc-g-topology.rst134 - Unique ID for the entity. Do not expect that the ID will
172 - Unique ID for the interface. Do not expect that the ID will
223 - Unique ID for the pad. Do not expect that the ID will
229 - Unique ID for the entity where this pad belongs.
259 - Unique ID for the link. Do not expect that the ID will
265 - On pad to pad links: unique ID for the source pad.
267 On interface to entity links: unique ID for the interface.
271 - On pad to pad links: unique ID for the sink pad.
273 On interface to entity links: unique ID for the entity.
/Linux-v4.19/Documentation/w1/masters/
Domap-hdq33 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-v4.19/drivers/staging/greybus/Documentation/
Dsysfs-bus-greybus14 The ID of the "root" greybus device, or bus.
22 ID of the module's primary interface.
37 The ID of a Greybus module, corresponding to the ID of its
53 1-byte interface ID.
67 Unipro Device Descriptor Block Level 1 manufacturer ID for the
75 Unipro Device Descriptor Block Level 1 product ID for the
83 The ID of a Greybus interface.
123 Product ID of a Greybus interface.
138 Vendor ID of a Greybus interface.
160 Product ID string of a Greybus interface.
[all …]
/Linux-v4.19/arch/arm/mm/
Dcache-v4.S43 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
/Linux-v4.19/Documentation/devicetree/bindings/powerpc/fsl/
Dcpus.txt27 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
/Linux-v4.19/Documentation/rapidio/
Drapidio.txt39 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-v4.19/Documentation/devicetree/bindings/extcon/
Dextcon-palmas.txt13 - 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.
/Linux-v4.19/Documentation/devicetree/bindings/net/wireless/
Dqca,ath9k.txt11 where VVVV is the PCI vendor ID and DDDD is PCI device ID.
12 Typically QCA's PCI vendor ID 168c is used while the PCI device
13 ID depends on the chipset - see the following (possibly
/Linux-v4.19/Documentation/perf/
Dxgene-pmu.txt17 The "format" directory describes format of the config (event ID),
18 config1 (agent ID) fields of the perf_event_attr structure. The "events"
23 Most of the SoC PMU has a specific list of agent ID used for monitoring
28 it is caused by a request from that agent. Each agent ID bit is inversely mapped
34 single CPU ID of the processor which will be used to handle all the PMU events.
/Linux-v4.19/Documentation/devicetree/bindings/slimbus/
Dbus.txt13 Manufacturer ID, Product code, Device index, and Instance value for
24 - reg - Should be ('Device index', 'Instance ID') from SLIMbus
28 Instance ID Is for the cases where multiple Devices of the
31 - compatible -"slimMID,PID". The textual representation of Manufacturer ID,

12345678910>>...25