Home
last modified time | relevance | path

Searched refs:name_pfx (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/gadget/function/
H A Df_mass_storage.h133 const char **name_pfx);
H A Df_mass_storage.c2881 const char **name_pfx) in fsg_common_create_lun() argument
2902 lun->name_pfx = name_pfx; in fsg_common_create_lun()
/linux/tools/net/ynl/pyynl/
H A Dynl_gen_c.py3247 name_pfx = const.get('name-prefix', f"{family.ident_name}-{const['name']}-")
3258 max_name = c_upper(name_pfx + 'mask')
3263 max_name = c_upper(name_pfx + 'max')
3265 cnt_name = '__' + name_pfx + 'max'
3271 name_pfx = const.get('name-prefix', f"{family.ident_name}-")
3353 name_pfx = const.get('name-prefix', f"{family.ident_name}-")