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.py3245 name_pfx = const.get('name-prefix', f"{family.ident_name}-{const['name']}-")
3256 max_name = c_upper(name_pfx + 'mask')
3261 max_name = c_upper(name_pfx + 'max')
3263 cnt_name = '__' + name_pfx + 'max'
3269 name_pfx = const.get('name-prefix', f"{family.ident_name}-")
3271 f"{name_pfx}{const['name']}")),