Searched refs:ustorage_fs_softc (Results 1 – 1 of 1) sorted by relevance
180 struct ustorage_fs_softc { struct230 static void ustorage_fs_transfer_start(struct ustorage_fs_softc *sc, uint8_t xfer_index); argument231 static void ustorage_fs_transfer_stop(struct ustorage_fs_softc *sc);233 static uint8_t ustorage_fs_verify(struct ustorage_fs_softc *sc);234 static uint8_t ustorage_fs_inquiry(struct ustorage_fs_softc *sc);235 static uint8_t ustorage_fs_request_sense(struct ustorage_fs_softc *sc);236 static uint8_t ustorage_fs_read_capacity(struct ustorage_fs_softc *sc);237 static uint8_t ustorage_fs_mode_sense(struct ustorage_fs_softc *sc);238 static uint8_t ustorage_fs_start_stop(struct ustorage_fs_softc *sc);239 static uint8_t ustorage_fs_prevent_allow(struct ustorage_fs_softc *sc);[all …]