
Data Fields | |
| struct usb2_com_super_softc | sc_super_ucom |
| struct usb2_com_softc | sc_ucom |
| struct usb2_xfer * | sc_xfer [UBSA_N_TRANSFER] |
| struct usb2_device * | sc_udev |
| uint8_t | sc_iface_no |
| uint8_t | sc_iface_index |
| uint8_t | sc_lsr |
| uint8_t | sc_msr |
Definition at line 150 of file ubsa2.c.
| uint8_t ubsa_softc::sc_iface_index |
| uint8_t ubsa_softc::sc_iface_no |
| uint8_t ubsa_softc::sc_lsr |
Definition at line 159 of file ubsa2.c.
Referenced by ubsa_cfg_get_status(), and ubsa_intr_callback().
| uint8_t ubsa_softc::sc_msr |
Definition at line 160 of file ubsa2.c.
Referenced by ubsa_cfg_get_status(), and ubsa_intr_callback().
struct usb2_com_super_softc ubsa_softc::sc_super_ucom [read] |
struct usb2_com_softc ubsa_softc::sc_ucom [read] |
Definition at line 152 of file ubsa2.c.
Referenced by ubsa_attach(), ubsa_cfg_param(), ubsa_cfg_request(), ubsa_detach(), ubsa_intr_callback(), ubsa_read_callback(), and ubsa_write_callback().
struct usb2_device* ubsa_softc::sc_udev [read] |
struct usb2_xfer* ubsa_softc::sc_xfer[UBSA_N_TRANSFER] [read] |
Definition at line 154 of file ubsa2.c.
Referenced by ubsa_attach(), ubsa_detach(), ubsa_start_read(), ubsa_start_write(), ubsa_stop_read(), and ubsa_stop_write().
1.5.8