Searched refs:name_pfx (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | storage_common.h | 23 if ((lun)->name_pfx && *(lun)->name_pfx) \ 24 func("%s/%s: " fmt, *(lun)->name_pfx, \ 121 const char **name_pfx; /* "function.name" */ member
|
H A D | f_mass_storage.h | 133 const char **name_pfx);
|
H A D | f_mass_storage.c | 2756 const char **name_pfx) in fsg_common_create_lun() 2777 lun->name_pfx = name_pfx; in fsg_common_create_lun() 2754 fsg_common_create_lun(struct fsg_common *common, struct fsg_lun_config *cfg, unsigned int id, const char *name, const char **name_pfx) fsg_common_create_lun() argument
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | storage_common.h | 23 if ((lun)->name_pfx && *(lun)->name_pfx) \ 24 func("%s/%s: " fmt, *(lun)->name_pfx, \ 121 const char **name_pfx; /* "function.name" */ member
|
H A D | f_mass_storage.h | 133 const char **name_pfx);
|
H A D | f_mass_storage.c | 2873 const char **name_pfx) in fsg_common_create_lun() 2894 lun->name_pfx = name_pfx; in fsg_common_create_lun() 2871 fsg_common_create_lun(struct fsg_common *common, struct fsg_lun_config *cfg, unsigned int id, const char *name, const char **name_pfx) fsg_common_create_lun() argument
|
/kernel/linux/linux-6.6/tools/net/ynl/ |
H A D | ynl-gen-c.py | 2161 name_pfx = const.get('name-prefix', f"{family.name}-{const['name']}-") 2172 max_name = c_upper(name_pfx + 'mask') 2176 max_name = c_upper(name_pfx + 'max')
|
Completed in 13 milliseconds