Lines Matching refs:max3420_ep
152 struct max3420_ep *ep;
155 struct max3420_ep { struct
169 struct max3420_ep ep[MAX3420_MAX_EPS]; argument
186 #define to_max3420_ep(e) container_of((e), struct max3420_ep, ep_usb)
314 static int spi_max3420_enable(struct max3420_ep *ep) in spi_max3420_enable()
346 static int spi_max3420_stall(struct max3420_ep *ep) in spi_max3420_stall()
410 static void max3420_nuke(struct max3420_ep *ep, int status);
537 struct max3420_ep *ep; in max3420_getstatus()
577 struct max3420_ep *ep; in max3420_set_clear_feature()
668 struct max3420_ep *ep = req->ep; in max3420_req_done()
686 struct max3420_ep *ep = &udc->ep[ep_id]; in max3420_do_data()
887 struct max3420_ep *ep = &udc->ep[i]; in max3420_thread()
905 struct max3420_ep *ep = to_max3420_ep(_ep); in max3420_ep_set_halt()
925 static int __max3420_ep_enable(struct max3420_ep *ep, in __max3420_ep_enable()
945 struct max3420_ep *ep = to_max3420_ep(_ep); in max3420_ep_enable()
955 static void max3420_nuke(struct max3420_ep *ep, int status) in max3420_nuke()
973 static void __max3420_ep_disable(struct max3420_ep *ep) in __max3420_ep_disable()
992 struct max3420_ep *ep = to_max3420_ep(_ep); in max3420_ep_disable()
1007 struct max3420_ep *ep = to_max3420_ep(_ep); in max3420_alloc_request()
1028 struct max3420_ep *ep = to_max3420_ep(_ep); in max3420_ep_queue()
1048 struct max3420_ep *ep = to_max3420_ep(_ep); in max3420_ep_dequeue()
1156 struct max3420_ep *ep = &udc->ep[idx]; in max3420_eps_init()