Home
last modified time | relevance | path

Searched refs:stem_name (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/of/
H A Dbase.c1547 const char *stem_name, in of_parse_phandle_with_args_map() argument
1550 char *cells_name __free(kfree) = kasprintf(GFP_KERNEL, "#%s-cells", stem_name); in of_parse_phandle_with_args_map()
1551 char *map_name __free(kfree) = kasprintf(GFP_KERNEL, "%s-map", stem_name); in of_parse_phandle_with_args_map()
1552 char *mask_name __free(kfree) = kasprintf(GFP_KERNEL, "%s-map-mask", stem_name); in of_parse_phandle_with_args_map()
1553 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 Dof.h388 const char *list_name, const char *stem_name, int index,
805 const char *stem_name, in of_parse_phandle_with_args_map() argument