Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Dif_upgtvar.h396 struct upgt_softc { struct
397 device_t sc_dev;
398 struct ethercom sc_ec;
401 enum {
404 } sc_init_state;
405 struct usbd_device * sc_udev;
406 struct usbd_interface * sc_iface;
407 int sc_rx_no;
408 int sc_tx_no;
409 struct usb_task sc_task_newstate;
[all …]