Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/function/
Dstorage_common.h91 struct fsg_lun { struct
92 struct file *filp;
93 loff_t file_length;
117 static inline bool fsg_lun_is_open(struct fsg_lun *curlun) in fsg_lun_is_open() argument