Searched defs:name_pfx (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/gadget/function/
H A Dstorage_common.h22 if ((lun)->name_pfx && *(lun)->name_pfx) \
23 func("%s/%s: " fmt, *(lun)->name_pfx, \
114 const char **name_pfx; /* "function.name" */ member in struct:fsg_lun
H A Df_mass_storage.c2918 const char **name_pfx)
2939 lun->name_pfx = name_pfx;
2916 fsg_common_create_lun(struct fsg_common *common, struct fsg_lun_config *cfg, unsigned int id, const char *name, const char **name_pfx) argument

Completed in 151 milliseconds