Home
last modified time | relevance | path

Searched refs:our_ep (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Ds3c-hsudc.c166 static inline struct s3c_hsudc_ep *our_ep(struct usb_ep *ep) in our_ep() function
450 struct s3c_hsudc_ep *hsep = our_ep(_ep); in s3c_hsudc_set_halt()
494 struct s3c_hsudc_ep *hsep = our_ep(_ep); in s3c_hsudc_set_wedge()
707 hsep = our_ep(_ep); in s3c_hsudc_ep_enable()
749 struct s3c_hsudc_ep *hsep = our_ep(_ep); in s3c_hsudc_ep_disable()
829 hsep = our_ep(_ep); in s3c_hsudc_queue()
878 struct s3c_hsudc_ep *hsep = our_ep(_ep); in s3c_hsudc_dequeue()
883 hsep = our_ep(_ep); in s3c_hsudc_dequeue()
H A Dbcm63xx_udc.c345 static inline struct bcm63xx_ep *our_ep(struct usb_ep *ep) in our_ep() function
1036 struct bcm63xx_ep *bep = our_ep(ep); in bcm63xx_ep_enable()
1075 struct bcm63xx_ep *bep = our_ep(ep); in bcm63xx_ep_disable()
1156 struct bcm63xx_ep *bep = our_ep(ep); in bcm63xx_udc_queue()
1208 struct bcm63xx_ep *bep = our_ep(ep); in bcm63xx_udc_dequeue()
1256 struct bcm63xx_ep *bep = our_ep(ep); in bcm63xx_udc_set_halt()
1276 struct bcm63xx_ep *bep = our_ep(ep); in bcm63xx_udc_set_wedge()
/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dgadget.c43 static inline struct dwc2_hsotg_ep *our_ep(struct usb_ep *ep) in our_ep() function
1411 struct dwc2_hsotg_ep *hs_ep = our_ep(ep); in dwc2_hsotg_ep_queue()
1544 struct dwc2_hsotg_ep *hs_ep = our_ep(ep); in dwc2_hsotg_ep_queue_lock()
1575 struct dwc2_hsotg_ep *hs_ep = our_ep(ep); in dwc2_hsotg_complete_oursetup()
2029 struct dwc2_hsotg_ep *hs_ep = our_ep(ep); in dwc2_hsotg_complete_setup()
4042 struct dwc2_hsotg_ep *hs_ep = our_ep(ep); in dwc2_hsotg_ep_enable()
4270 struct dwc2_hsotg_ep *hs_ep = our_ep(ep); in dwc2_hsotg_ep_disable()
4318 struct dwc2_hsotg_ep *hs_ep = our_ep(ep); in dwc2_hsotg_ep_disable_lock()
4354 struct dwc2_hsotg_ep *hs_ep = our_ep(ep); in dwc2_hsotg_ep_dequeue()
4389 struct dwc2_hsotg_ep *hs_ep = our_ep(ep); in dwc2_hsotg_ep_sethalt()
[all …]