Lines Matching refs:usb_hcd
339 hcd_to_max3421(struct usb_hcd *hcd) in hcd_to_max3421()
344 static inline struct usb_hcd *
347 return container_of((void *) max3421_hcd, struct usb_hcd, hcd_priv); in max3421_to_hcd()
351 spi_rd8(struct usb_hcd *hcd, unsigned int reg) in spi_rd8()
377 spi_wr8(struct usb_hcd *hcd, unsigned int reg, u8 val) in spi_wr8()
401 spi_rd_buf(struct usb_hcd *hcd, unsigned int reg, void *buf, size_t len) in spi_rd_buf()
427 spi_wr_buf(struct usb_hcd *hcd, unsigned int reg, void *buf, size_t len) in spi_wr_buf()
467 max3421_set_speed(struct usb_hcd *hcd, struct usb_device *dev) in max3421_set_speed()
493 max3421_set_address(struct usb_hcd *hcd, struct usb_device *dev, int epnum) in max3421_set_address()
515 max3421_ctrl_setup(struct usb_hcd *hcd, struct urb *urb) in max3421_ctrl_setup()
522 max3421_transfer_in(struct usb_hcd *hcd, struct urb *urb) in max3421_transfer_in()
533 max3421_transfer_out(struct usb_hcd *hcd, struct urb *urb, int fast_retransmit) in max3421_transfer_out()
579 max3421_next_transfer(struct usb_hcd *hcd, int fast_retransmit) in max3421_next_transfer()
639 max3421_select_and_start_urb(struct usb_hcd *hcd) in max3421_select_and_start_urb()
774 max3421_check_unlink(struct usb_hcd *hcd) in max3421_check_unlink()
808 max3421_slow_retransmit(struct usb_hcd *hcd) in max3421_slow_retransmit()
823 max3421_recv_data_available(struct usb_hcd *hcd) in max3421_recv_data_available()
854 max3421_handle_error(struct usb_hcd *hcd, u8 hrsl) in max3421_handle_error()
946 max3421_transfer_in_done(struct usb_hcd *hcd, struct urb *urb) in max3421_transfer_in_done()
990 max3421_transfer_out_done(struct usb_hcd *hcd, struct urb *urb) in max3421_transfer_out_done()
1017 max3421_host_transfer_done(struct usb_hcd *hcd) in max3421_host_transfer_done()
1083 max3421_detect_conn(struct usb_hcd *hcd) in max3421_detect_conn()
1142 struct usb_hcd *hcd = dev_id; in max3421_irq_handler()
1156 dump_eps(struct usb_hcd *hcd) in dump_eps()
1197 max3421_handle_irqs(struct usb_hcd *hcd) in max3421_handle_irqs()
1290 max3421_reset_hcd(struct usb_hcd *hcd) in max3421_reset_hcd()
1343 max3421_urb_done(struct usb_hcd *hcd) in max3421_urb_done()
1380 struct usb_hcd *hcd = dev_id; in max3421_spi_thread()
1459 max3421_reset_port(struct usb_hcd *hcd) in max3421_reset_port()
1472 max3421_reset(struct usb_hcd *hcd) in max3421_reset()
1485 max3421_start(struct usb_hcd *hcd) in max3421_start()
1501 max3421_stop(struct usb_hcd *hcd) in max3421_stop()
1506 max3421_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, gfp_t mem_flags) in max3421_urb_enqueue()
1558 max3421_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) in max3421_urb_dequeue()
1580 max3421_endpoint_disable(struct usb_hcd *hcd, struct usb_host_endpoint *ep) in max3421_endpoint_disable()
1601 max3421_get_frame_number(struct usb_hcd *hcd) in max3421_get_frame_number()
1612 max3421_hub_status_data(struct usb_hcd *hcd, char *buf) in max3421_hub_status_data()
1657 max3421_gpout_set_value(struct usb_hcd *hcd, u8 pin_number, u8 value) in max3421_gpout_set_value()
1678 max3421_hub_control(struct usb_hcd *hcd, u16 type_req, u16 value, u16 index, in max3421_hub_control()
1776 max3421_bus_suspend(struct usb_hcd *hcd) in max3421_bus_suspend()
1782 max3421_bus_resume(struct usb_hcd *hcd) in max3421_bus_resume()
1832 struct usb_hcd *hcd = NULL; in max3421_probe()
1938 struct usb_hcd *hcd = NULL; in max3421_remove()