Home
last modified time | relevance | path

Searched defs:udl_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/usb/
H A Dudl.h78 struct udl_softc { struct
79 device_t sc_dev;
80 struct usbd_device * sc_udev;
81 struct usbd_interface * sc_iface;
82 struct usbd_pipe * sc_tx_pipeh;
84 enum {
88 } sc_init_state;
90 struct udl_cmdq sc_cmdq[UDL_NCMDQ];
94 struct udl_cmdq *sc_cmd_cur;
95 uint8_t *sc_cmd_buf;
[all …]