Searched defs:uea_softc (Results 1 – 1 of 1) sorted by relevance
147 struct uea_softc { struct148 struct usb_device *usb_dev;149 struct usbatm_data *usbatm;151 int modem_index;152 unsigned int driver_info;176 void (*dispatch_cmv) (struct uea_softc *, struct intr_pkt *); argument177 void (*schedule_load_page) (struct uea_softc *, struct intr_pkt *); argument178 int (*stat) (struct uea_softc *); argument179 int (*send_cmvs) (struct uea_softc *); argument182 struct uea_stats {[all …]