Lines Matching defs:hcd
42 static inline struct isp1760_hcd *hcd_to_priv(struct usb_hcd *hcd) in hcd_to_priv()
337 static void alloc_mem(struct usb_hcd *hcd, struct isp1760_qtd *qtd) in alloc_mem()
357 static void free_mem(struct usb_hcd *hcd, struct isp1760_qtd *qtd) in free_mem()
380 static int handshake(struct usb_hcd *hcd, u32 reg, in handshake()
396 static int ehci_reset(struct usb_hcd *hcd) in ehci_reset()
433 static int priv_init(struct usb_hcd *hcd) in priv_init()
461 static int isp1760_hc_setup(struct usb_hcd *hcd) in isp1760_hc_setup()
667 static void isp1760_urb_done(struct usb_hcd *hcd, struct urb *urb) in isp1760_urb_done()
717 static void start_bus_transfer(struct usb_hcd *hcd, u32 ptd_offset, int slot, in start_bus_transfer()
766 static void collect_qtds(struct usb_hcd *hcd, struct isp1760_qh *qh, in collect_qtds()
829 static void enqueue_qtds(struct usb_hcd *hcd, struct isp1760_qh *qh) in enqueue_qtds()
908 static void schedule_ptds(struct usb_hcd *hcd) in schedule_ptds()
977 static int check_int_transfer(struct usb_hcd *hcd, struct ptd *ptd, in check_int_transfer()
1024 static int check_atl_transfer(struct usb_hcd *hcd, struct ptd *ptd, in check_atl_transfer()
1064 static void handle_done_ptds(struct usb_hcd *hcd) in handle_done_ptds()
1202 static irqreturn_t isp1760_irq(struct usb_hcd *hcd) in isp1760_irq()
1262 struct usb_hcd *hcd = errata2_timer_hcd; in errata2_function() local
1289 static int isp1760_run(struct usb_hcd *hcd) in isp1760_run()
1388 static void packetize_urb(struct usb_hcd *hcd, in packetize_urb()
1489 static int isp1760_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, in isp1760_urb_enqueue()
1576 static void kill_transfer(struct usb_hcd *hcd, struct urb *urb, in kill_transfer()
1607 static void dequeue_urb_from_qtd(struct usb_hcd *hcd, struct isp1760_qh *qh, in dequeue_urb_from_qtd()
1638 static int isp1760_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, in isp1760_urb_dequeue()
1673 static void isp1760_endpoint_disable(struct usb_hcd *hcd, in isp1760_endpoint_disable()
1705 static int isp1760_hub_status_data(struct usb_hcd *hcd, char *buf) in isp1760_hub_status_data()
1784 static int check_reset_complete(struct usb_hcd *hcd, int index, in check_reset_complete()
1808 static int isp1760_hub_control(struct usb_hcd *hcd, u16 typeReq, in isp1760_hub_control()
2072 static int isp1760_get_frame(struct usb_hcd *hcd) in isp1760_get_frame()
2081 static void isp1760_stop(struct usb_hcd *hcd) in isp1760_stop()
2102 static void isp1760_shutdown(struct usb_hcd *hcd) in isp1760_shutdown()
2115 static void isp1760_clear_tt_buffer_complete(struct usb_hcd *hcd, in isp1760_clear_tt_buffer_complete()
2189 struct usb_hcd *hcd; in isp1760_hcd_register() local