Home
last modified time | relevance | path

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

/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