Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/function/
Dstorage_common.h23 if ((lun)->name_pfx && *(lun)->name_pfx) \
24 func("%s/%s: " fmt, *(lun)->name_pfx, \
121 const char **name_pfx; /* "function.name" */ member
Df_mass_storage.h133 const char **name_pfx);
Df_mass_storage.c2740 const char **name_pfx) in fsg_common_create_lun() argument
2761 lun->name_pfx = name_pfx; in fsg_common_create_lun()