Home
last modified time | relevance | path

Searched refs:pxa25x_ep (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa25x_udc.c259 static void nuke (struct pxa25x_ep *, int status);
314 static void pio_irq_enable(struct pxa25x_ep *ep) in pio_irq_enable()
328 static void pio_irq_disable(struct pxa25x_ep *ep) in pio_irq_disable()
369 static inline u32 udc_ep_get_UDCCS(struct pxa25x_ep *ep) in udc_ep_get_UDCCS()
374 static inline void udc_ep_set_UDCCS(struct pxa25x_ep *ep, u32 data) in udc_ep_set_UDCCS()
389 static inline u32 udc_ep_get_UDDR(struct pxa25x_ep *ep) in udc_ep_get_UDDR()
394 static inline void udc_ep_set_UDDR(struct pxa25x_ep *ep, u32 data) in udc_ep_set_UDDR()
399 static inline u32 udc_ep_get_UBCR(struct pxa25x_ep *ep) in udc_ep_get_UBCR()
421 struct pxa25x_ep *ep; in pxa25x_ep_enable()
424 ep = container_of (_ep, struct pxa25x_ep, ep); in pxa25x_ep_enable()
[all …]
H A Dpxa25x_udc.h35 struct pxa25x_ep { struct
118 struct pxa25x_ep ep [PXA_UDC_NUM_ENDPOINTS];
189 static inline u32 udc_ep_get_UDCCS(struct pxa25x_ep *);
/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa25x_udc.c206 static void nuke(struct pxa25x_ep *, int status);
296 struct pxa25x_ep *ep; in pxa25x_ep_enable()
299 ep = container_of(_ep, struct pxa25x_ep, ep); in pxa25x_ep_enable()
348 struct pxa25x_ep *ep; in pxa25x_ep_disable()
351 ep = container_of(_ep, struct pxa25x_ep, ep); in pxa25x_ep_disable()
415 static void done(struct pxa25x_ep *ep, struct pxa25x_request *req, int status) in done()
471 write_fifo(struct pxa25x_ep *ep, struct pxa25x_request *req) in write_fifo()
543 write_ep0_fifo(struct pxa25x_ep *ep, struct pxa25x_request *req) in write_ep0_fifo()
604 read_fifo(struct pxa25x_ep *ep, struct pxa25x_request *req) in read_fifo()
683 read_ep0_fifo(struct pxa25x_ep *ep, struct pxa25x_request *req) in read_ep0_fifo()
[all …]
H A Dpxa25x_udc.h48 struct pxa25x_ep { struct
134 struct pxa25x_ep ep[PXA_UDC_NUM_ENDPOINTS];