/linux-6.14.4/drivers/firewire/ |
D | self-id-sequence-helper-test.c | 19 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 …]
|
D | phy-packet-definitions.h | 224 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()
|
D | core-topology.c | 101 struct self_id_sequence_enumerator enumerator = { in build_tree() local 120 while (enumerator.quadlet_count > 0) { in build_tree() 132 self_id_sequence = self_id_sequence_enumerator_next(&enumerator, &quadlet_count); in build_tree() 226 if ((enumerator.quadlet_count == 0 && parent_count != 0) || in build_tree() 227 (enumerator.quadlet_count > 0 && parent_count != 1)) { in build_tree()
|
/linux-6.14.4/arch/arm/boot/dts/broadcom/ |
D | bcm958625-meraki-kingpin.dtsi | 30 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>;
|
D | bcm958625-meraki-alamo.dtsi | 29 function-enumerator = <0>; 37 function-enumerator = <1>; 45 function-enumerator = <2>; 53 function-enumerator = <3>;
|
/linux-6.14.4/arch/arm64/boot/dts/freescale/ |
D | imx8mp-aristainetos3-proton2s.dts | 77 function-enumerator = <20>; 84 function-enumerator = <20>; 91 function-enumerator = <21>; 98 function-enumerator = <21>; 105 function-enumerator = <21>; 112 function-enumerator = <22>; 119 function-enumerator = <22>; 126 function-enumerator = <22>;
|
D | imx8mm-verdin-yavia.dtsi | 19 function-enumerator = <1>; 26 function-enumerator = <1>; 33 function-enumerator = <1>; 40 function-enumerator = <2>; 47 function-enumerator = <2>; 54 function-enumerator = <2>;
|
D | imx8mp-verdin-yavia.dtsi | 47 function-enumerator = <1>; 54 function-enumerator = <1>; 61 function-enumerator = <1>; 68 function-enumerator = <2>; 75 function-enumerator = <2>; 82 function-enumerator = <2>;
|
D | imx8mp-aristainetos3-helios.dts | 24 function-enumerator = <20>; 32 function-enumerator = <20>; 40 function-enumerator = <20>; 48 function-enumerator = <20>;
|
D | imx8mm-verdin-mallow.dtsi | 23 function-enumerator = <1>; 31 function-enumerator = <1>; 39 function-enumerator = <2>; 47 function-enumerator = <2>;
|
D | imx8mm-verdin-ivy.dtsi | 113 function-enumerator = <1>; 122 function-enumerator = <1>; 131 function-enumerator = <1>; 140 function-enumerator = <2>; 149 function-enumerator = <2>; 158 function-enumerator = <2>; 167 function-enumerator = <3>; 176 function-enumerator = <3>;
|
D | imx8mp-verdin-ivy.dtsi | 114 function-enumerator = <1>; 123 function-enumerator = <1>; 132 function-enumerator = <1>; 141 function-enumerator = <2>; 150 function-enumerator = <2>; 159 function-enumerator = <2>; 168 function-enumerator = <3>; 177 function-enumerator = <3>;
|
D | imx8mp-verdin-mallow.dtsi | 35 function-enumerator = <1>; 43 function-enumerator = <1>; 51 function-enumerator = <2>; 59 function-enumerator = <2>;
|
/linux-6.14.4/arch/arm64/boot/dts/ti/ |
D | k3-am62-verdin-yavia.dtsi | 28 function-enumerator = <1>; 35 function-enumerator = <1>; 42 function-enumerator = <1>; 49 function-enumerator = <2>; 56 function-enumerator = <2>; 63 function-enumerator = <2>;
|
D | k3-am62-verdin-mallow.dtsi | 26 function-enumerator = <1>; 34 function-enumerator = <1>; 42 function-enumerator = <2>; 50 function-enumerator = <2>;
|
D | k3-am62-verdin-ivy.dtsi | 114 function-enumerator = <1>; 123 function-enumerator = <1>; 132 function-enumerator = <1>; 141 function-enumerator = <2>; 150 function-enumerator = <2>; 159 function-enumerator = <2>; 168 function-enumerator = <3>; 177 function-enumerator = <3>;
|
/linux-6.14.4/arch/arm/boot/dts/marvell/ |
D | kirkwood-c200-v1.dts | 71 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>;
|
D | armada-370-c200-v2.dts | 110 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>;
|
D | armada-385-turris-omnia.dts | 279 function-enumerator = <2>; 286 function-enumerator = <1>; 293 function-enumerator = <3>; 300 function-enumerator = <2>; 307 function-enumerator = <1>; 320 function-enumerator = <4>; 327 function-enumerator = <3>; 334 function-enumerator = <2>; 341 function-enumerator = <1>; 348 function-enumerator = <0>;
|
/linux-6.14.4/tools/net/sunrpc/xdrgen/generators/ |
D | enum.py | 30 for enumerator in node.enumerators: 31 print(template.render(name=enumerator.name, value=enumerator.value))
|
/linux-6.14.4/arch/arm/boot/dts/nxp/imx/ |
D | imx6ull-jozacp.dts | 28 function-enumerator = <0>; 36 function-enumerator = <1>; 44 function-enumerator = <2>; 58 function-enumerator = <3>; 66 function-enumerator = <4>; 74 function-enumerator = <5>;
|
D | imx6qdl-solidsense.dtsi | 53 function-enumerator = <0>; 60 function-enumerator = <0>; 68 function-enumerator = <1>; 75 function-enumerator = <1>;
|
D | imx6ull-dhcom-pdk2.dts | 78 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.14.4/arch/arm64/boot/dts/marvell/ |
D | armada-8040-puzzle-m801.dts | 96 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.14.4/Documentation/driver-api/rapidio/ |
D | rapidio.rst | 131 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 …]
|