Searched defs:qh (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/musb-new/ |
| H A D | musb_host.c | 169 static void musb_ep_set_qh(struct musb_hw_ep *ep, int is_in, struct musb_qh *qh) in musb_ep_set_qh() 189 musb_start_urb(struct musb *musb, int is_in, struct musb_qh *qh) in musb_start_urb() 314 static inline void musb_save_toggle(struct musb_qh *qh, int is_in, in musb_save_toggle() 343 struct musb_qh *qh = musb_ep_get_qh(hw_ep, is_in); in musb_advance_schedule() local 460 struct musb_qh *qh = hw_ep->in_qh; in musb_host_packet_rx() local 555 musb_rx_reinit(struct musb *musb, struct musb_qh *qh, struct musb_hw_ep *ep) in musb_rx_reinit() 618 struct musb_hw_ep *hw_ep, struct musb_qh *qh, in musb_tx_dma_program() 693 struct musb_qh *qh = musb_ep_get_qh(hw_ep, !is_out); in musb_ep_program() local 895 struct musb_qh *qh = hw_ep->in_qh; in musb_h_ep0_continue() local 973 struct musb_qh *qh = hw_ep->in_qh; in musb_h_ep0_irq() local [all …]
|
| H A D | musb_host.h | 75 static inline struct urb *next_urb(struct musb_qh *qh) in next_urb()
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | ehci-hcd.c | 286 struct QH *qh) in ehci_update_endpt2_dev_n_port() 1173 #define NEXT_QH(qh) (struct QH *)((unsigned long)hc32_to_cpu((qh)->qh_link) & ~0x1f) argument 1283 struct QH *qh = result->first + i; in _ehci_create_int_queue() local
|