Symbol: ustorage_fs_softc
sys/bus/u4b/storage/ustorage_fs.c
1028
ustorage_fs_request_sense(struct ustorage_fs_softc *sc)
sys/bus/u4b/storage/ustorage_fs.c
1097
ustorage_fs_read_capacity(struct ustorage_fs_softc *sc)
sys/bus/u4b/storage/ustorage_fs.c
1128
ustorage_fs_mode_sense(struct ustorage_fs_softc *sc)
sys/bus/u4b/storage/ustorage_fs.c
1235
ustorage_fs_start_stop(struct ustorage_fs_softc *sc)
sys/bus/u4b/storage/ustorage_fs.c
1264
ustorage_fs_prevent_allow(struct ustorage_fs_softc *sc)
sys/bus/u4b/storage/ustorage_fs.c
1294
ustorage_fs_read_format_capacities(struct ustorage_fs_softc *sc)
sys/bus/u4b/storage/ustorage_fs.c
1325
ustorage_fs_mode_select(struct ustorage_fs_softc *sc)
sys/bus/u4b/storage/ustorage_fs.c
1342
ustorage_fs_synchronize_cache(struct ustorage_fs_softc *sc)
sys/bus/u4b/storage/ustorage_fs.c
1367
ustorage_fs_read(struct ustorage_fs_softc *sc)
sys/bus/u4b/storage/ustorage_fs.c
1419
ustorage_fs_write(struct ustorage_fs_softc *sc)
sys/bus/u4b/storage/ustorage_fs.c
1483
ustorage_fs_min_len(struct ustorage_fs_softc *sc, uint32_t len, uint32_t mask)
sys/bus/u4b/storage/ustorage_fs.c
1524
ustorage_fs_check_cmd(struct ustorage_fs_softc *sc, uint8_t min_cmd_size,
sys/bus/u4b/storage/ustorage_fs.c
1611
ustorage_fs_do_cmd(struct ustorage_fs_softc *sc)
sys/bus/u4b/storage/ustorage_fs.c
225
static void ustorage_fs_transfer_start(struct ustorage_fs_softc *sc, uint8_t xfer_index);
sys/bus/u4b/storage/ustorage_fs.c
226
static void ustorage_fs_transfer_stop(struct ustorage_fs_softc *sc);
sys/bus/u4b/storage/ustorage_fs.c
228
static uint8_t ustorage_fs_verify(struct ustorage_fs_softc *sc);
sys/bus/u4b/storage/ustorage_fs.c
229
static uint8_t ustorage_fs_inquiry(struct ustorage_fs_softc *sc);
sys/bus/u4b/storage/ustorage_fs.c
230
static uint8_t ustorage_fs_request_sense(struct ustorage_fs_softc *sc);
sys/bus/u4b/storage/ustorage_fs.c
231
static uint8_t ustorage_fs_read_capacity(struct ustorage_fs_softc *sc);
sys/bus/u4b/storage/ustorage_fs.c
232
static uint8_t ustorage_fs_mode_sense(struct ustorage_fs_softc *sc);
sys/bus/u4b/storage/ustorage_fs.c
233
static uint8_t ustorage_fs_start_stop(struct ustorage_fs_softc *sc);
sys/bus/u4b/storage/ustorage_fs.c
234
static uint8_t ustorage_fs_prevent_allow(struct ustorage_fs_softc *sc);
sys/bus/u4b/storage/ustorage_fs.c
235
static uint8_t ustorage_fs_read_format_capacities(struct ustorage_fs_softc *sc);
sys/bus/u4b/storage/ustorage_fs.c
236
static uint8_t ustorage_fs_mode_select(struct ustorage_fs_softc *sc);
sys/bus/u4b/storage/ustorage_fs.c
237
static uint8_t ustorage_fs_min_len(struct ustorage_fs_softc *sc, uint32_t len, uint32_t mask);
sys/bus/u4b/storage/ustorage_fs.c
238
static uint8_t ustorage_fs_read(struct ustorage_fs_softc *sc);
sys/bus/u4b/storage/ustorage_fs.c
239
static uint8_t ustorage_fs_write(struct ustorage_fs_softc *sc);
sys/bus/u4b/storage/ustorage_fs.c
240
static uint8_t ustorage_fs_check_cmd(struct ustorage_fs_softc *sc, uint8_t cmd_size, uint16_t mask, uint8_t needs_medium);
sys/bus/u4b/storage/ustorage_fs.c
241
static uint8_t ustorage_fs_do_cmd(struct ustorage_fs_softc *sc);
sys/bus/u4b/storage/ustorage_fs.c
260
.size = sizeof(struct ustorage_fs_softc),
sys/bus/u4b/storage/ustorage_fs.c
348
struct ustorage_fs_softc *sc = device_get_softc(dev);
sys/bus/u4b/storage/ustorage_fs.c
432
struct ustorage_fs_softc *sc = device_get_softc(dev);
sys/bus/u4b/storage/ustorage_fs.c
462
ustorage_fs_transfer_start(struct ustorage_fs_softc *sc, uint8_t xfer_index)
sys/bus/u4b/storage/ustorage_fs.c
471
ustorage_fs_transfer_stop(struct ustorage_fs_softc *sc)
sys/bus/u4b/storage/ustorage_fs.c
484
struct ustorage_fs_softc *sc = device_get_softc(dev);
sys/bus/u4b/storage/ustorage_fs.c
516
struct ustorage_fs_softc *sc = usbd_xfer_softc(xfer);
sys/bus/u4b/storage/ustorage_fs.c
643
struct ustorage_fs_softc *sc = usbd_xfer_softc(xfer);
sys/bus/u4b/storage/ustorage_fs.c
695
struct ustorage_fs_softc *sc = usbd_xfer_softc(xfer);
sys/bus/u4b/storage/ustorage_fs.c
750
struct ustorage_fs_softc *sc = usbd_xfer_softc(xfer);
sys/bus/u4b/storage/ustorage_fs.c
812
struct ustorage_fs_softc *sc = usbd_xfer_softc(xfer);
sys/bus/u4b/storage/ustorage_fs.c
932
ustorage_fs_verify(struct ustorage_fs_softc *sc)
sys/bus/u4b/storage/ustorage_fs.c
987
ustorage_fs_inquiry(struct ustorage_fs_softc *sc)