Searched refs:cells_name (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/of/ |
D | base.c | 1447 const char *cells_name, in __of_parse_phandle_with_args() argument 1483 if (cells_name || cur_index == index) { in __of_parse_phandle_with_args() 1492 if (cells_name) { in __of_parse_phandle_with_args() 1493 if (of_property_read_u32(node, cells_name, in __of_parse_phandle_with_args() 1496 np->full_name, cells_name, in __of_parse_phandle_with_args() 1620 const char *cells_name, int index, in of_parse_phandle_with_args() argument 1625 return __of_parse_phandle_with_args(np, list_name, cells_name, 0, in of_parse_phandle_with_args() 1687 const char *cells_name) in of_count_phandle_with_args() argument 1689 return __of_parse_phandle_with_args(np, list_name, cells_name, 0, -1, in of_count_phandle_with_args()
|
/linux-4.1.27/include/linux/ |
D | of.h | 328 const char *list_name, const char *cells_name, int index, 334 const char *list_name, const char *cells_name); 584 const char *cells_name, in of_parse_phandle_with_args() argument 600 const char *cells_name) in of_count_phandle_with_args() argument
|
D | acpi.h | 778 const char *name, const char *cells_name, in acpi_dev_get_property_reference() argument
|