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.c2883 const char **name_pfx) in fsg_common_create_lun() argument
2904 lun->name_pfx = name_pfx; in fsg_common_create_lun()
/linux/tools/net/ynl/pyynl/
H A Dynl_gen_c.py3266 name_pfx = const.get('name-prefix', f"{family.ident_name}-{const['name']}-")
3277 max_name = c_upper(name_pfx + 'mask')
3282 max_name = c_upper(name_pfx + 'max')
3284 cnt_name = '__' + name_pfx + 'max'
3290 name_pfx = const.get('name-prefix', f"{family.ident_name}-")
3372 name_pfx = const.get('name-prefix', f"{family.ident_name}-")