
Data Fields | |
| struct usb2_device * | sc_udev |
| struct mtx | sc_mtx |
| struct usb2_xfer * | sc_xfer [UBTBCMFW_N_TRANSFER] |
| struct usb2_fifo_sc | sc_fifo |
Definition at line 67 of file ubtbcmfw2.c.
struct usb2_fifo_sc ubtbcmfw_softc::sc_fifo [read] |
Definition at line 71 of file ubtbcmfw2.c.
Referenced by ubtbcmfw_attach(), ubtbcmfw_detach(), ubtbcmfw_read_callback(), and ubtbcmfw_write_callback().
struct mtx ubtbcmfw_softc::sc_mtx [read] |
struct usb2_device* ubtbcmfw_softc::sc_udev [read] |
struct usb2_xfer* ubtbcmfw_softc::sc_xfer[UBTBCMFW_N_TRANSFER] [read] |
Definition at line 70 of file ubtbcmfw2.c.
Referenced by ubtbcmfw_attach(), ubtbcmfw_detach(), ubtbcmfw_open(), ubtbcmfw_start_read(), ubtbcmfw_start_write(), ubtbcmfw_stop_read(), and ubtbcmfw_stop_write().
1.5.8