Home
last modified time | relevance | path

Searched full:enumerator (Results 1 – 25 of 93) sorted by relevance

1234

/linux-6.12.1/drivers/firewire/
Dself-id-sequence-helper-test.c19 struct self_id_sequence_enumerator enumerator; in test_self_id_sequence_enumerator_valid() local
23 enumerator.cursor = valid_sequences; in test_self_id_sequence_enumerator_valid()
24 enumerator.quadlet_count = ARRAY_SIZE(valid_sequences); in test_self_id_sequence_enumerator_valid()
26 entry = self_id_sequence_enumerator_next(&enumerator, &quadlet_count); in test_self_id_sequence_enumerator_valid()
29 KUNIT_EXPECT_EQ(test, enumerator.quadlet_count, 6); in test_self_id_sequence_enumerator_valid()
31 entry = self_id_sequence_enumerator_next(&enumerator, &quadlet_count); in test_self_id_sequence_enumerator_valid()
34 KUNIT_EXPECT_EQ(test, enumerator.quadlet_count, 4); in test_self_id_sequence_enumerator_valid()
36 entry = self_id_sequence_enumerator_next(&enumerator, &quadlet_count); in test_self_id_sequence_enumerator_valid()
39 KUNIT_EXPECT_EQ(test, enumerator.quadlet_count, 1); in test_self_id_sequence_enumerator_valid()
41 entry = self_id_sequence_enumerator_next(&enumerator, &quadlet_count); in test_self_id_sequence_enumerator_valid()
[all …]
Dphy-packet-definitions.h224 struct self_id_sequence_enumerator *enumerator, unsigned int *quadlet_count) in self_id_sequence_enumerator_next() argument
231 if (enumerator->cursor == NULL || enumerator->quadlet_count == 0) in self_id_sequence_enumerator_next()
233 cursor = enumerator->cursor; in self_id_sequence_enumerator_next()
239 if (count >= enumerator->quadlet_count || in self_id_sequence_enumerator_next()
253 self_id_sequence = enumerator->cursor; in self_id_sequence_enumerator_next()
255 enumerator->cursor += count; in self_id_sequence_enumerator_next()
256 enumerator->quadlet_count -= count; in self_id_sequence_enumerator_next()
/linux-6.12.1/arch/arm/boot/dts/broadcom/
Dbcm958625-meraki-kingpin.dtsi30 function-enumerator = <0>;
38 function-enumerator = <1>;
46 function-enumerator = <2>;
54 function-enumerator = <3>;
62 function-enumerator = <4>;
70 function-enumerator = <5>;
78 function-enumerator = <6>;
86 function-enumerator = <7>;
94 function-enumerator = <8>;
102 function-enumerator = <9>;
Dbcm958625-meraki-alamo.dtsi29 function-enumerator = <0>;
37 function-enumerator = <1>;
45 function-enumerator = <2>;
53 function-enumerator = <3>;
/linux-6.12.1/arch/arm64/boot/dts/freescale/
Dimx8mm-verdin-yavia.dtsi19 function-enumerator = <1>;
26 function-enumerator = <1>;
33 function-enumerator = <1>;
40 function-enumerator = <2>;
47 function-enumerator = <2>;
54 function-enumerator = <2>;
Dimx8mp-verdin-yavia.dtsi47 function-enumerator = <1>;
54 function-enumerator = <1>;
61 function-enumerator = <1>;
68 function-enumerator = <2>;
75 function-enumerator = <2>;
82 function-enumerator = <2>;
Dimx8mm-verdin-mallow.dtsi23 function-enumerator = <1>;
31 function-enumerator = <1>;
39 function-enumerator = <2>;
47 function-enumerator = <2>;
Dimx8mp-verdin-mallow.dtsi35 function-enumerator = <1>;
43 function-enumerator = <1>;
51 function-enumerator = <2>;
59 function-enumerator = <2>;
Dimx8mp-dhcom-pdk3.dts97 function-enumerator = <0>;
107 function-enumerator = <1>;
117 function-enumerator = <2>;
127 function-enumerator = <3>;
/linux-6.12.1/arch/arm/boot/dts/marvell/
Dkirkwood-c200-v1.dts71 function-enumerator = <2>;
78 function-enumerator = <1>;
85 function-enumerator = <2>;
92 function-enumerator = <1>;
129 function-enumerator = <1>;
136 function-enumerator = <1>;
145 function-enumerator = <2>;
152 function-enumerator = <2>;
Darmada-370-c200-v2.dts110 function-enumerator = <2>;
117 function-enumerator = <2>;
124 function-enumerator = <1>;
131 function-enumerator = <1>;
138 function-enumerator = <2>;
145 function-enumerator = <1>;
152 function-enumerator = <2>;
183 function-enumerator = <1>;
Darmada-385-turris-omnia.dts278 function-enumerator = <2>;
285 function-enumerator = <1>;
292 function-enumerator = <3>;
299 function-enumerator = <2>;
306 function-enumerator = <1>;
319 function-enumerator = <4>;
326 function-enumerator = <3>;
333 function-enumerator = <2>;
340 function-enumerator = <1>;
347 function-enumerator = <0>;
/linux-6.12.1/arch/arm64/boot/dts/ti/
Dk3-am62-verdin-yavia.dtsi28 function-enumerator = <1>;
35 function-enumerator = <1>;
42 function-enumerator = <1>;
49 function-enumerator = <2>;
56 function-enumerator = <2>;
63 function-enumerator = <2>;
Dk3-am62-verdin-mallow.dtsi26 function-enumerator = <1>;
34 function-enumerator = <1>;
42 function-enumerator = <2>;
50 function-enumerator = <2>;
Dk3-am642-sk.dts176 function-enumerator = <1>;
184 function-enumerator = <2>;
192 function-enumerator = <3>;
200 function-enumerator = <4>;
208 function-enumerator = <5>;
216 function-enumerator = <6>;
224 function-enumerator = <7>;
232 function-enumerator = <8>;
/linux-6.12.1/tools/net/sunrpc/xdrgen/generators/
Denum.py29 template = self.environment.get_template("definition/enumerator.j2")
30 for enumerator in node.enumerators:
31 print(template.render(name=enumerator.name, value=enumerator.value))
/linux-6.12.1/Documentation/driver-api/rapidio/
Drapidio.rst131 subsystem. Now this method relies on enumerator module parameter which is
153 Similar to the option (b) above, an enumerator has to be started first.
206 enumeration/discovery start by existing basic enumerator method set use boot
255 algorithm. When a new device is found, the enumerator takes ownership of that
257 the enumerator has exclusive right to enumerate the device. If device ownership
258 is successfully acquired, the enumerator allocates a new rio_dev structure and
264 If the device is a switch, the enumerator allocates an additional rio_switch
272 chain of switches) does not have any endpoint (except enumerator) attached to
278 For both endpoints and switches the enumerator writes a unique component tag
317 an enumerator to a specified mport device (or devices). The basic enumerator
[all …]
/linux-6.12.1/arch/arm/boot/dts/nxp/imx/
Dimx6qdl-solidsense.dtsi53 function-enumerator = <0>;
60 function-enumerator = <0>;
68 function-enumerator = <1>;
75 function-enumerator = <1>;
Dimx6ull-jozacp.dts28 function-enumerator = <0>;
36 function-enumerator = <1>;
44 function-enumerator = <2>;
58 function-enumerator = <3>;
66 function-enumerator = <4>;
74 function-enumerator = <5>;
Dimx6ull-dhcom-pdk2.dts78 function-enumerator = <5>; /* PDK2 LED5 */
87 function-enumerator = <6>; /* PDK2 LED6 */
99 function-enumerator = <7>; /* PDK2 LED7 */
112 function-enumerator = <8>; /* PDK2 LED8 */
/linux-6.12.1/Documentation/devicetree/bindings/leds/
Dleds-mt6360.yaml126 function-enumerator = <1>;
135 function-enumerator = <2>;
177 function-enumerator = <1>;
186 function-enumerator = <2>;
Dleds-qcom-lpg.yaml205 function-enumerator = <1>;
212 function-enumerator = <0>;
220 function-enumerator = <2>;
227 function-enumerator = <3>;
Dcommon.yaml48 function-enumerator:
60 function-enumerator has no effect when this property is present.
284 function-enumerator = <1>;
290 function-enumerator = <2>;
296 function-enumerator = <3>;
/linux-6.12.1/arch/arm64/boot/dts/marvell/
Darmada-8040-puzzle-m801.dts96 function-enumerator = <0>;
103 function-enumerator = <1>;
110 function-enumerator = <2>;
117 function-enumerator = <3>;
124 function-enumerator = <4>;
131 function-enumerator = <5>;
/linux-6.12.1/arch/arm/boot/dts/nxp/ls/
Dls1021a-tqmls1021a-mbls1021a.dts64 function-enumerator = <0>;
72 function-enumerator = <1>;
80 function-enumerator = <2>;
88 function-enumerator = <0>;

1234