Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Dmotgvar.h67 struct motg_softc { struct
68 device_t sc_dev;
69 struct usbd_bus sc_bus;
70 bus_space_tag_t sc_iot;
71 bus_space_handle_t sc_ioh;
72 int sc_size;
73 int sc_mode;
76 void (*sc_intr_poll)(void *);
77 void *sc_intr_poll_arg;
78 int sc_ep_max;
[all …]