Home
last modified time | relevance | path

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

12345678910>>...27

/Linux-v5.4/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-v5.4/drivers/pinctrl/cirrus/
Dpinctrl-lochnagar.c50 #define LN_PIN_GPIO(REV, ID, NAME, REG, SHIFT, INVERT) \ argument
51 static const struct lochnagar_pin lochnagar##REV##_##ID##_pin = { \
56 #define LN_PIN_SAIF(REV, ID, NAME) \ argument
57 static const struct lochnagar_pin lochnagar##REV##_##ID##_pin = \
60 #define LN_PIN_AIF(REV, ID) \ argument
61 LN_PIN_SAIF(REV, ID##_BCLK, LN_##ID##_STR"-bclk"); \
62 LN_PIN_SAIF(REV, ID##_LRCLK, LN_##ID##_STR"-lrclk"); \
63 LN_PIN_SAIF(REV, ID##_RXDAT, LN_##ID##_STR"-rxdat"); \
64 LN_PIN_SAIF(REV, ID##_TXDAT, LN_##ID##_STR"-txdat")
66 #define LN1_PIN_GPIO(ID, NAME, REG, SHIFT, INVERT) \ argument
[all …]
/Linux-v5.4/drivers/char/agp/
Dvia-agp.c524 #define ID(x) \ macro
533 ID(PCI_DEVICE_ID_VIA_82C597_0),
534 ID(PCI_DEVICE_ID_VIA_82C598_0),
535 ID(PCI_DEVICE_ID_VIA_8501_0),
536 ID(PCI_DEVICE_ID_VIA_8601_0),
537 ID(PCI_DEVICE_ID_VIA_82C691_0),
538 ID(PCI_DEVICE_ID_VIA_8371_0),
539 ID(PCI_DEVICE_ID_VIA_8633_0),
540 ID(PCI_DEVICE_ID_VIA_XN266),
541 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-v5.4/Documentation/pcmcia/
Ddevicetable.rst8 - manufactor ID
9 - card ID
10 - product ID strings _and_ hashes of these strings
11 - function ID
17 If you want to match product ID strings, you also need to pass the crc32
18 hashes of the string to the macro, e.g. if you want to match the product ID
26 You can determine the hash of the product ID strings by catting the file
31 The hex value after "pa" is the hash of product ID string 1, after "pb" for
/Linux-v5.4/Documentation/hwmon/
Docc.rst32 The OCC sensor ID is an integer that represents the unique identifier of the
34 DIMM slot in the system may have a sensor ID of 7. This mapping is unavailable
35 to the device driver, which must therefore export the sensor ID as-is.
42 OCC sensor ID.
74 OCC sensor ID.
89 OCC sensor ID.
94 OCC sensor ID + function ID + channel in the form
96 Both the function ID and channel are integers that
102 OCC sensor ID + sensor type in the form of a string,
105 For this sensor version, OCC sensor ID will be the same
[all …]
/Linux-v5.4/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-v5.4/tools/perf/util/
Dstat.c86 #define ID(id, name) [PERF_STAT_EVSEL_ID__##id] = #name macro
88 ID(NONE, x),
89 ID(CYCLES_IN_TX, cpu/cycles-t/),
90 ID(TRANSACTION_START, cpu/tx-start/),
91 ID(ELISION_START, cpu/el-start/),
92 ID(CYCLES_IN_TX_CP, cpu/cycles-ct/),
93 ID(TOPDOWN_TOTAL_SLOTS, topdown-total-slots),
94 ID(TOPDOWN_SLOTS_ISSUED, topdown-slots-issued),
95 ID(TOPDOWN_SLOTS_RETIRED, topdown-slots-retired),
96 ID(TOPDOWN_FETCH_BUBBLES, topdown-fetch-bubbles),
[all …]
/Linux-v5.4/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-v5.4/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-v5.4/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-v5.4/Documentation/i2c/busses/
Di2c-sis5595.rst14 Note: all have mfr. ID 0x1039.
17 SUPPORTED PCI ID
24 "blacklist" PCI ID and refuse to load.
27 NOT SUPPORTED PCI ID BLACKLIST PCI ID
/Linux-v5.4/drivers/clk/
Dclk-lochnagar.c84 #define LN1_CLK(ID, NAME, REG) \ argument
85 [LOCHNAGAR_##ID] = { \
88 .ena_mask = LOCHNAGAR1_##ID##_ENA_MASK, \
89 .src_reg = LOCHNAGAR1_##ID##_SEL, \
93 #define LN2_CLK(ID, NAME) \ argument
94 [LOCHNAGAR_##ID] = { \
96 .cfg_reg = LOCHNAGAR2_##ID##_CTRL, \
97 .src_reg = LOCHNAGAR2_##ID##_CTRL, \
/Linux-v5.4/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-v5.4/Documentation/w1/masters/
Domap-hdq.rst34 controller. In this mode, as we can not read the ID which obeys the W1
36 be used to calculate the CRC and pass back an appropriate slave ID to the W1
40 driver(drivers/w1/slaves/w1_bq27000.c) sets the ID to 1.
41 Please note to load both the modules with a different ID if required, but note
42 that the ID used should be same for both master and slave driver loading.
50 pass slave ID as parameter. The driver will auto-detect slaves connected
/Linux-v5.4/Documentation/media/uapi/mediactl/
Dmedia-ioc-g-topology.rst142 - Unique ID for the entity. Do not expect that the ID will
180 - Unique ID for the interface. Do not expect that the ID will
231 - Unique ID for the pad. Do not expect that the ID will
237 - Unique ID for the entity where this pad belongs.
267 - Unique ID for the link. Do not expect that the ID will
273 - On pad to pad links: unique ID for the source pad.
275 On interface to entity links: unique ID for the interface.
279 - On pad to pad links: unique ID for the sink pad.
281 On interface to entity links: unique ID for the entity.
/Linux-v5.4/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-v5.4/arch/arm/mm/
Dcache-v4.S40 mcr p15, 0, r0, c7, c7, 0 @ flush ID cache
59 mcr p15, 0, ip, c7, c7, 0 @ flush ID cache
115 mcr p15, 0, r0, c7, c7, 0 @ flush ID cache
/Linux-v5.4/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-v5.4/Documentation/driver-api/rapidio/
Drapidio.rst40 host device ID that is valid when a master port is configured as an enumerating
163 assigning a host destination ID greater than or equal to zero. The host
164 destination ID can be assigned to a master port using various methods depending
168 "rapidio.hdid=" with a list of destination ID assignments in order of mport
171 the host destination ID=7 to the second RapidIO controller, while the first
172 one will be assigned destination ID=-1.
175 to the method shown above, the host destination ID(s) can be specified using
185 destination ID = -1;
188 destination ID assignments omitted from the end of list (default = -1).
190 If the host device ID for a specific master port is set to -1, the discovery
[all …]
/Linux-v5.4/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.

12345678910>>...27