Searched refs:cells_name (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/of/ |
| A D | base.c | 1162 const char *cells_name, in of_phandle_iterator_init() argument 1174 if (cell_count < 0 && !cells_name) in of_phandle_iterator_init() 1181 it->cells_name = cells_name; in of_phandle_iterator_init() 1217 if (it->cells_name) { in of_phandle_iterator_next() 1224 if (of_property_read_u32(it->node, it->cells_name, in of_phandle_iterator_next() 1236 it->cells_name, in of_phandle_iterator_next() 1250 if (it->cells_name) in of_phandle_iterator_next() 1252 it->parent, it->cells_name, in of_phandle_iterator_next() 1296 const char *cells_name, in __of_parse_phandle_with_args() argument 1532 const char *cells_name) in of_count_phandle_with_args() argument [all …]
|
| A D | property.c | 1105 const char *cells_name) in parse_prop_cells() argument 1112 if (__of_parse_phandle_with_args(np, list_name, cells_name, 0, index, in parse_prop_cells() 1159 const char *cells_name) in parse_suffix_prop_cells() argument 1166 if (of_parse_phandle_with_args(np, prop_name, cells_name, index, in parse_suffix_prop_cells()
|
| /linux/include/linux/ |
| A D | of.h | 79 const char *cells_name; member 373 const char *list_name, const char *cells_name, int cell_count, 379 const char *list_name, const char *cells_name); 389 const char *cells_name, 738 const char *cells_name, in __of_parse_phandle_with_args() argument 757 const char *cells_name) in of_count_phandle_with_args() argument 776 const char *cells_name, in of_phandle_iterator_init() argument 1005 const char *cells_name, in of_parse_phandle_with_args() argument 1012 if (!cells_name) in of_parse_phandle_with_args() 1015 return __of_parse_phandle_with_args(np, list_name, cells_name, in of_parse_phandle_with_args() [all …]
|
| /linux/drivers/pinctrl/ |
| A D | devicetree.c | 293 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()
|
| /linux/sound/soc/samsung/ |
| A D | tm2_wm5110.c | 500 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()
|
| /linux/scripts/dtc/ |
| A D | checks.c | 1479 #define WARNING_PROPERTY_PHANDLE_CELLS(nm, propname, cells_name, ...) \ argument 1480 static struct provider nm##_provider = { (propname), (cells_name), __VA_ARGS__ }; \ 1481 WARNING_IF_NOT_CELL(nm##_is_cell, cells_name); \
|
Completed in 33 milliseconds