Lines Matching refs:uea_softc
147 struct uea_softc { struct
176 void (*dispatch_cmv) (struct uea_softc *, struct intr_pkt *); argument
177 void (*schedule_load_page) (struct uea_softc *, struct intr_pkt *); argument
178 int (*stat) (struct uea_softc *); argument
179 int (*send_cmvs) (struct uea_softc *); argument
864 static int uea_idma_write(struct uea_softc *sc, const void *data, u32 size) in uea_idma_write()
892 static int request_dsp(struct uea_softc *sc) in request_dsp()
943 struct uea_softc *sc = container_of(work, struct uea_softc, task); in uea_load_page_e1()
1018 static void __uea_load_page_e4(struct uea_softc *sc, u8 pageno, int boot) in __uea_load_page_e4()
1068 struct uea_softc *sc = container_of(work, struct uea_softc, task); in uea_load_page_e4()
1119 static inline void wake_up_cmv_ack(struct uea_softc *sc) in wake_up_cmv_ack()
1126 static inline int wait_cmv_ack(struct uea_softc *sc) in wait_cmv_ack()
1143 static int uea_request(struct uea_softc *sc, in uea_request()
1176 static int uea_cmv_e1(struct uea_softc *sc, in uea_cmv_e1()
1214 static int uea_cmv_e4(struct uea_softc *sc, in uea_cmv_e4()
1249 static inline int uea_read_cmv_e1(struct uea_softc *sc, in uea_read_cmv_e1()
1263 static inline int uea_read_cmv_e4(struct uea_softc *sc, in uea_read_cmv_e4()
1281 static inline int uea_write_cmv_e1(struct uea_softc *sc, in uea_write_cmv_e1()
1293 static inline int uea_write_cmv_e4(struct uea_softc *sc, in uea_write_cmv_e4()
1306 static void uea_set_bulk_timeout(struct uea_softc *sc, u32 dsrate) in uea_set_bulk_timeout()
1335 static int uea_stat_e1(struct uea_softc *sc) in uea_stat_e1()
1477 static int uea_stat_e4(struct uea_softc *sc) in uea_stat_e4()
1597 static void cmvs_file_name(struct uea_softc *sc, char *const cmv_name, int ver) in cmvs_file_name()
1624 static int request_cmvs_old(struct uea_softc *sc, in request_cmvs_old()
1657 static int request_cmvs(struct uea_softc *sc, in request_cmvs()
1718 static int uea_send_cmvs_e1(struct uea_softc *sc) in uea_send_cmvs_e1()
1784 static int uea_send_cmvs_e4(struct uea_softc *sc) in uea_send_cmvs_e4()
1845 static int uea_start_reset(struct uea_softc *sc) in uea_start_reset()
1930 struct uea_softc *sc = data; in uea_kthread()
1949 static int load_XILINX_firmware(struct uea_softc *sc) in load_XILINX_firmware()
2007 static void uea_dispatch_cmv_e1(struct uea_softc *sc, struct intr_pkt *intr) in uea_dispatch_cmv_e1()
2069 static void uea_dispatch_cmv_e4(struct uea_softc *sc, struct intr_pkt *intr) in uea_dispatch_cmv_e4()
2111 static void uea_schedule_load_page_e1(struct uea_softc *sc, in uea_schedule_load_page_e1()
2119 static void uea_schedule_load_page_e4(struct uea_softc *sc, in uea_schedule_load_page_e4()
2131 struct uea_softc *sc = urb->context; in uea_intr()
2170 static int uea_boot(struct uea_softc *sc) in uea_boot()
2250 static void uea_stop(struct uea_softc *sc) in uea_stop()
2271 static struct uea_softc *dev_to_uea(struct device *dev) in dev_to_uea()
2291 struct uea_softc *sc; in read_status()
2307 struct uea_softc *sc; in reboot()
2327 struct uea_softc *sc; in read_human_status()
2389 struct uea_softc *sc; in read_delin()
2423 struct uea_softc *sc; \
2457 static int uea_getesi(struct uea_softc *sc, u_char * esi) in uea_getesi()
2476 struct uea_softc *sc = usbatm->driver_data; in uea_atm_open()
2483 struct uea_softc *sc = usbatm->driver_data; in uea_heavy()
2538 struct uea_softc *sc; in uea_bind()
2563 sc = kzalloc(sizeof(struct uea_softc), GFP_KERNEL); in uea_bind()
2622 struct uea_softc *sc = usbatm->driver_data; in uea_unbind()
2660 struct uea_softc *sc = usbatm->driver_data; in uea_probe()