Searched defs:_urb (Results 1 - 8 of 8) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/ifxhcd/
H A Difxhcd_queue.c59 ifxhcd_epqh_t *ifxhcd_epqh_create (ifxhcd_hcd_t *_ifxhcd, struct urb *_urb) argument
341 ifxhcd_urbd_create(ifxhcd_hcd_t *_ifxhcd,struct urb *_urb) argument
[all...]
H A Difxhcd.c601 ifxhcd_urb_enqueue( struct usb_hcd *_syshcd, struct urb *_urb, gfp_t _mem_flags) argument
653 ifxhcd_urb_dequeue( struct usb_hcd *_syshcd, struct urb *_urb, int status ) argument
2339 dump_urb_info(struct urb *_urb, char* _fn_name) argument
[all...]
H A Difxhcd_intr.c335 update_urb_state_xfer_comp(ifxhcd_hc_t *_ifxhc, ifxusb_hc_regs_t *_hc_regs, struct urb *_urb, ifxhcd_urbd_t *_urbd) argument
[all...]
H A Difxhcd.h595 static inline struct usb_host_endpoint *ifxhcd_urb_to_endpoint(struct urb *_urb) argument
[all...]
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/dwc_otg/
H A Ddwc_otg_hcd_queue.c63 dwc_otg_qh_t *dwc_otg_hcd_qh_create (dwc_otg_hcd_t *_hcd, struct urb *_urb) argument
113 void dwc_otg_hcd_qh_init(dwc_otg_hcd_t *_hcd, dwc_otg_qh_t *_qh, struct urb *_urb) argument
705 dwc_otg_hcd_qtd_create(struct urb *_urb) argument
723 dwc_otg_hcd_qtd_init(dwc_otg_qtd_t *_qtd, struct urb *_urb) argument
[all...]
H A Ddwc_otg_hcd_intr.c531 update_urb_state_xfer_comp(dwc_hc_t *_hc, dwc_otg_hc_regs_t * _hc_regs, struct urb *_urb, dwc_otg_qtd_t * _qtd, int *status) argument
1104 update_urb_state_xfer_intr(dwc_hc_t *_hc, dwc_otg_hc_regs_t *_hc_regs, struct urb *_urb, dwc_otg_qtd_t *_qtd, dwc_otg_halt_status_e _halt_status) argument
[all...]
H A Ddwc_otg_hcd.c770 static void dump_urb_info(struct urb *_urb, char* _fn_name) argument
870 dwc_otg_hcd_urb_enqueue(struct usb_hcd *_hcd, struct urb *_urb, gfp_t _mem_flags) argument
916 dwc_otg_hcd_urb_dequeue(struct usb_hcd *_hcd, struct urb *_urb, int _status) argument
2669 usb_hcd_unlink_urb_from_ep(dwc_otg_hcd_to_hcd(_hcd), _urb); variable
2671 usb_hcd_giveback_urb(dwc_otg_hcd_to_hcd(_hcd), _urb, _status); variable
2678 dwc_urb_to_qh(struct urb *_urb) argument
[all...]
H A Ddwc_otg_hcd.h563 static inline struct usb_host_endpoint *dwc_urb_to_endpoint(struct urb *_urb) argument

Completed in 99 milliseconds