Searched refs:stem_name (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/of/ |
| H A D | base.c | 1517 const char *stem_name, in of_parse_phandle_with_args_map() argument 1520 char *cells_name __free(kfree) = kasprintf(GFP_KERNEL, "#%s-cells", stem_name); in of_parse_phandle_with_args_map() 1521 char *map_name __free(kfree) = kasprintf(GFP_KERNEL, "%s-map", stem_name); in of_parse_phandle_with_args_map() 1522 char *mask_name __free(kfree) = kasprintf(GFP_KERNEL, "%s-map-mask", stem_name); in of_parse_phandle_with_args_map() 1523 char *pass_name __free(kfree) = kasprintf(GFP_KERNEL, "%s-map-pass-thru", stem_name); in of_parse_phandle_with_args_map()
|
| /linux/include/linux/ |
| H A D | of.h | 388 const char *list_name, const char *stem_name, int index, 793 const char *stem_name, in of_parse_phandle_with_args_map() argument
|