ustorage_fs_softc
ustorage_fs_request_sense(struct ustorage_fs_softc *sc)
ustorage_fs_read_capacity(struct ustorage_fs_softc *sc)
ustorage_fs_mode_sense(struct ustorage_fs_softc *sc)
ustorage_fs_start_stop(struct ustorage_fs_softc *sc)
ustorage_fs_prevent_allow(struct ustorage_fs_softc *sc)
ustorage_fs_read_format_capacities(struct ustorage_fs_softc *sc)
ustorage_fs_mode_select(struct ustorage_fs_softc *sc)
ustorage_fs_synchronize_cache(struct ustorage_fs_softc *sc)
ustorage_fs_read(struct ustorage_fs_softc *sc)
ustorage_fs_write(struct ustorage_fs_softc *sc)
ustorage_fs_min_len(struct ustorage_fs_softc *sc, uint32_t len, uint32_t mask)
ustorage_fs_check_cmd(struct ustorage_fs_softc *sc, uint8_t min_cmd_size,
ustorage_fs_do_cmd(struct ustorage_fs_softc *sc)
static void ustorage_fs_transfer_start(struct ustorage_fs_softc *sc, uint8_t xfer_index);
static void ustorage_fs_transfer_stop(struct ustorage_fs_softc *sc);
static uint8_t ustorage_fs_verify(struct ustorage_fs_softc *sc);
static uint8_t ustorage_fs_inquiry(struct ustorage_fs_softc *sc);
static uint8_t ustorage_fs_request_sense(struct ustorage_fs_softc *sc);
static uint8_t ustorage_fs_read_capacity(struct ustorage_fs_softc *sc);
static uint8_t ustorage_fs_mode_sense(struct ustorage_fs_softc *sc);
static uint8_t ustorage_fs_start_stop(struct ustorage_fs_softc *sc);
static uint8_t ustorage_fs_prevent_allow(struct ustorage_fs_softc *sc);
static uint8_t ustorage_fs_read_format_capacities(struct ustorage_fs_softc *sc);
static uint8_t ustorage_fs_mode_select(struct ustorage_fs_softc *sc);
static uint8_t ustorage_fs_min_len(struct ustorage_fs_softc *sc, uint32_t len, uint32_t mask);
static uint8_t ustorage_fs_read(struct ustorage_fs_softc *sc);
static uint8_t ustorage_fs_write(struct ustorage_fs_softc *sc);
static uint8_t ustorage_fs_check_cmd(struct ustorage_fs_softc *sc, uint8_t cmd_size, uint16_t mask, uint8_t needs_medium);
static uint8_t ustorage_fs_do_cmd(struct ustorage_fs_softc *sc);
.size = sizeof(struct ustorage_fs_softc),
struct ustorage_fs_softc *sc = device_get_softc(dev);
struct ustorage_fs_softc *sc = device_get_softc(dev);
ustorage_fs_transfer_start(struct ustorage_fs_softc *sc, uint8_t xfer_index)
ustorage_fs_transfer_stop(struct ustorage_fs_softc *sc)
struct ustorage_fs_softc *sc = device_get_softc(dev);
struct ustorage_fs_softc *sc = usbd_xfer_softc(xfer);
struct ustorage_fs_softc *sc = usbd_xfer_softc(xfer);
struct ustorage_fs_softc *sc = usbd_xfer_softc(xfer);
struct ustorage_fs_softc *sc = usbd_xfer_softc(xfer);
struct ustorage_fs_softc *sc = usbd_xfer_softc(xfer);
ustorage_fs_verify(struct ustorage_fs_softc *sc)
ustorage_fs_inquiry(struct ustorage_fs_softc *sc)