Lines Matching defs:hcd

40 static inline struct isp1760_hcd *hcd_to_priv(struct usb_hcd *hcd)  in hcd_to_priv()
335 static void alloc_mem(struct usb_hcd *hcd, struct isp1760_qtd *qtd) in alloc_mem()
355 static void free_mem(struct usb_hcd *hcd, struct isp1760_qtd *qtd) in free_mem()
378 static int handshake(struct usb_hcd *hcd, u32 reg, in handshake()
397 static int ehci_reset(struct usb_hcd *hcd) in ehci_reset()
436 static int priv_init(struct usb_hcd *hcd) in priv_init()
464 static int isp1760_hc_setup(struct usb_hcd *hcd) in isp1760_hc_setup()
670 static void isp1760_urb_done(struct usb_hcd *hcd, struct urb *urb) in isp1760_urb_done()
720 static void start_bus_transfer(struct usb_hcd *hcd, u32 ptd_offset, int slot, in start_bus_transfer()
769 static void collect_qtds(struct usb_hcd *hcd, struct isp1760_qh *qh, in collect_qtds()
832 static void enqueue_qtds(struct usb_hcd *hcd, struct isp1760_qh *qh) in enqueue_qtds()
911 static void schedule_ptds(struct usb_hcd *hcd) in schedule_ptds()
980 static int check_int_transfer(struct usb_hcd *hcd, struct ptd *ptd, in check_int_transfer()
1027 static int check_atl_transfer(struct usb_hcd *hcd, struct ptd *ptd, in check_atl_transfer()
1069 static void handle_done_ptds(struct usb_hcd *hcd) in handle_done_ptds()
1207 static irqreturn_t isp1760_irq(struct usb_hcd *hcd) in isp1760_irq()
1266 struct usb_hcd *hcd = (struct usb_hcd *) data; in errata2_function() local
1293 static int isp1760_run(struct usb_hcd *hcd) in isp1760_run()
1391 static void packetize_urb(struct usb_hcd *hcd, in packetize_urb()
1492 static int isp1760_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, in isp1760_urb_enqueue()
1579 static void kill_transfer(struct usb_hcd *hcd, struct urb *urb, in kill_transfer()
1610 static void dequeue_urb_from_qtd(struct usb_hcd *hcd, struct isp1760_qh *qh, in dequeue_urb_from_qtd()
1641 static int isp1760_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, in isp1760_urb_dequeue()
1676 static void isp1760_endpoint_disable(struct usb_hcd *hcd, in isp1760_endpoint_disable()
1708 static int isp1760_hub_status_data(struct usb_hcd *hcd, char *buf) in isp1760_hub_status_data()
1787 static int check_reset_complete(struct usb_hcd *hcd, int index, in check_reset_complete()
1811 static int isp1760_hub_control(struct usb_hcd *hcd, u16 typeReq, in isp1760_hub_control()
2077 static int isp1760_get_frame(struct usb_hcd *hcd) in isp1760_get_frame()
2086 static void isp1760_stop(struct usb_hcd *hcd) in isp1760_stop()
2107 static void isp1760_shutdown(struct usb_hcd *hcd) in isp1760_shutdown()
2120 static void isp1760_clear_tt_buffer_complete(struct usb_hcd *hcd, in isp1760_clear_tt_buffer_complete()
2194 struct usb_hcd *hcd; in isp1760_hcd_register() local