Home
last modified time | relevance | path

Searched refs:cells_name (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/of/
H A Dbase.c1243 const char *cells_name, in of_phandle_iterator_init()
1252 * one of cell_count or cells_name must be provided to determine the in of_phandle_iterator_init()
1255 if (cell_count < 0 && !cells_name) in of_phandle_iterator_init()
1262 it->cells_name = cells_name; in of_phandle_iterator_init()
1298 if (it->cells_name) { in of_phandle_iterator_next()
1305 if (of_property_read_u32(it->node, it->cells_name, in of_phandle_iterator_next()
1308 * If both cell_count and cells_name is given, in of_phandle_iterator_next()
1310 * of the cells_name property in of_phandle_iterator_next()
1317 it->cells_name, in of_phandle_iterator_next()
1240 of_phandle_iterator_init(struct of_phandle_iterator *it, const struct device_node *np, const char *list_name, const char *cells_name, int cell_count) of_phandle_iterator_init() argument
1375 __of_parse_phandle_with_args(const struct device_node *np, const char *list_name, const char *cells_name, int cell_count, int index, struct of_phandle_args *out_args) __of_parse_phandle_with_args() argument
1485 of_parse_phandle_with_args(const struct device_node *np, const char *list_name, const char *cells_name, int index, struct of_phandle_args *out_args) of_parse_phandle_with_args() argument
1550 char *cells_name, *map_name = NULL, *mask_name = NULL; of_parse_phandle_with_args_map() local
1744 of_count_phandle_with_args(const struct device_node *np, const char *list_name, const char *cells_name) of_count_phandle_with_args() argument
[all...]
H A Dproperty.c1196 * @cells_name: property name that specifies phandles' arguments count
1209 const char *cells_name) in parse_prop_cells()
1216 if (of_parse_phandle_with_args(np, list_name, cells_name, index, in parse_prop_cells()
1250 * @cells_name: property name that specifies phandles' arguments count
1263 const char *cells_name) in parse_suffix_prop_cells()
1270 if (of_parse_phandle_with_args(np, prop_name, cells_name, index, in parse_suffix_prop_cells()
1206 parse_prop_cells(struct device_node *np, const char *prop_name, int index, const char *list_name, const char *cells_name) parse_prop_cells() argument
1260 parse_suffix_prop_cells(struct device_node *np, const char *prop_name, int index, const char *suffix, const char *cells_name) parse_suffix_prop_cells() argument
/kernel/linux/linux-6.6/drivers/of/
H A Dbase.c1109 const char *cells_name, in of_phandle_iterator_init()
1118 * one of cell_count or cells_name must be provided to determine the in of_phandle_iterator_init()
1121 if (cell_count < 0 && !cells_name) in of_phandle_iterator_init()
1128 it->cells_name = cells_name; in of_phandle_iterator_init()
1164 if (it->cells_name) { in of_phandle_iterator_next()
1171 if (of_property_read_u32(it->node, it->cells_name, in of_phandle_iterator_next()
1174 * If both cell_count and cells_name is given, in of_phandle_iterator_next()
1176 * of the cells_name property in of_phandle_iterator_next()
1183 it->cells_name, in of_phandle_iterator_next()
1106 of_phandle_iterator_init(struct of_phandle_iterator *it, const struct device_node *np, const char *list_name, const char *cells_name, int cell_count) of_phandle_iterator_init() argument
1241 __of_parse_phandle_with_args(const struct device_node *np, const char *list_name, const char *cells_name, int cell_count, int index, struct of_phandle_args *out_args) __of_parse_phandle_with_args() argument
1344 char *cells_name, *map_name = NULL, *mask_name = NULL; of_parse_phandle_with_args_map() local
1497 of_count_phandle_with_args(const struct device_node *np, const char *list_name, const char *cells_name) of_count_phandle_with_args() argument
[all...]
H A Dproperty.c1099 * @cells_name: property name that specifies phandles' arguments count
1112 const char *cells_name) in parse_prop_cells()
1119 if (__of_parse_phandle_with_args(np, list_name, cells_name, 0, index, in parse_prop_cells()
1153 * @cells_name: property name that specifies phandles' arguments count
1166 const char *cells_name) in parse_suffix_prop_cells()
1173 if (of_parse_phandle_with_args(np, prop_name, cells_name, index, in parse_suffix_prop_cells()
1109 parse_prop_cells(struct device_node *np, const char *prop_name, int index, const char *list_name, const char *cells_name) parse_prop_cells() argument
1163 parse_suffix_prop_cells(struct device_node *np, const char *prop_name, int index, const char *suffix, const char *cells_name) parse_suffix_prop_cells() argument
/kernel/linux/linux-6.6/include/linux/
H A Dof.h78 const char *cells_name; member
377 const char *list_name, const char *cells_name, int cell_count,
383 const char *list_name, const char *cells_name);
393 const char *cells_name,
730 const char *cells_name, in __of_parse_phandle_with_args()
749 const char *cells_name) in of_count_phandle_with_args()
768 const char *cells_name, in of_phandle_iterator_init()
959 * @cells_name: property name that specifies phandles' arguments count
989 const char *cells_name, in of_parse_phandle_with_args()
995 /* If cells_name i in of_parse_phandle_with_args()
728 __of_parse_phandle_with_args(const struct device_node *np, const char *list_name, const char *cells_name, int cell_count, int index, struct of_phandle_args *out_args) __of_parse_phandle_with_args() argument
747 of_count_phandle_with_args(const struct device_node *np, const char *list_name, const char *cells_name) of_count_phandle_with_args() argument
765 of_phandle_iterator_init(struct of_phandle_iterator *it, const struct device_node *np, const char *list_name, const char *cells_name, int cell_count) of_phandle_iterator_init() argument
987 of_parse_phandle_with_args(const struct device_node *np, const char *list_name, const char *cells_name, int index, struct of_phandle_args *out_args) of_parse_phandle_with_args() argument
1058 of_parse_phandle_with_optional_args(const struct device_node *np, const char *list_name, const char *cells_name, int index, struct of_phandle_args *out_args) of_parse_phandle_with_optional_args() argument
[all...]
/kernel/linux/linux-5.10/drivers/pinctrl/
H A Ddevicetree.c293 const char *cells_name = "#pinctrl-cells"; in pinctrl_find_cells_size() local
296 error = of_property_read_u32(np->parent, cells_name, &cells_size); in pinctrl_find_cells_size()
299 cells_name, &cells_size); in pinctrl_find_cells_size()
/kernel/linux/linux-6.6/drivers/pinctrl/
H A Ddevicetree.c291 const char *cells_name = "#pinctrl-cells"; in pinctrl_find_cells_size() local
294 error = of_property_read_u32(np->parent, cells_name, &cells_size); in pinctrl_find_cells_size()
297 cells_name, &cells_size); in pinctrl_find_cells_size()
/kernel/linux/linux-5.10/include/linux/
H A Dof.h82 const char *cells_name; member
370 const char *list_name, const char *cells_name, int index,
379 const char *list_name, const char *cells_name);
385 const char *cells_name,
719 const char *cells_name, in of_parse_phandle_with_args()
744 const char *cells_name) in of_count_phandle_with_args()
752 const char *cells_name, in of_phandle_iterator_init()
717 of_parse_phandle_with_args(const struct device_node *np, const char *list_name, const char *cells_name, int index, struct of_phandle_args *out_args) of_parse_phandle_with_args() argument
742 of_count_phandle_with_args(struct device_node *np, const char *list_name, const char *cells_name) of_count_phandle_with_args() argument
749 of_phandle_iterator_init(struct of_phandle_iterator *it, const struct device_node *np, const char *list_name, const char *cells_name, int cell_count) of_phandle_iterator_init() argument
/kernel/linux/linux-5.10/sound/soc/samsung/
H A Dtm2_wm5110.c500 const char *cells_name = NULL; in tm2_probe() local
546 cells_name = "#sound-dai-cells"; in tm2_probe()
555 cells_name, i, &args); in tm2_probe()
/kernel/linux/linux-6.6/sound/soc/samsung/
H A Dtm2_wm5110.c500 const char *cells_name = NULL; in tm2_probe() local
549 cells_name = "#sound-dai-cells"; in tm2_probe()
558 cells_name, i, &args); in tm2_probe()
/kernel/linux/linux-6.6/scripts/dtc/
H A Dchecks.c1477 #define WARNING_PROPERTY_PHANDLE_CELLS(nm, propname, cells_name, ...) \
1478 static struct provider nm##_provider = { (propname), (cells_name), __VA_ARGS__ }; \
1479 WARNING_IF_NOT_CELL(nm##_is_cell, cells_name); \
/kernel/linux/linux-5.10/scripts/dtc/
H A Dchecks.c1453 #define WARNING_PROPERTY_PHANDLE_CELLS(nm, propname, cells_name, ...) \
1454 static struct provider nm##_provider = { (propname), (cells_name), __VA_ARGS__ }; \

Completed in 22 milliseconds