Home
last modified time | relevance | path

Searched defs:fsg_lun (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/gadget/function/
H A Dstorage_common.h98 struct fsg_lun { struct
99 struct file *filp;
100 loff_t file_length;
101 loff_t num_sectors;
125 static inline bool fsg_lun_is_open(struct fsg_lun *curlun) in fsg_lun_is_open() argument
/openbmc/u-boot/drivers/usb/gadget/
H A Dstorage_common.c275 struct fsg_lun { struct
297 static struct fsg_lun *fsg_lun_from_dev(struct device *dev) argument