Home
last modified time | relevance | path

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

/linux-6.15/drivers/of/
H A Dbase.c1470 const char *stem_name, in of_parse_phandle_with_args_map() argument
1473 char *cells_name __free(kfree) = kasprintf(GFP_KERNEL, "#%s-cells", stem_name); in of_parse_phandle_with_args_map()
1474 char *map_name __free(kfree) = kasprintf(GFP_KERNEL, "%s-map", stem_name); in of_parse_phandle_with_args_map()
1475 char *mask_name __free(kfree) = kasprintf(GFP_KERNEL, "%s-map-mask", stem_name); in of_parse_phandle_with_args_map()
1476 char *pass_name __free(kfree) = kasprintf(GFP_KERNEL, "%s-map-pass-thru", stem_name); in of_parse_phandle_with_args_map()
/linux-6.15/include/linux/
H A Dof.h385 const char *list_name, const char *stem_name, int index,
775 const char *stem_name, in of_parse_phandle_with_args_map() argument