• 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/gadget/

Lines Matching refs:s3c_hsotg

60 struct s3c_hsotg;
103 struct s3c_hsotg *parent;
128 * struct s3c_hsotg - driver state.
145 struct s3c_hsotg {
195 static inline struct s3c_hsotg *to_hsotg(struct usb_gadget *gadget)
197 return container_of(gadget, struct s3c_hsotg, gadget);
211 static void s3c_hsotg_dump(struct s3c_hsotg *hsotg);
232 static inline bool using_dma(struct s3c_hsotg *hsotg)
242 static void s3c_hsotg_en_gsint(struct s3c_hsotg *hsotg, u32 ints)
260 static void s3c_hsotg_disable_gsint(struct s3c_hsotg *hsotg, u32 ints)
281 static void s3c_hsotg_ctrl_epint(struct s3c_hsotg *hsotg,
306 static void s3c_hsotg_init_fifo(struct s3c_hsotg *hsotg)
416 static void s3c_hsotg_unmap_dma(struct s3c_hsotg *hsotg,
457 static int s3c_hsotg_write_fifo(struct s3c_hsotg *hsotg,
646 static void s3c_hsotg_start_req(struct s3c_hsotg *hsotg,
810 static int s3c_hsotg_map_dma(struct s3c_hsotg *hsotg,
860 struct s3c_hsotg *hs = hs_ep->parent;
913 struct s3c_hsotg *hsotg = hs_ep->parent;
928 static struct s3c_hsotg_ep *ep_from_windex(struct s3c_hsotg *hsotg,
957 static int s3c_hsotg_send_reply(struct s3c_hsotg *hsotg,
998 static int s3c_hsotg_process_req_status(struct s3c_hsotg *hsotg,
1055 static int s3c_hsotg_process_req_feature(struct s3c_hsotg *hsotg,
1095 static void s3c_hsotg_process_control(struct s3c_hsotg *hsotg,
1187 static void s3c_hsotg_enqueue_setup(struct s3c_hsotg *hsotg);
1201 struct s3c_hsotg *hsotg = hs_ep->parent;
1221 static void s3c_hsotg_enqueue_setup(struct s3c_hsotg *hsotg)
1276 static void s3c_hsotg_complete_request(struct s3c_hsotg *hsotg,
1335 static void s3c_hsotg_complete_request_lock(struct s3c_hsotg *hsotg,
1357 static void s3c_hsotg_rx_data(struct s3c_hsotg *hsotg, int ep_idx, int size)
1422 static void s3c_hsotg_send_zlp(struct s3c_hsotg *hsotg,
1464 static void s3c_hsotg_handle_outdone(struct s3c_hsotg *hsotg,
1524 static u32 s3c_hsotg_read_frameno(struct s3c_hsotg *hsotg)
1551 static void s3c_hsotg_handle_rx(struct s3c_hsotg *hsotg)
1645 static void s3c_hsotg_set_ep_maxpacket(struct s3c_hsotg *hsotg,
1695 static int s3c_hsotg_trytx(struct s3c_hsotg *hsotg,
1720 static void s3c_hsotg_complete_in(struct s3c_hsotg *hsotg,
1770 static void s3c_hsotg_epint(struct s3c_hsotg *hsotg, unsigned int idx,
1877 static void s3c_hsotg_irq_enumdone(struct s3c_hsotg *hsotg)
1951 static void kill_all_requests(struct s3c_hsotg *hsotg,
1987 static void s3c_hsotg_disconnect_irq(struct s3c_hsotg *hsotg)
2002 static void s3c_hsotg_irq_fifoempty(struct s3c_hsotg *hsotg, bool periodic)
2025 static struct s3c_hsotg *our_hsotg;
2039 struct s3c_hsotg *hsotg = pw;
2231 struct s3c_hsotg *hsotg = hs_ep->parent;
2344 struct s3c_hsotg *hsotg = hs_ep->parent;
2401 struct s3c_hsotg *hs = hs_ep->parent;
2427 struct s3c_hsotg *hs = hs_ep->parent;
2481 static int s3c_hsotg_corereset(struct s3c_hsotg *hsotg)
2528 struct s3c_hsotg *hsotg = our_hsotg;
2694 struct s3c_hsotg *hsotg = our_hsotg;
2741 static void __devinit s3c_hsotg_initep(struct s3c_hsotg *hsotg,
2800 static void s3c_hsotg_otgreset(struct s3c_hsotg *hsotg)
2839 static void s3c_hsotg_init(struct s3c_hsotg *hsotg)
2888 static void s3c_hsotg_dump(struct s3c_hsotg *hsotg)
2946 struct s3c_hsotg *hsotg = seq->private;
3016 struct s3c_hsotg *hsotg = seq->private;
3072 struct s3c_hsotg *hsotg = ep->parent;
3149 static void __devinit s3c_hsotg_create_debug(struct s3c_hsotg *hsotg)
3195 static void __devexit s3c_hsotg_delete_debug(struct s3c_hsotg *hsotg)
3241 struct s3c_hsotg *hsotg;
3249 hsotg = kzalloc(sizeof(struct s3c_hsotg) +
3368 struct s3c_hsotg *hsotg = platform_get_drvdata(pdev);