| /OK3568_Linux_fs/kernel/drivers/of/ |
| H A D | base.c | 1243 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 D | property.c | 1146 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 D | read.h | 240 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 D | of_access.h | 424 const char *list_name, const char *cells_name, 443 const char *list_name, const char *cells_name);
|
| H A D | ofnode.h | 497 const char *cells_name, int cell_count, 516 const char *cells_name);
|
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | of_access.c | 615 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 D | read.c | 116 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 D | ofnode.c | 350 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 D | devicetree.c | 291 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 D | of.h | 82 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 D | tm2_wm5110.c | 500 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 D | fdtdec.c | 708 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 D | fdtdec.h | 220 const char *cells_name,
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | checks.c | 1047 #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 D | checks.c | 1493 #define WARNING_PROPERTY_PHANDLE_CELLS(nm, propname, cells_name, ...) \ argument 1494 static struct provider nm##_provider = { (propname), (cells_name), __VA_ARGS__ }; \
|