Searched refs:cell_count (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | of.h | 80 int cell_count; member 385 const char *list_name, const char *cells_name, int cell_count, 402 int cell_count); 796 int cell_count, in __of_parse_phandle_with_args() argument 834 int cell_count) in of_phandle_iterator_init() argument 1102 int cell_count = -1; in of_parse_phandle_with_args() local 1106 cell_count = 0; in of_parse_phandle_with_args() 1109 cell_count, index, out_args); in of_parse_phandle_with_args() 1144 int cell_count, in of_parse_phandle_with_fixed_args() argument 1148 return __of_parse_phandle_with_args(np, list_name, NULL, cell_count, in of_parse_phandle_with_fixed_args()
|
| /linux/drivers/mailbox/ |
| H A D | arm_mhu_db.c | 249 u32 cell_count; in mhu_db_probe() local 262 err = of_property_read_u32(np, "#mbox-cells", &cell_count); in mhu_db_probe() 268 if (cell_count == 2) { in mhu_db_probe()
|
| /linux/drivers/of/ |
| H A D | base.c | 1316 int cell_count) in of_phandle_iterator_init() argument 1327 if (cell_count < 0 && !cells_name) in of_phandle_iterator_init() 1335 it->cell_count = cell_count; in of_phandle_iterator_init() 1384 if (it->cell_count >= 0) { in of_phandle_iterator_next() 1385 count = it->cell_count; in of_phandle_iterator_next() 1395 count = it->cell_count; in of_phandle_iterator_next() 1450 int cell_count, int index, in __of_parse_phandle_with_args() argument 1460 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args()
|