/Linux-v4.19/include/sound/ |
D | simple_card_utils.h | 67 list_name, cells_name, is_single_link) \ argument 69 &dai_link->cpu_dai_name, list_name, cells_name, is_single_link) 70 #define asoc_simple_card_parse_codec(node, dai_link, list_name, cells_name) \ argument 72 &dai_link->codec_dai_name, list_name, cells_name, NULL) 73 #define asoc_simple_card_parse_platform(node, dai_link, list_name, cells_name) \ argument 75 NULL, list_name, cells_name, NULL) 80 const char *cells_name,
|
/Linux-v4.19/drivers/of/ |
D | base.c | 1183 const char *cells_name, in of_phandle_iterator_init() argument 1195 it->cells_name = cells_name; in of_phandle_iterator_init() 1231 if (it->cells_name) { in of_phandle_iterator_next() 1238 if (of_property_read_u32(it->node, it->cells_name, in of_phandle_iterator_next() 1242 it->cells_name, in of_phandle_iterator_next() 1295 const char *cells_name, in __of_parse_phandle_with_args() argument 1303 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args() 1404 const char *cells_name, int index, in of_parse_phandle_with_args() argument 1409 return __of_parse_phandle_with_args(np, list_name, cells_name, 0, in of_parse_phandle_with_args() 1461 char *cells_name, *map_name = NULL, *mask_name = NULL; in of_parse_phandle_with_args_map() local [all …]
|
/Linux-v4.19/drivers/pinctrl/ |
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()
|
/Linux-v4.19/include/linux/ |
D | of.h | 84 const char *cells_name; member 369 const char *list_name, const char *cells_name, int index, 378 const char *list_name, const char *cells_name); 384 const char *cells_name, 835 const char *cells_name, in of_parse_phandle_with_args() argument 860 const char *cells_name) in of_count_phandle_with_args() argument 868 const char *cells_name, in of_phandle_iterator_init() argument
|
/Linux-v4.19/sound/soc/samsung/ |
D | tm2_wm5110.c | 489 const char *cells_name = NULL; in tm2_probe() local 534 cells_name = "#sound-dai-cells"; in tm2_probe() 543 cells_name, i, &args); in tm2_probe()
|
/Linux-v4.19/sound/soc/generic/ |
D | simple-card-utils.c | 214 const char *cells_name, in asoc_simple_card_parse_dai() argument 227 ret = of_parse_phandle_with_args(node, list_name, cells_name, 0, &args); in asoc_simple_card_parse_dai()
|
/Linux-v4.19/scripts/dtc/ |
D | checks.c | 1236 #define WARNING_PROPERTY_PHANDLE_CELLS(nm, propname, cells_name, ...) \ argument 1237 static struct provider nm##_provider = { (propname), (cells_name), __VA_ARGS__ }; \
|