Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/of/
H A Dbase.c1243 const char *cells_name, in of_phandle_iterator_init() argument
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()
1317 it->cells_name, in of_phandle_iterator_next()
1331 if (it->cells_name) in of_phandle_iterator_next()
1333 it->parent, it->cells_name, in of_phandle_iterator_next()
1377 const char *cells_name, in __of_parse_phandle_with_args() argument
1385 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args()
[all …]
H A Dproperty.c1146 const char *cells_name) in parse_prop_cells() argument
1153 if (of_parse_phandle_with_args(np, list_name, cells_name, index, in parse_prop_cells()
1200 const char *cells_name) in parse_suffix_prop_cells() argument
1207 if (of_parse_phandle_with_args(np, prop_name, cells_name, index, in parse_suffix_prop_cells()
/OK3568_Linux_fs/u-boot/include/dm/
H A Dread.h240 const char *cells_name, int cell_count,
260 const char *cells_name);
582 const char *list_name, const char *cells_name, int cell_count, in dev_read_phandle_with_args() argument
586 cells_name, cell_count, index, in dev_read_phandle_with_args()
591 const char *list_name, const char *cells_name) in dev_count_phandle_with_args() argument
594 cells_name); in dev_count_phandle_with_args()
H A Dof_access.h424 const char *list_name, const char *cells_name,
443 const char *list_name, const char *cells_name);
H A Dofnode.h497 const char *cells_name, int cell_count,
516 const char *cells_name);
/OK3568_Linux_fs/u-boot/drivers/core/
H A Dof_access.c615 const char *cells_name, in __of_parse_phandle_with_args() argument
652 if (cells_name || cur_index == index) { in __of_parse_phandle_with_args()
661 if (cells_name) { in __of_parse_phandle_with_args()
662 if (of_read_u32(node, cells_name, &count)) { in __of_parse_phandle_with_args()
664 np->full_name, cells_name, in __of_parse_phandle_with_args()
746 const char *list_name, const char *cells_name, in of_parse_phandle_with_args() argument
752 return __of_parse_phandle_with_args(np, list_name, cells_name, 0, in of_parse_phandle_with_args()
757 const char *list_name, const char *cells_name) in of_count_phandle_with_args() argument
759 return __of_parse_phandle_with_args(np, list_name, cells_name, 0, in of_count_phandle_with_args()
H A Dread.c116 const char *cells_name, int cell_count, in dev_read_phandle_with_args() argument
121 cells_name, cell_count, index, in dev_read_phandle_with_args()
126 const char *list_name, const char *cells_name) in dev_count_phandle_with_args() argument
129 cells_name); in dev_count_phandle_with_args()
H A Dofnode.c350 const char *cells_name, int cell_count, in ofnode_parse_phandle_with_args() argument
359 list_name, cells_name, index, &args); in ofnode_parse_phandle_with_args()
368 ofnode_to_offset(node), list_name, cells_name, in ofnode_parse_phandle_with_args()
379 const char *cells_name) in ofnode_count_phandle_with_args() argument
383 list_name, cells_name); in ofnode_count_phandle_with_args()
386 ofnode_to_offset(node), list_name, cells_name, in ofnode_count_phandle_with_args()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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,
861 const char *cells_name, in of_parse_phandle_with_args() argument
886 const char *cells_name) in of_count_phandle_with_args() argument
894 const char *cells_name, in of_phandle_iterator_init() argument
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/lib/
H A Dfdtdec.c708 const char *cells_name, in fdtdec_parse_phandle_with_args() argument
744 if (cells_name || cur_index == index) { in fdtdec_parse_phandle_with_args()
755 if (cells_name) { in fdtdec_parse_phandle_with_args()
756 count = fdtdec_get_int(blob, node, cells_name, in fdtdec_parse_phandle_with_args()
762 cells_name, in fdtdec_parse_phandle_with_args()
/OK3568_Linux_fs/u-boot/include/
H A Dfdtdec.h220 const char *cells_name,
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Dchecks.c1047 #define WARNING_PROPERTY_PHANDLE_CELLS(nm, propname, cells_name, ...) \ argument
1048 static struct provider nm##_provider = { (propname), (cells_name), __VA_ARGS__ }; \
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dchecks.c1493 #define WARNING_PROPERTY_PHANDLE_CELLS(nm, propname, cells_name, ...) \ argument
1494 static struct provider nm##_provider = { (propname), (cells_name), __VA_ARGS__ }; \