Home
last modified time | relevance | path

Searched refs:cells_name (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/drivers/of/
Dbase.c1291 const char *cells_name, in of_phandle_iterator_init() argument
1303 if (cell_count < 0 && !cells_name) in of_phandle_iterator_init()
1310 it->cells_name = cells_name; in of_phandle_iterator_init()
1346 if (it->cells_name) { in of_phandle_iterator_next()
1353 if (of_property_read_u32(it->node, it->cells_name, in of_phandle_iterator_next()
1365 it->cells_name, in of_phandle_iterator_next()
1379 if (it->cells_name) in of_phandle_iterator_next()
1381 it->parent, it->cells_name, in of_phandle_iterator_next()
1425 const char *cells_name, in __of_parse_phandle_with_args() argument
1436 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args()
[all …]
Dproperty.c1198 const char *cells_name) in parse_prop_cells() argument
1205 if (of_parse_phandle_with_args(np, list_name, cells_name, index, in parse_prop_cells()
1252 const char *cells_name) in parse_suffix_prop_cells() argument
1259 if (of_parse_phandle_with_args(np, prop_name, cells_name, index, in parse_suffix_prop_cells()
/Linux-v6.1/include/linux/
Dof.h82 const char *cells_name; member
368 const char *list_name, const char *cells_name, int cell_count,
374 const char *list_name, const char *cells_name);
380 const char *cells_name,
709 const char *cells_name, in __of_parse_phandle_with_args() argument
728 const char *cells_name) in of_count_phandle_with_args() argument
736 const char *cells_name, in of_phandle_iterator_init() argument
957 const char *cells_name, in of_parse_phandle_with_args() argument
964 if (!cells_name) in of_parse_phandle_with_args()
967 return __of_parse_phandle_with_args(np, list_name, cells_name, in of_parse_phandle_with_args()
/Linux-v6.1/drivers/pinctrl/
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()
/Linux-v6.1/sound/soc/samsung/
Dtm2_wm5110.c500 const char *cells_name = NULL; in tm2_probe() local
545 cells_name = "#sound-dai-cells"; in tm2_probe()
554 cells_name, i, &args); in tm2_probe()
/Linux-v6.1/scripts/dtc/
Dchecks.c1474 #define WARNING_PROPERTY_PHANDLE_CELLS(nm, propname, cells_name, ...) \ argument
1475 static struct provider nm##_provider = { (propname), (cells_name), __VA_ARGS__ }; \
1476 WARNING_IF_NOT_CELL(nm##_is_cell, cells_name); \