Home
last modified time | relevance | path

Searched defs:qh (Results 1 – 25 of 25) sorted by relevance

/linux-3.3/drivers/usb/host/
Duhci-q.c249 struct uhci_qh *qh; in uhci_alloc_qh() local
293 static void uhci_free_qh(struct uhci_hcd *uhci, struct uhci_qh *qh) in uhci_free_qh()
315 static int uhci_cleanup_queue(struct uhci_hcd *uhci, struct uhci_qh *qh, in uhci_cleanup_queue()
373 static void uhci_fixup_toggles(struct uhci_hcd *uhci, struct uhci_qh *qh, in uhci_fixup_toggles()
425 static inline void link_iso(struct uhci_hcd *uhci, struct uhci_qh *qh) in link_iso()
436 static void link_interrupt(struct uhci_hcd *uhci, struct uhci_qh *qh) in link_interrupt()
452 static void link_async(struct uhci_hcd *uhci, struct uhci_qh *qh) in link_async()
481 static void uhci_activate_qh(struct uhci_hcd *uhci, struct uhci_qh *qh) in uhci_activate_qh()
522 static void unlink_interrupt(struct uhci_hcd *uhci, struct uhci_qh *qh) in unlink_interrupt()
534 static void unlink_async(struct uhci_hcd *uhci, struct uhci_qh *qh) in unlink_async()
[all …]
Dehci-q.c88 qh_update (struct ehci_hcd *ehci, struct ehci_qh *qh, struct ehci_qtd *qtd) in qh_update()
122 qh_refresh (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_refresh()
148 struct ehci_qh *qh = ep->hcpriv; in ehci_clear_tt_buffer_complete() local
159 static void ehci_clear_tt_buffer(struct ehci_hcd *ehci, struct ehci_qh *qh, in ehci_clear_tt_buffer()
260 struct ehci_qh *qh = (struct ehci_qh *) urb->hcpriv; in ehci_urb_done() local
308 qh_completions (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_completions()
798 struct ehci_qh *qh = ehci_qh_alloc (ehci, flags); in qh_make() local
969 static void qh_link_async (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_link_async()
1029 struct ehci_qh *qh = NULL; in qh_append_tds() local
1111 struct ehci_qh *qh = NULL; in submit_async() local
[all …]
Dehci-mem.c67 static void qh_destroy(struct ehci_qh *qh) in qh_destroy()
84 struct ehci_qh *qh; in ehci_qh_alloc() local
117 static inline struct ehci_qh *qh_get (struct ehci_qh *qh) in qh_get()
124 static inline void qh_put (struct ehci_qh *qh) in qh_put()
Doxu210hp-hcd.c604 static void oxu_qh_free(struct oxu_hcd *oxu, struct ehci_qh *qh) in oxu_qh_free()
618 struct ehci_qh *qh = container_of(kref, struct ehci_qh, kref); in qh_destroy() local
634 struct ehci_qh *qh = NULL; in oxu_qh_alloc() local
669 static inline struct ehci_qh *qh_get(struct ehci_qh *qh) in qh_get()
675 static inline void qh_put(struct ehci_qh *qh) in qh_put()
819 struct ehci_qh *qh, struct ehci_qtd *qtd) in qh_update()
852 static void qh_refresh(struct oxu_hcd *oxu, struct ehci_qh *qh) in qh_refresh()
927 struct ehci_qh *qh = (struct ehci_qh *) urb->hcpriv; in ehci_urb_done() local
980 static unsigned qh_completions(struct oxu_hcd *oxu, struct ehci_qh *qh) in qh_completions()
1361 struct ehci_qh *qh = oxu_qh_alloc(oxu); in qh_make() local
[all …]
Disp1760-hcd.c391 struct isp1760_qh *qh; in qh_alloc() local
404 static void qh_free(struct isp1760_qh *qh) in qh_free()
541 static int last_qtd_of_urb(struct isp1760_qtd *qtd, struct isp1760_qh *qh) in last_qtd_of_urb()
561 static void create_ptd_atl(struct isp1760_qh *qh, in create_ptd_atl()
636 static void transform_add_int(struct isp1760_qh *qh, in transform_add_int()
688 static void create_ptd_int(struct isp1760_qh *qh, in create_ptd_int()
747 struct isp1760_qh *qh, struct ptd *ptd) in start_bus_transfer()
793 static void collect_qtds(struct usb_hcd *hcd, struct isp1760_qh *qh, in collect_qtds()
856 static void enqueue_qtds(struct usb_hcd *hcd, struct isp1760_qh *qh) in enqueue_qtds()
938 struct isp1760_qh *qh, *qh_next; in schedule_ptds() local
[all …]
Duhci-debug.c154 struct uhci_qh *qh, char *buf, int len, int space) in uhci_show_qh()
351 struct uhci_qh *qh; in uhci_sprint_schedule() local
582 struct uhci_qh *qh, char *buf, int len, int space) in uhci_show_qh()
Dehci-hcd.c1023 static void unlink_async (struct ehci_hcd *ehci, struct ehci_qh *qh) in unlink_async()
1062 struct ehci_qh *qh; in ehci_urb_dequeue() local
1134 struct ehci_qh *qh, *tmp; in ehci_endpoint_disable() local
1200 struct ehci_qh *qh; in ehci_endpoint_reset() local
Dehci-sched.c558 static int qh_link_periodic (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_link_periodic()
622 static int qh_unlink_periodic(struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_unlink_periodic()
661 static void intr_deschedule (struct ehci_hcd *ehci, struct ehci_qh *qh) in intr_deschedule()
764 const struct ehci_qh *qh, in check_intr_schedule()
828 static int qh_schedule(struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_schedule()
902 struct ehci_qh *qh; in intr_submit() local
Dehci-dbg.c138 dbg_qh (const char *label, struct ehci_hcd *ehci, struct ehci_qh *qh) in dbg_qh()
300 dbg_qh (char *label, struct ehci_hcd *ehci, struct ehci_qh *qh) in dbg_qh()
430 struct ehci_qh *qh, in qh_lines()
526 struct ehci_qh *qh; in fill_async_buffer() local
Duhci-hcd.c765 struct uhci_qh *qh; in uhci_hcd_endpoint_disable() local
Duhci-hcd.h187 #define qh_element(qh) ACCESS_ONCE((qh)->element) argument
189 #define LINK_TO_QH(uhci, qh) (UHCI_PTR_QH((uhci)) | \ argument
485 struct uhci_qh *qh; /* QH for this URB */ member
Disp1760-hcd.h108 struct isp1760_qh *qh; member
Doxu210hp.h263 struct ehci_qh *qh; /* Q_TYPE_QH */ member
Dehci.h307 struct ehci_qh *qh; /* Q_TYPE_QH */ member
/linux-3.3/drivers/usb/musb/
Dmusb_host.c186 static void musb_ep_set_qh(struct musb_hw_ep *ep, int is_in, struct musb_qh *qh) in musb_ep_set_qh()
206 musb_start_urb(struct musb *musb, int is_in, struct musb_qh *qh) in musb_start_urb()
321 static inline void musb_save_toggle(struct musb_qh *qh, int is_in, in musb_save_toggle()
350 struct musb_qh *qh = musb_ep_get_qh(hw_ep, is_in); in musb_advance_schedule() local
455 struct musb_qh *qh = hw_ep->in_qh; in musb_host_packet_rx() local
546 musb_rx_reinit(struct musb *musb, struct musb_qh *qh, struct musb_hw_ep *ep) in musb_rx_reinit()
609 struct musb_hw_ep *hw_ep, struct musb_qh *qh, in musb_tx_dma_program()
684 struct musb_qh *qh = musb_ep_get_qh(hw_ep, !is_out); in musb_ep_program() local
886 struct musb_qh *qh = hw_ep->in_qh; in musb_h_ep0_continue() local
964 struct musb_qh *qh = hw_ep->in_qh; in musb_h_ep0_irq() local
[all …]
Dmusb_host.h96 static inline struct urb *next_urb(struct musb_qh *qh) in next_urb()
/linux-3.3/net/netfilter/
Dnf_queue.c27 int nf_register_queue_handler(u_int8_t pf, const struct nf_queue_handler *qh) in nf_register_queue_handler()
53 int nf_unregister_queue_handler(u_int8_t pf, const struct nf_queue_handler *qh) in nf_unregister_queue_handler()
77 void nf_unregister_queue_handlers(const struct nf_queue_handler *qh) in nf_unregister_queue_handlers()
135 const struct nf_queue_handler *qh; in __nf_queue() local
376 const struct nf_queue_handler *qh; in seq_show() local
/linux-3.3/fs/xfs/
Dxfs_dquot.c615 xfs_dqhash_t *qh, in xfs_qm_dqlookup()
1142 struct xfs_dqhash *qh = dqp->q_hash; in xfs_qm_dqpurge() local
/linux-3.3/drivers/usb/gadget/
Dfsl_udc_core.c702 struct ep_queue_head *qh = get_qh_by_ep(ep); in fsl_prime_ep() local
1067 struct ep_queue_head *qh; in fsl_ep_fifo_status() local
1551 struct ep_queue_head *qh; in tripwire_handler() local
Dci13xxx_udc.h94 } qh; member
Dmv_udc_core.c852 struct mv_dqh *qh; in mv_ep_dequeue() local
Dfsl_usb2_udc.h452 struct ep_queue_head *qh; member
/linux-3.3/drivers/usb/host/whci/
Dwhci-hc.h242 struct whc_qhead qh; member
/linux-3.3/drivers/scsi/bfa/
Dbfa_fcs_lport.c4850 struct list_head *qh, *qe; in bfa_fcs_lport_get_rport() local
4898 struct list_head *qh, *qe; in bfa_fcs_lport_get_rports() local
4942 struct list_head *qh, *qe; in bfa_fcs_lport_get_rport_max_speed() local
Dbfa_ioc.c2984 struct list_head *qh = &mod->timer_q; in bfa_timer_beat() local