Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Dstorage_common.c380 static ssize_t _fsg_store_ro(struct fsg_lun *curlun, bool ro) in _fsg_store_ro() function
409 rc = _fsg_store_ro(curlun, ro); in fsg_store_ro()
479 ret = cdrom ? _fsg_store_ro(curlun, true) : 0; in fsg_store_cdrom()