• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/atm/

Lines Matching refs:uea_softc

148 struct uea_softc {
178 void (*dispatch_cmv) (struct uea_softc *, struct intr_pkt *);
179 void (*schedule_load_page) (struct uea_softc *, struct intr_pkt *);
180 int (*stat) (struct uea_softc *);
181 int (*send_cmvs) (struct uea_softc *);
284 /* macros for both struct usb_device_id and struct uea_softc */
838 static int uea_idma_write(struct uea_softc *sc, const void *data, u32 size)
866 static int request_dsp(struct uea_softc *sc)
917 struct uea_softc *sc = container_of(work, struct uea_softc, task);
992 static void __uea_load_page_e4(struct uea_softc *sc, u8 pageno, int boot)
1042 struct uea_softc *sc = container_of(work, struct uea_softc, task);
1093 static inline void wake_up_cmv_ack(struct uea_softc *sc)
1100 static inline int wait_cmv_ack(struct uea_softc *sc)
1117 static int uea_request(struct uea_softc *sc,
1150 static int uea_cmv_e1(struct uea_softc *sc,
1188 static int uea_cmv_e4(struct uea_softc *sc,
1223 static inline int uea_read_cmv_e1(struct uea_softc *sc,
1237 static inline int uea_read_cmv_e4(struct uea_softc *sc,
1255 static inline int uea_write_cmv_e1(struct uea_softc *sc,
1267 static inline int uea_write_cmv_e4(struct uea_softc *sc,
1280 static void uea_set_bulk_timeout(struct uea_softc *sc, u32 dsrate)
1309 static int uea_stat_e1(struct uea_softc *sc)
1453 static int uea_stat_e4(struct uea_softc *sc)
1574 static void cmvs_file_name(struct uea_softc *sc, char *const cmv_name, int ver)
1601 static int request_cmvs_old(struct uea_softc *sc,
1634 static int request_cmvs(struct uea_softc *sc,
1695 static int uea_send_cmvs_e1(struct uea_softc *sc)
1761 static int uea_send_cmvs_e4(struct uea_softc *sc)
1821 static int uea_start_reset(struct uea_softc *sc)
1906 struct uea_softc *sc = data;
1925 static int load_XILINX_firmware(struct uea_softc *sc)
1983 static void uea_dispatch_cmv_e1(struct uea_softc *sc, struct intr_pkt *intr)
2042 static void uea_dispatch_cmv_e4(struct uea_softc *sc, struct intr_pkt *intr)
2084 static void uea_schedule_load_page_e1(struct uea_softc *sc,
2092 static void uea_schedule_load_page_e4(struct uea_softc *sc,
2104 struct uea_softc *sc = urb->context;
2143 static int uea_boot(struct uea_softc *sc)
2228 static void uea_stop(struct uea_softc *sc)
2250 static struct uea_softc *dev_to_uea(struct device *dev)
2270 struct uea_softc *sc;
2286 struct uea_softc *sc;
2306 struct uea_softc *sc;
2368 struct uea_softc *sc;
2402 struct uea_softc *sc; \
2436 static int uea_getesi(struct uea_softc *sc, u_char * esi)
2455 struct uea_softc *sc = usbatm->driver_data;
2462 struct uea_softc *sc = usbatm->driver_data;
2517 struct uea_softc *sc;
2542 sc = kzalloc(sizeof(struct uea_softc), GFP_KERNEL);
2601 struct uea_softc *sc = usbatm->driver_data;