• Home
  • Raw
  • Download

Lines Matching refs:pxa25x_ep

263 static void nuke (struct pxa25x_ep *, int status);
318 static void pio_irq_enable(struct pxa25x_ep *ep) in pio_irq_enable()
332 static void pio_irq_disable(struct pxa25x_ep *ep) in pio_irq_disable()
373 static inline u32 udc_ep_get_UDCCS(struct pxa25x_ep *ep) in udc_ep_get_UDCCS()
378 static inline void udc_ep_set_UDCCS(struct pxa25x_ep *ep, u32 data) in udc_ep_set_UDCCS()
393 static inline u32 udc_ep_get_UDDR(struct pxa25x_ep *ep) in udc_ep_get_UDDR()
398 static inline void udc_ep_set_UDDR(struct pxa25x_ep *ep, u32 data) in udc_ep_set_UDDR()
403 static inline u32 udc_ep_get_UBCR(struct pxa25x_ep *ep) in udc_ep_get_UBCR()
425 struct pxa25x_ep *ep; in pxa25x_ep_enable()
428 ep = container_of (_ep, struct pxa25x_ep, ep); in pxa25x_ep_enable()
476 struct pxa25x_ep *ep; in pxa25x_ep_disable()
479 ep = container_of (_ep, struct pxa25x_ep, ep); in pxa25x_ep_disable()
542 static void done(struct pxa25x_ep *ep, struct pxa25x_request *req, int status) in done()
571 write_packet(struct pxa25x_ep *ep, struct pxa25x_request *req, unsigned max) in write_packet()
596 write_fifo (struct pxa25x_ep *ep, struct pxa25x_request *req) in write_fifo()
663 write_ep0_fifo (struct pxa25x_ep *ep, struct pxa25x_request *req) in write_ep0_fifo()
724 read_fifo (struct pxa25x_ep *ep, struct pxa25x_request *req) in read_fifo()
801 read_ep0_fifo (struct pxa25x_ep *ep, struct pxa25x_request *req) in read_ep0_fifo()
843 struct pxa25x_ep *ep; in pxa25x_ep_queue()
854 ep = container_of(_ep, struct pxa25x_ep, ep); in pxa25x_ep_queue()
949 static void nuke(struct pxa25x_ep *ep, int status) in nuke()
968 struct pxa25x_ep *ep; in pxa25x_ep_dequeue()
972 ep = container_of(_ep, struct pxa25x_ep, ep); in pxa25x_ep_dequeue()
998 struct pxa25x_ep *ep; in pxa25x_ep_set_halt()
1001 ep = container_of(_ep, struct pxa25x_ep, ep); in pxa25x_ep_set_halt()
1053 struct pxa25x_ep *ep; in pxa25x_ep_fifo_status()
1055 ep = container_of(_ep, struct pxa25x_ep, ep); in pxa25x_ep_fifo_status()
1072 struct pxa25x_ep *ep; in pxa25x_ep_fifo_flush()
1074 ep = container_of(_ep, struct pxa25x_ep, ep); in pxa25x_ep_fifo_flush()
1301 struct pxa25x_ep *ep = &dev->ep [i]; in udc_debug_show()
1391 struct pxa25x_ep *ep = &dev->ep[i]; in udc_reinit()
1502 struct pxa25x_ep *ep = &dev->ep[i]; in reset_gadget()
1529 struct pxa25x_ep *ep = &dev->ep[i]; in stop_activity()
1631 struct pxa25x_ep *ep = &dev->ep [0]; in handle_ep0()
1852 static void handle_ep(struct pxa25x_ep *ep) in handle_ep()