Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Dstorage_common.h125 static inline bool fsg_lun_is_open(struct fsg_lun *curlun) in fsg_lun_is_open() function
/openbmc/u-boot/drivers/usb/gadget/
H A Dstorage_common.c295 #define fsg_lun_is_open(curlun) ((curlun)->filp != NULL) macro