Lines Matching refs:uea_softc

104 struct uea_softc {  struct
133 void (*dispatch_cmv)(struct uea_softc *, struct intr_pkt *); argument
134 void (*schedule_load_page)(struct uea_softc *, struct intr_pkt *); argument
135 int (*stat)(struct uea_softc *); argument
136 int (*send_cmvs)(struct uea_softc *); argument
821 static int uea_idma_write(struct uea_softc *sc, const void *data, u32 size) in uea_idma_write()
849 static int request_dsp(struct uea_softc *sc) in request_dsp()
900 struct uea_softc *sc = container_of(work, struct uea_softc, task); in uea_load_page_e1()
975 static void __uea_load_page_e4(struct uea_softc *sc, u8 pageno, int boot) in __uea_load_page_e4()
1025 struct uea_softc *sc = container_of(work, struct uea_softc, task); in uea_load_page_e4()
1076 static inline void wake_up_cmv_ack(struct uea_softc *sc) in wake_up_cmv_ack()
1083 static inline int wait_cmv_ack(struct uea_softc *sc) in wait_cmv_ack()
1100 static int uea_request(struct uea_softc *sc, in uea_request()
1133 static int uea_cmv_e1(struct uea_softc *sc, in uea_cmv_e1()
1171 static int uea_cmv_e4(struct uea_softc *sc, in uea_cmv_e4()
1206 static inline int uea_read_cmv_e1(struct uea_softc *sc, in uea_read_cmv_e1()
1220 static inline int uea_read_cmv_e4(struct uea_softc *sc, in uea_read_cmv_e4()
1238 static inline int uea_write_cmv_e1(struct uea_softc *sc, in uea_write_cmv_e1()
1250 static inline int uea_write_cmv_e4(struct uea_softc *sc, in uea_write_cmv_e4()
1263 static void uea_set_bulk_timeout(struct uea_softc *sc, u32 dsrate) in uea_set_bulk_timeout()
1292 static int uea_stat_e1(struct uea_softc *sc) in uea_stat_e1()
1434 static int uea_stat_e4(struct uea_softc *sc) in uea_stat_e4()
1554 static void cmvs_file_name(struct uea_softc *sc, char *const cmv_name, int ver) in cmvs_file_name()
1581 static int request_cmvs_old(struct uea_softc *sc, in request_cmvs_old()
1614 static int request_cmvs(struct uea_softc *sc, in request_cmvs()
1675 static int uea_send_cmvs_e1(struct uea_softc *sc) in uea_send_cmvs_e1()
1741 static int uea_send_cmvs_e4(struct uea_softc *sc) in uea_send_cmvs_e4()
1802 static int uea_start_reset(struct uea_softc *sc) in uea_start_reset()
1887 struct uea_softc *sc = data; in uea_kthread()
1905 static int load_XILINX_firmware(struct uea_softc *sc) in load_XILINX_firmware()
1963 static void uea_dispatch_cmv_e1(struct uea_softc *sc, struct intr_pkt *intr) in uea_dispatch_cmv_e1()
2025 static void uea_dispatch_cmv_e4(struct uea_softc *sc, struct intr_pkt *intr) in uea_dispatch_cmv_e4()
2067 static void uea_schedule_load_page_e1(struct uea_softc *sc, in uea_schedule_load_page_e1()
2075 static void uea_schedule_load_page_e4(struct uea_softc *sc, in uea_schedule_load_page_e4()
2087 struct uea_softc *sc = urb->context; in uea_intr()
2126 static int uea_boot(struct uea_softc *sc, struct usb_interface *intf) in uea_boot()
2207 static void uea_stop(struct uea_softc *sc) in uea_stop()
2228 static struct uea_softc *dev_to_uea(struct device *dev) in dev_to_uea()
2248 struct uea_softc *sc; in stat_status_show()
2264 struct uea_softc *sc; in stat_status_store()
2284 struct uea_softc *sc; in stat_human_status_show()
2346 struct uea_softc *sc; in stat_delin_show()
2380 struct uea_softc *sc; \
2414 static int uea_getesi(struct uea_softc *sc, u_char *esi) in uea_getesi()
2433 struct uea_softc *sc = usbatm->driver_data; in uea_atm_open()
2440 struct uea_softc *sc = usbatm->driver_data; in uea_heavy()
2493 struct uea_softc *sc; in uea_bind()
2518 sc = kzalloc(sizeof(struct uea_softc), GFP_KERNEL); in uea_bind()
2569 struct uea_softc *sc = usbatm->driver_data; in uea_unbind()
2606 struct uea_softc *sc = usbatm->driver_data; in uea_probe()