Searched refs:cells_name (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/of/ |
D | base.c | 1444 const char *cells_name, in __of_parse_phandle_with_args() argument 1480 if (cells_name || cur_index == index) { in __of_parse_phandle_with_args() 1489 if (cells_name) { in __of_parse_phandle_with_args() 1490 if (of_property_read_u32(node, cells_name, in __of_parse_phandle_with_args() 1493 np->full_name, cells_name, in __of_parse_phandle_with_args() 1617 const char *cells_name, int index, in of_parse_phandle_with_args() argument 1622 return __of_parse_phandle_with_args(np, list_name, cells_name, 0, in of_parse_phandle_with_args() 1684 const char *cells_name) in of_count_phandle_with_args() argument 1686 return __of_parse_phandle_with_args(np, list_name, cells_name, 0, -1, in of_count_phandle_with_args()
|
/linux-4.4.14/include/linux/ |
D | of.h | 329 const char *list_name, const char *cells_name, int index, 335 const char *list_name, const char *cells_name); 590 const char *cells_name, in of_parse_phandle_with_args() argument 606 const char *cells_name) in of_count_phandle_with_args() argument
|