Home
last modified time | relevance | path

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

/openbmc/linux/drivers/of/
H A Dbase.c1109 const char *cells_name, in of_phandle_iterator_init() argument
1128 it->cells_name = cells_name; in of_phandle_iterator_init()
1164 if (it->cells_name) { in of_phandle_iterator_next()
1183 it->cells_name, in of_phandle_iterator_next()
1197 if (it->cells_name) in of_phandle_iterator_next()
1199 it->parent, it->cells_name, in of_phandle_iterator_next()
1243 const char *cells_name, in __of_parse_phandle_with_args() argument
1359 if (!cells_name) in of_parse_phandle_with_args_map()
1475 kfree(cells_name); in of_parse_phandle_with_args_map()
1498 const char *cells_name) in of_count_phandle_with_args() argument
[all …]
H A Dproperty.c1112 const char *cells_name) in parse_prop_cells() argument
1119 if (__of_parse_phandle_with_args(np, list_name, cells_name, 0, index, in parse_prop_cells()
1166 const char *cells_name) in parse_suffix_prop_cells() argument
1173 if (of_parse_phandle_with_args(np, prop_name, cells_name, index, in parse_suffix_prop_cells()
/openbmc/u-boot/include/dm/
H A Dread.h318 const char *cells_name, int cell_count,
338 const char *cells_name);
655 const char *list_name, const char *cells_name, int cell_count, in dev_read_phandle_with_args() argument
659 cells_name, cell_count, index, in dev_read_phandle_with_args()
664 const char *list_name, const char *cells_name) in dev_count_phandle_with_args() argument
667 cells_name); in dev_count_phandle_with_args()
H A Dof_access.h383 const char *list_name, const char *cells_name,
402 const char *list_name, const char *cells_name);
H A Dofnode.h469 const char *cells_name, int cell_count,
488 const char *cells_name);
/openbmc/u-boot/drivers/core/
H A Dof_access.c573 const char *cells_name, in __of_parse_phandle_with_args() argument
610 if (cells_name || cur_index == index) { in __of_parse_phandle_with_args()
619 if (cells_name) { in __of_parse_phandle_with_args()
620 if (of_read_u32(node, cells_name, &count)) { in __of_parse_phandle_with_args()
622 np->full_name, cells_name, in __of_parse_phandle_with_args()
704 const char *list_name, const char *cells_name, in of_parse_phandle_with_args() argument
710 return __of_parse_phandle_with_args(np, list_name, cells_name, 0, in of_parse_phandle_with_args()
715 const char *list_name, const char *cells_name) in of_count_phandle_with_args() argument
717 return __of_parse_phandle_with_args(np, list_name, cells_name, 0, in of_count_phandle_with_args()
H A Dread.c161 const char *cells_name, int cell_count, in dev_read_phandle_with_args() argument
165 cells_name, cell_count, index, in dev_read_phandle_with_args()
170 const char *cells_name) in dev_count_phandle_with_args() argument
173 cells_name); in dev_count_phandle_with_args()
H A Dofnode.c359 const char *cells_name, int cell_count, in ofnode_parse_phandle_with_args() argument
368 list_name, cells_name, index, in ofnode_parse_phandle_with_args()
379 list_name, cells_name, in ofnode_parse_phandle_with_args()
390 const char *cells_name) in ofnode_count_phandle_with_args() argument
394 list_name, cells_name); in ofnode_count_phandle_with_args()
397 ofnode_to_offset(node), list_name, cells_name, in ofnode_count_phandle_with_args()
/openbmc/linux/include/linux/
H A Dof.h79 const char *cells_name; member
379 const char *list_name, const char *cells_name, int cell_count,
385 const char *list_name, const char *cells_name);
395 const char *cells_name,
732 const char *cells_name, in __of_parse_phandle_with_args() argument
751 const char *cells_name) in of_count_phandle_with_args() argument
770 const char *cells_name, in of_phandle_iterator_init() argument
991 const char *cells_name, in of_parse_phandle_with_args() argument
998 if (!cells_name) in of_parse_phandle_with_args()
1001 return __of_parse_phandle_with_args(np, list_name, cells_name, in of_parse_phandle_with_args()
[all …]
/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/u-boot/lib/
H A Dfdtdec.c740 const char *cells_name, in fdtdec_parse_phandle_with_args() argument
776 if (cells_name || cur_index == index) { in fdtdec_parse_phandle_with_args()
787 if (cells_name) { in fdtdec_parse_phandle_with_args()
788 count = fdtdec_get_int(blob, node, cells_name, in fdtdec_parse_phandle_with_args()
794 cells_name, in fdtdec_parse_phandle_with_args()
/openbmc/u-boot/include/
H A Dfdtdec.h216 const char *cells_name,
/openbmc/linux/scripts/dtc/
H A Dchecks.c1477 #define WARNING_PROPERTY_PHANDLE_CELLS(nm, propname, cells_name, ...) \ argument
1478 static struct provider nm##_provider = { (propname), (cells_name), __VA_ARGS__ }; \
1479 WARNING_IF_NOT_CELL(nm##_is_cell, cells_name); \
/openbmc/u-boot/scripts/dtc/
H A Dchecks.c1190 #define WARNING_PROPERTY_PHANDLE_CELLS(nm, propname, cells_name, ...) \ argument
1191 static struct provider nm##_provider = { (propname), (cells_name), __VA_ARGS__ }; \