Lines Matching refs:dwc2_hsotg_ep

42 static inline struct dwc2_hsotg_ep *our_ep(struct usb_ep *ep)  in our_ep()
44 return container_of(ep, struct dwc2_hsotg_ep, ep); in our_ep()
62 static inline struct dwc2_hsotg_ep *index_to_ep(struct dwc2_hsotg *hsotg, in index_to_ep()
116 static inline void dwc2_gadget_incr_frame_num(struct dwc2_hsotg_ep *hs_ep) in dwc2_gadget_incr_frame_num()
137 static inline void dwc2_gadget_dec_frame_num_by_one(struct dwc2_hsotg_ep *hs_ep) in dwc2_gadget_dec_frame_num_by_one()
404 static inline int is_ep_periodic(struct dwc2_hsotg_ep *hs_ep) in is_ep_periodic()
419 struct dwc2_hsotg_ep *hs_ep, in dwc2_hsotg_unmap_dma()
492 struct dwc2_hsotg_ep *hs_ep, in dwc2_hsotg_write_fifo()
655 static unsigned int get_ep_limit(struct dwc2_hsotg_ep *hs_ep) in get_ep_limit()
713 static unsigned int dwc2_gadget_get_chain_limit(struct dwc2_hsotg_ep *hs_ep) in dwc2_gadget_get_chain_limit()
743 static u32 dwc2_gadget_get_desc_params(struct dwc2_hsotg_ep *hs_ep, u32 *mask) in dwc2_gadget_get_desc_params()
771 static void dwc2_gadget_fill_nonisoc_xfer_ddma_one(struct dwc2_hsotg_ep *hs_ep, in dwc2_gadget_fill_nonisoc_xfer_ddma_one()
837 static void dwc2_gadget_config_nonisoc_xfer_ddma(struct dwc2_hsotg_ep *hs_ep, in dwc2_gadget_config_nonisoc_xfer_ddma()
879 static int dwc2_gadget_fill_isoc_desc(struct dwc2_hsotg_ep *hs_ep, in dwc2_gadget_fill_isoc_desc()
951 static void dwc2_gadget_start_isoc_ddma(struct dwc2_hsotg_ep *hs_ep) in dwc2_gadget_start_isoc_ddma()
1014 struct dwc2_hsotg_ep *hs_ep, in dwc2_hsotg_start_req()
1233 struct dwc2_hsotg_ep *hs_ep, in dwc2_hsotg_map_dma()
1252 struct dwc2_hsotg_ep *hs_ep, in dwc2_hsotg_handle_unaligned_buf_start()
1285 struct dwc2_hsotg_ep *hs_ep, in dwc2_hsotg_handle_unaligned_buf_complete()
1314 static bool dwc2_gadget_target_frame_elapsed(struct dwc2_hsotg_ep *hs_ep) in dwc2_gadget_target_frame_elapsed()
1340 struct dwc2_hsotg_ep *hs_ep) in dwc2_gadget_set_ep0_desc_chain()
1370 struct dwc2_hsotg_ep *hs_ep = our_ep(ep); in dwc2_hsotg_ep_queue()
1482 struct dwc2_hsotg_ep *hs_ep = our_ep(ep); in dwc2_hsotg_ep_queue_lock()
1513 struct dwc2_hsotg_ep *hs_ep = our_ep(ep); in dwc2_hsotg_complete_oursetup()
1529 static struct dwc2_hsotg_ep *ep_from_windex(struct dwc2_hsotg *hsotg, in ep_from_windex()
1532 struct dwc2_hsotg_ep *ep; in ep_from_windex()
1587 struct dwc2_hsotg_ep *ep, in dwc2_hsotg_send_reply()
1632 struct dwc2_hsotg_ep *ep0 = hsotg->eps_out[0]; in dwc2_hsotg_process_req_status()
1633 struct dwc2_hsotg_ep *ep; in dwc2_hsotg_process_req_status()
1690 static struct dwc2_hsotg_req *get_ep_head(struct dwc2_hsotg_ep *hs_ep) in get_ep_head()
1704 static void dwc2_gadget_start_next_request(struct dwc2_hsotg_ep *hs_ep) in dwc2_gadget_start_next_request()
1740 struct dwc2_hsotg_ep *ep0 = hsotg->eps_out[0]; in dwc2_hsotg_process_req_feature()
1743 struct dwc2_hsotg_ep *ep; in dwc2_hsotg_process_req_feature()
1853 struct dwc2_hsotg_ep *ep0 = hsotg->eps_out[0]; in dwc2_hsotg_stall_ep0()
1893 struct dwc2_hsotg_ep *ep0 = hsotg->eps_out[0]; in dwc2_hsotg_process_control()
1973 struct dwc2_hsotg_ep *hs_ep = our_ep(ep); in dwc2_hsotg_complete_setup()
2029 struct dwc2_hsotg_ep *hs_ep) in dwc2_hsotg_program_zlp()
2077 struct dwc2_hsotg_ep *hs_ep, in dwc2_hsotg_complete_request()
2139 static void dwc2_gadget_complete_isoc_request_ddma(struct dwc2_hsotg_ep *hs_ep) in dwc2_gadget_complete_isoc_request_ddma()
2198 static void dwc2_gadget_handle_isoc_bna(struct dwc2_hsotg_ep *hs_ep) in dwc2_gadget_handle_isoc_bna()
2223 struct dwc2_hsotg_ep *hs_ep = hsotg->eps_out[ep_idx]; in dwc2_hsotg_rx_data()
2314 static unsigned int dwc2_gadget_get_xfersize_ddma(struct dwc2_hsotg_ep *hs_ep) in dwc2_gadget_get_xfersize_ddma()
2350 struct dwc2_hsotg_ep *hs_ep = hsotg->eps_out[epnum]; in dwc2_hsotg_handle_outdone()
2551 struct dwc2_hsotg_ep *hs_ep; in dwc2_hsotg_set_ep_maxpacket()
2619 struct dwc2_hsotg_ep *hs_ep) in dwc2_hsotg_trytx()
2652 struct dwc2_hsotg_ep *hs_ep) in dwc2_hsotg_complete_in()
2782 static void dwc2_gadget_handle_ep_disabled(struct dwc2_hsotg_ep *hs_ep) in dwc2_gadget_handle_ep_disabled()
2850 static void dwc2_gadget_handle_out_token_ep_disabled(struct dwc2_hsotg_ep *ep) in dwc2_gadget_handle_out_token_ep_disabled()
2904 static void dwc2_gadget_handle_nak(struct dwc2_hsotg_ep *hs_ep) in dwc2_gadget_handle_nak()
2969 struct dwc2_hsotg_ep *hs_ep = index_to_ep(hsotg, idx, dir_in); in dwc2_hsotg_epint()
3224 struct dwc2_hsotg_ep *ep, in kill_all_requests()
3285 struct dwc2_hsotg_ep *ep; in dwc2_hsotg_irq_fifoempty()
3555 struct dwc2_hsotg_ep *hs_ep; in dwc2_gadget_handle_incomplete_isoc_in()
3602 struct dwc2_hsotg_ep *hs_ep; in dwc2_gadget_handle_incomplete_isoc_out()
3774 struct dwc2_hsotg_ep *hs_ep; in dwc2_hsotg_irq()
3834 struct dwc2_hsotg_ep *hs_ep) in dwc2_hsotg_ep_stop_xfr()
3918 struct dwc2_hsotg_ep *hs_ep = our_ep(ep); in dwc2_hsotg_ep_enable()
4144 struct dwc2_hsotg_ep *hs_ep = our_ep(ep); in dwc2_hsotg_ep_disable()
4192 struct dwc2_hsotg_ep *hs_ep = our_ep(ep); in dwc2_hsotg_ep_disable_lock()
4208 static bool on_list(struct dwc2_hsotg_ep *ep, struct dwc2_hsotg_req *test) in on_list()
4228 struct dwc2_hsotg_ep *hs_ep = our_ep(ep); in dwc2_hsotg_ep_dequeue()
4263 struct dwc2_hsotg_ep *hs_ep = our_ep(ep); in dwc2_hsotg_ep_sethalt()
4336 struct dwc2_hsotg_ep *hs_ep = our_ep(ep); in dwc2_hsotg_ep_sethalt_lock()
4621 struct dwc2_hsotg_ep *hs_ep, in dwc2_hsotg_initep()
4706 sizeof(struct dwc2_hsotg_ep), in dwc2_hsotg_hw_cfg()
4719 sizeof(struct dwc2_hsotg_ep), GFP_KERNEL); in dwc2_hsotg_hw_cfg()
4726 sizeof(struct dwc2_hsotg_ep), GFP_KERNEL); in dwc2_hsotg_hw_cfg()