Lines Matching refs:s3c_hsotg_ep

100 struct s3c_hsotg_ep {  struct
167 struct s3c_hsotg_ep eps[];
190 static inline struct s3c_hsotg_ep *our_ep(struct usb_ep *ep) in our_ep()
192 return container_of(ep, struct s3c_hsotg_ep, ep); in our_ep()
402 static inline int is_ep_periodic(struct s3c_hsotg_ep *hs_ep) in is_ep_periodic()
417 struct s3c_hsotg_ep *hs_ep, in s3c_hsotg_unmap_dma()
458 struct s3c_hsotg_ep *hs_ep, in s3c_hsotg_write_fifo()
605 static unsigned get_ep_limit(struct s3c_hsotg_ep *hs_ep) in get_ep_limit()
647 struct s3c_hsotg_ep *hs_ep, in s3c_hsotg_start_req()
811 struct s3c_hsotg_ep *hs_ep, in s3c_hsotg_map_dma()
859 struct s3c_hsotg_ep *hs_ep = our_ep(ep); in s3c_hsotg_ep_queue()
912 struct s3c_hsotg_ep *hs_ep = our_ep(ep); in s3c_hsotg_complete_oursetup()
928 static struct s3c_hsotg_ep *ep_from_windex(struct s3c_hsotg *hsotg, in ep_from_windex()
931 struct s3c_hsotg_ep *ep = &hsotg->eps[windex & 0x7F]; in ep_from_windex()
958 struct s3c_hsotg_ep *ep, in s3c_hsotg_send_reply()
1001 struct s3c_hsotg_ep *ep0 = &hsotg->eps[0]; in s3c_hsotg_process_req_status()
1002 struct s3c_hsotg_ep *ep; in s3c_hsotg_process_req_status()
1059 struct s3c_hsotg_ep *ep; in s3c_hsotg_process_req_feature()
1098 struct s3c_hsotg_ep *ep0 = &hsotg->eps[0]; in s3c_hsotg_process_control()
1200 struct s3c_hsotg_ep *hs_ep = our_ep(ep); in s3c_hsotg_complete_setup()
1255 static struct s3c_hsotg_req *get_ep_head(struct s3c_hsotg_ep *hs_ep) in get_ep_head()
1277 struct s3c_hsotg_ep *hs_ep, in s3c_hsotg_complete_request()
1336 struct s3c_hsotg_ep *hs_ep, in s3c_hsotg_complete_request_lock()
1359 struct s3c_hsotg_ep *hs_ep = &hsotg->eps[ep_idx]; in s3c_hsotg_rx_data()
1468 struct s3c_hsotg_ep *hs_ep = &hsotg->eps[epnum]; in s3c_hsotg_handle_outdone()
1648 struct s3c_hsotg_ep *hs_ep = &hsotg->eps[ep]; in s3c_hsotg_set_ep_maxpacket()
1696 struct s3c_hsotg_ep *hs_ep) in s3c_hsotg_trytx()
1721 struct s3c_hsotg_ep *hs_ep) in s3c_hsotg_complete_in()
1773 struct s3c_hsotg_ep *hs_ep = &hsotg->eps[idx]; in s3c_hsotg_epint()
1952 struct s3c_hsotg_ep *ep, in kill_all_requests()
2004 struct s3c_hsotg_ep *ep; in s3c_hsotg_irq_fifoempty()
2230 struct s3c_hsotg_ep *hs_ep = our_ep(ep); in s3c_hsotg_ep_enable()
2343 struct s3c_hsotg_ep *hs_ep = our_ep(ep); in s3c_hsotg_ep_disable()
2385 static bool on_list(struct s3c_hsotg_ep *ep, struct s3c_hsotg_req *test) in on_list()
2400 struct s3c_hsotg_ep *hs_ep = our_ep(ep); in s3c_hsotg_ep_dequeue()
2426 struct s3c_hsotg_ep *hs_ep = our_ep(ep); in s3c_hsotg_ep_sethalt()
2743 struct s3c_hsotg_ep *hs_ep, in s3c_hsotg_initep()
3072 struct s3c_hsotg_ep *ep = seq->private; in ep_show()
3179 struct s3c_hsotg_ep *ep = &hsotg->eps[epidx]; in s3c_hsotg_create_debug()
3201 struct s3c_hsotg_ep *ep = &hsotg->eps[epidx]; in s3c_hsotg_delete_debug()
3251 sizeof(struct s3c_hsotg_ep) * S3C_HSOTG_EPS, in s3c_hsotg_probe()