Home
last modified time | relevance | path

Searched refs:identifier (Results 1 – 25 of 259) sorted by relevance

1234567891011

/Linux-v4.19/Documentation/devicetree/bindings/dma/
Datmel-xdma.txt13 - bit 13: SIF, source interface identifier, used to get the memory
14 interface identifier,
15 - bit 14: DIF, destination interface identifier, used to get the peripheral
16 interface identifier,
17 - bit 30-24: PERID, peripheral identifier.
35 - bit 13: SIF, source interface identifier, used to get the memory
36 interface identifier,
37 - bit 14: DIF, destination interface identifier, used to get the peripheral
38 interface identifier,
39 - bit 30-24: PERID, peripheral identifier.
/Linux-v4.19/scripts/coccinelle/api/
Datomic_as_refcounter.cocci13 identifier a, x;
15 identifier fname =~ ".*free.*";
16 identifier fname2 =~ ".*destroy.*";
17 identifier fname3 =~ ".*del.*";
18 identifier fname4 =~ ".*queue_work.*";
19 identifier fname5 =~ ".*schedule_work.*";
20 identifier fname6 =~ ".*call_rcu.*";
61 identifier a, x, y;
63 identifier fname =~ ".*free.*";
94 identifier a, x;
[all …]
Dsimple_open.cocci14 identifier open_f != simple_open;
15 identifier i, f;
29 identifier fops;
30 identifier open.open_f;
40 identifier open_f != simple_open;
41 identifier i, f;
56 identifier fops;
57 identifier openr.open_f;
Dplatform_no_drv_owner.cocci15 identifier __driver;
26 identifier match1.__driver;
35 identifier match1.__driver;
44 identifier __driver;
57 identifier match2.__driver;
66 identifier match2.__driver;
77 identifier match1.__driver;
88 identifier match1.__driver;
99 identifier match2.__driver;
110 identifier match2.__driver;
Dcheck_bq27xxx_data.cocci23 identifier i,i1,i2;
58 identifier tocheck.i1regs;
66 identifier tocheck.i2regs;
94 identifier tocheck.i1dmregs;
102 identifier tocheck.i2dmregs;
130 identifier tocheck.i1props;
138 identifier tocheck.i2props;
Dpm_runtime.cocci52 identifier pm_runtime_api;
68 identifier pm_runtime_api;
86 identifier pm_runtime_api;
/Linux-v4.19/Documentation/networking/
Dila.txt38 A mapping of an ILA identifier to a locator (or to a
44 four bits) and an identifier (lower sixty-four bits).
51 bits) and an identifier (low order sixty-four bits). ILA
125 the checksum. The low order sixteen bits of the identifier
131 bits of the identifier. When ILA to SIR address translation is done on
133 restores the identifier as it was originally sent.
143 0: interface identifier
145 1: locally unique identifier
147 2: virtual networking identifier for IPv4 address
149 3: virtual networking identifier for IPv6 unicast address
[all …]
/Linux-v4.19/drivers/scsi/
Dscript_asm.pl154 $identifier = '[A-Za-z_][A-Za-z_0-9]*';
162 $value = "$identifier|$identifier\\s*[+\-]\\s*$decnum|".
163 "$identifier\\s*[+-]\s*$hexnum|$constant";
249 if ($value =~ /^REL\s*\(\s*($identifier)\s*\)\s*(.*)/i) {
254 } elsif ($value =~ /^($identifier)\s*(.*)/) {
401 if (/^\s*($identifier)\s*:(.*)/) {
418 if ($rest =~ /^($identifier)\s*=\s*($constant)\s*$/) {
441 if ($external =~ /\s*($identifier)\s*$/) {
459 if ($1 =~ /^($identifier)\s*$/) {
633 if ($rest =~ /^(ATN|)\s*($value)\s*,\s*($identifier)\s*$/i) {
[all …]
/Linux-v4.19/scripts/coccinelle/api/debugfs/
Ddebugfs_simple_attr.cocci20 identifier dsa_fops;
28 identifier dsa.dsa_fops;
35 identifier dsa.dsa_fops;
43 identifier dsa.dsa_fops;
49 identifier dsa.dsa_fops;
/Linux-v4.19/scripts/coccinelle/iterators/
Dfen.cocci20 identifier l;
33 identifier l;
46 identifier l;
59 identifier l;
77 identifier l;
/Linux-v4.19/Documentation/devicetree/bindings/clock/
Dhi3620-clock.txt17 Each clock is assigned an identifier and client nodes use this identifier
20 All these identifier could be found in <dt-bindings/clock/hi3620-clock.h>.
Dhix5hd2-clock.txt12 Each clock is assigned an identifier and client nodes use this identifier
15 All these identifier could be found in <dt-bindings/clock/hix5hd2-clock.h>.
Dmarvell,mmp2.txt18 Each clock is assigned an identifier and client nodes use this identifier
21 All these identifier could be found in <dt-bindings/clock/marvell-mmp2.h>.
Dmarvell,pxa168.txt18 Each clock is assigned an identifier and client nodes use this identifier
21 All these identifier could be found in <dt-bindings/clock/marvell,pxa168.h>.
Dmarvell,pxa910.txt18 Each clock is assigned an identifier and client nodes use this identifier
21 All these identifier could be found in <dt-bindings/clock/marvell-pxa910.h>.
Damlogic,gxbb-aoclkc.txt17 Each clock is assigned an identifier and client nodes can use this identifier
24 Each reset is assigned an identifier and client nodes can use this identifier
Dhi3660-clock.txt28 Each clock is assigned an identifier and client nodes use this identifier
31 All these identifier could be found in <dt-bindings/clock/hi3660-clock.h>.
Dhisi-crg.txt24 Each clock is assigned an identifier and client nodes use this identifier
27 All these identifier could be found in <dt-bindings/clock/hi3519-clock.h>.
Dhi6220-clock.txt49 Each clock is assigned an identifier and client nodes use this identifier
52 All these identifier could be found in <dt-bindings/clock/hi6220-clock.h>.
/Linux-v4.19/scripts/coccinelle/null/
Dderef_null.cocci21 identifier f;
29 identifier f;
55 identifier f;
116 identifier f;
176 identifier f;
217 identifier f;
225 identifier f;
249 identifier f;
Dbadzero.cocci27 identifier f;
51 identifier f;
84 identifier f;
101 identifier f;
124 identifier r.f;
148 identifier r.f;
/Linux-v4.19/tools/firewire/
Dnosy-dump.h20 uint32_t identifier:2; member
29 uint32_t identifier:2; member
46 uint32_t identifier:2; member
64 uint32_t identifier:2; member
/Linux-v4.19/scripts/coccinelle/misc/
Dof_table.cocci14 identifier var, arr;
32 identifier var, arr;
54 identifier var, arr;
Dreturnvar.cocci20 identifier ret;
33 identifier ret;
43 identifier ret;
/Linux-v4.19/drivers/scsi/esas2r/
Desas2r_targdb.c194 if (ident_len > sizeof(t->identifier) in esas2r_targ_db_add_pthru()
212 memcpy(t->identifier, ident, ident_len); in esas2r_targ_db_add_pthru()
245 void *identifier, in esas2r_targ_db_find_by_ident() argument
252 && memcmp(&t->identifier[0], identifier, in esas2r_targ_db_find_by_ident()

1234567891011