Lines Matching +full:baz +full:- +full:names

3  * SPDX-License-Identifier: Apache-2.0
15 * @defgroup devicetree-pinctrl Pin control
26 * pinctrl-0 = <&foo &bar>;
27 * pinctrl-1 = <&baz &blub>;
33 * DT_PINCTRL_BY_IDX(DT_NODELABEL(n), 1, 0) // DT_NODELABEL(baz)
35 * @param node_id node with a pinctrl-'pc_idx' property
38 * @return node identifier for the phandle at index 'idx' in 'pinctrl-'pc_idx''
44 * @brief Get a node identifier from a pinctrl-0 property
50 * It is provided for convenience since pinctrl-0 is commonly used.
52 * @param node_id node with a pinctrl-0 property
53 * @param idx index into the pinctrl-0 property
54 * @return node identifier for the phandle at index idx in the pinctrl-0
65 * pinctrl-0 = <&foo &bar>;
66 * pinctrl-1 = <&baz &blub>;
67 * pinctrl-names = "default", "sleep";
73 * DT_PINCTRL_BY_NAME(DT_NODELABEL(n), sleep, 0) // DT_NODELABEL(baz)
76 * @param name lowercase-and-underscores pinctrl property name
90 * pinctrl-0 = <&foo &bar>;
91 * pinctrl-1 = <&baz &blub>;
92 * pinctrl-names = "default", "sleep";
101 * @param name lowercase-and-underscores name name of the pinctrl whose index to get
114 * pinctrl-'pc_idx' property and a pinctrl-names property element for
120 * pinctrl-0 = <...>;
121 * pinctrl-1 = <...>;
122 * pinctrl-names = "default", "f.o.o2";
136 * and with non-alphanumeric characters converted to underscores
151 * pinctrl-0 = <...>;
152 * pinctrl-1 = <...>;
153 * pinctrl-names = "default", "f.o.o2";
172 * n1: node-1 {
173 * pinctrl-0 = <&foo &bar>;
176 * n2: node-2 {
177 * pinctrl-0 = <&baz>;
198 * pinctrl-0 = <&foo &bar>;
199 * pinctrl-1 = <&baz>
200 * pinctrl-names = "default", "sleep";
209 * @param name lowercase-and-underscores name name of the pinctrl property
218 * This expands to 0 if there are no pinctrl-i properties.
223 * n1: node-1 {
224 * pinctrl-0 = <...>;
225 * pinctrl-1 = <...>;
228 * n2: node-2 {
244 * This expands to 1 if the pinctrl-'idx' property exists.
249 * n1: node-1 {
250 * pinctrl-0 = <...>;
251 * pinctrl-1 = <...>;
254 * n2: node-2 {
279 * n1: node-1 {
280 * pinctrl-0 = <...>;
281 * pinctrl-names = "default";
284 * n2: node-2 {
294 * @param name lowercase-and-underscores pinctrl property name to check
309 * @return node identifier for the phandle at index 'idx' in 'pinctrl-'pc_idx''
315 * @brief Get a node identifier from a pinctrl-0 property for a
322 * It is provided for convenience since pinctrl-0 is commonly used.
325 * @param idx index into the pinctrl-0 property
326 * @return node identifier for the phandle at index idx in the pinctrl-0
339 * @param name lowercase-and-underscores pinctrl property name
355 * @param name lowercase-and-underscores name of the pinctrl whose index to get
408 * @param name lowercase-and-underscores name of the pinctrl property
444 * @param name lowercase-and-underscores pinctrl property name to check