Lines Matching full:path

25 node-macro =/ %s"DT_N" path-id %s"_EXISTS"
29 node-macro =/ %s"DT_N" path-id %s"_BUS" ["_" dt-name]
31 node-macro =/ %s"DT_N" path-id %s"_REG_NUM"
32 node-macro =/ %s"DT_N" path-id %s"_REG_IDX_" DIGIT "_EXISTS"
33 node-macro =/ %s"DT_N" path-id %s"_REG_IDX_" DIGIT
35 node-macro =/ %s"DT_N" path-id %s"_REG_NAME_" dt-name
38 node-macro =/ %s"DT_N" path-id %s"_IRQ_NUM"
39 node-macro =/ %s"DT_N" path-id %s"_IRQ_IDX_" DIGIT "_EXISTS"
40 node-macro =/ %s"DT_N" path-id %s"_IRQ_IDX_" DIGIT
42 node-macro =/ %s"DT_N" path-id %s"_IRQ_NAME_" dt-name
46 node-macro =/ %s"DT_N" path-id %s"_PARTITION_ID" DIGIT
49 node-macro =/ %s"DT_N" path-id %s"_COMPAT_MATCHES_" dt-name
52 node-macro =/ %s"DT_N" path-id %s"_PARENT"
55 node-macro =/ %s"DT_N" path-id %s"_FOREACH_CHILD"
56 node-macro =/ %s"DT_N" path-id %s"_FOREACH_CHILD_VARGS"
59 node-macro =/ %s"DT_N" path-id %s"_FOREACH_CHILD_STATUS_OKAY"
60 node-macro =/ %s"DT_N" path-id %s"_FOREACH_CHILD_STATUS_OKAY_VARGS"
63 node-macro =/ %s"DT_N" path-id %s"_STATUS_" dt-name
66 node-macro =/ %s"DT_N" path-id %s"_ORD"
67 ; The node's path, as a string literal
68 node-macro =/ %s"DT_N" path-id %s"_PATH"
70 node-macro =/ %s"DT_N" path-id %s"_FULL_NAME"
72 node-macro =/ %s"DT_N" path-id %s"_REQUIRES_ORDS"
74 node-macro =/ %s"DT_N" path-id %s"_SUPPORTS_ORDS"
94 ; #define DT_N_<node path>_PINCTRL_NUM 2
95 pinctrl-macro = %s"DT_N" path-id %s"_PINCTRL_NUM"
98 ; #define DT_N_<node path>_PINCTRL_IDX_0_EXISTS 1
99 ; #define DT_N_<node path>_PINCTRL_IDX_1_EXISTS 1
100 pinctrl-macro =/ %s"DT_N" path-id %s"_PINCTRL_IDX_" DIGIT %s"_EXISTS"
103 ; #define DT_N_<node path>_PINCTRL_NAME_default_EXISTS 1
104 ; #define DT_N_<node path>_PINCTRL_NAME_sleep_EXISTS 1
105 pinctrl-macro =/ %s"DT_N" path-id %s"_PINCTRL_NAME_" dt-name %s"_EXISTS"
108 ; #define DT_N_<node path>_PINCTRL_NAME_default_IDX 0
109 ; #define DT_N_<node path>_PINCTRL_NAME_sleep_IDX 1
110 pinctrl-macro =/ %s"DT_N" path-id %s"_PINCTRL_NAME_" dt-name %s"_IDX"
113 ; #define DT_N_<node path>_PINCTRL_NAME_default_IDX_0_PH <node id for 'bar'>
118 pinctrl-macro =/ %s"DT_N" path-id %s"_PINCTRL_NAME_" dt-name %s"_IDX_" DIGIT %s"_PH"
134 ; DT_N_<node path>_P_<property name>
138 ; - path-id: node's devicetree path converted to a C token
141 property-macro = %s"DT_N" path-id %s"_P_" prop-id [prop-suf]
144 ; path-id: a node's path-based macro identifier
147 ; the node's devicetree path converted to a C token by changing:
161 ; has path-id "_S_foo_123_S_bar_baz".
162 path-id = 1*( %s"_S_" dt-name )
242 ; alternate-id: another way to specify a node besides a path-id