Lines Matching refs:usb_hcd

335 hcd_to_max3421(struct usb_hcd *hcd)  in hcd_to_max3421()
340 static inline struct usb_hcd *
343 return container_of((void *) max3421_hcd, struct usb_hcd, hcd_priv); in max3421_to_hcd()
347 spi_rd8(struct usb_hcd *hcd, unsigned int reg) in spi_rd8()
373 spi_wr8(struct usb_hcd *hcd, unsigned int reg, u8 val) in spi_wr8()
397 spi_rd_buf(struct usb_hcd *hcd, unsigned int reg, void *buf, size_t len) in spi_rd_buf()
423 spi_wr_buf(struct usb_hcd *hcd, unsigned int reg, void *buf, size_t len) in spi_wr_buf()
463 max3421_set_speed(struct usb_hcd *hcd, struct usb_device *dev) in max3421_set_speed()
489 max3421_set_address(struct usb_hcd *hcd, struct usb_device *dev, int epnum) in max3421_set_address()
511 max3421_ctrl_setup(struct usb_hcd *hcd, struct urb *urb) in max3421_ctrl_setup()
518 max3421_transfer_in(struct usb_hcd *hcd, struct urb *urb) in max3421_transfer_in()
529 max3421_transfer_out(struct usb_hcd *hcd, struct urb *urb, int fast_retransmit) in max3421_transfer_out()
575 max3421_next_transfer(struct usb_hcd *hcd, int fast_retransmit) in max3421_next_transfer()
635 max3421_select_and_start_urb(struct usb_hcd *hcd) in max3421_select_and_start_urb()
770 max3421_check_unlink(struct usb_hcd *hcd) in max3421_check_unlink()
804 max3421_slow_retransmit(struct usb_hcd *hcd) in max3421_slow_retransmit()
819 max3421_recv_data_available(struct usb_hcd *hcd) in max3421_recv_data_available()
850 max3421_handle_error(struct usb_hcd *hcd, u8 hrsl) in max3421_handle_error()
942 max3421_transfer_in_done(struct usb_hcd *hcd, struct urb *urb) in max3421_transfer_in_done()
986 max3421_transfer_out_done(struct usb_hcd *hcd, struct urb *urb) in max3421_transfer_out_done()
1013 max3421_host_transfer_done(struct usb_hcd *hcd) in max3421_host_transfer_done()
1079 max3421_detect_conn(struct usb_hcd *hcd) in max3421_detect_conn()
1138 struct usb_hcd *hcd = dev_id; in max3421_irq_handler()
1152 dump_eps(struct usb_hcd *hcd) in dump_eps()
1193 max3421_handle_irqs(struct usb_hcd *hcd) in max3421_handle_irqs()
1286 max3421_reset_hcd(struct usb_hcd *hcd) in max3421_reset_hcd()
1339 max3421_urb_done(struct usb_hcd *hcd) in max3421_urb_done()
1376 struct usb_hcd *hcd = dev_id; in max3421_spi_thread()
1455 max3421_reset_port(struct usb_hcd *hcd) in max3421_reset_port()
1468 max3421_reset(struct usb_hcd *hcd) in max3421_reset()
1481 max3421_start(struct usb_hcd *hcd) in max3421_start()
1497 max3421_stop(struct usb_hcd *hcd) in max3421_stop()
1502 max3421_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, gfp_t mem_flags) in max3421_urb_enqueue()
1554 max3421_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) in max3421_urb_dequeue()
1576 max3421_endpoint_disable(struct usb_hcd *hcd, struct usb_host_endpoint *ep) in max3421_endpoint_disable()
1597 max3421_get_frame_number(struct usb_hcd *hcd) in max3421_get_frame_number()
1608 max3421_hub_status_data(struct usb_hcd *hcd, char *buf) in max3421_hub_status_data()
1653 max3421_gpout_set_value(struct usb_hcd *hcd, u8 pin_number, u8 value) in max3421_gpout_set_value()
1674 max3421_hub_control(struct usb_hcd *hcd, u16 type_req, u16 value, u16 index, in max3421_hub_control()
1772 max3421_bus_suspend(struct usb_hcd *hcd) in max3421_bus_suspend()
1778 max3421_bus_resume(struct usb_hcd *hcd) in max3421_bus_resume()
1828 struct usb_hcd *hcd = NULL; in max3421_probe()
1933 struct usb_hcd *hcd; in max3421_remove()