Searched defs:uea_softc (Results 1 – 1 of 1) sorted by relevance
148 struct uea_softc { struct149 struct usb_device *usb_dev;150 struct usbatm_data *usbatm;152 int modem_index;153 unsigned int driver_info;177 void (*dispatch_cmv) (struct uea_softc *, struct intr_pkt *); argument178 void (*schedule_load_page) (struct uea_softc *, struct intr_pkt *); argument179 int (*stat) (struct uea_softc *); argument180 int (*send_cmvs) (struct uea_softc *); argument183 struct uea_stats {[all …]