Lines Matching refs:usb_hcd
329 hcd_to_max3421(struct usb_hcd *hcd) in hcd_to_max3421()
334 static inline struct usb_hcd *
337 return container_of((void *) max3421_hcd, struct usb_hcd, hcd_priv); in max3421_to_hcd()
341 spi_rd8(struct usb_hcd *hcd, unsigned int reg) in spi_rd8()
367 spi_wr8(struct usb_hcd *hcd, unsigned int reg, u8 val) in spi_wr8()
391 spi_rd_buf(struct usb_hcd *hcd, unsigned int reg, void *buf, size_t len) in spi_rd_buf()
417 spi_wr_buf(struct usb_hcd *hcd, unsigned int reg, void *buf, size_t len) in spi_wr_buf()
457 max3421_set_speed(struct usb_hcd *hcd, struct usb_device *dev) in max3421_set_speed()
483 max3421_set_address(struct usb_hcd *hcd, struct usb_device *dev, int epnum) in max3421_set_address()
505 max3421_ctrl_setup(struct usb_hcd *hcd, struct urb *urb) in max3421_ctrl_setup()
512 max3421_transfer_in(struct usb_hcd *hcd, struct urb *urb) in max3421_transfer_in()
523 max3421_transfer_out(struct usb_hcd *hcd, struct urb *urb, int fast_retransmit) in max3421_transfer_out()
569 max3421_next_transfer(struct usb_hcd *hcd, int fast_retransmit) in max3421_next_transfer()
629 max3421_select_and_start_urb(struct usb_hcd *hcd) in max3421_select_and_start_urb()
764 max3421_check_unlink(struct usb_hcd *hcd) in max3421_check_unlink()
798 max3421_slow_retransmit(struct usb_hcd *hcd) in max3421_slow_retransmit()
813 max3421_recv_data_available(struct usb_hcd *hcd) in max3421_recv_data_available()
844 max3421_handle_error(struct usb_hcd *hcd, u8 hrsl) in max3421_handle_error()
933 max3421_transfer_in_done(struct usb_hcd *hcd, struct urb *urb) in max3421_transfer_in_done()
977 max3421_transfer_out_done(struct usb_hcd *hcd, struct urb *urb) in max3421_transfer_out_done()
1004 max3421_host_transfer_done(struct usb_hcd *hcd) in max3421_host_transfer_done()
1070 max3421_detect_conn(struct usb_hcd *hcd) in max3421_detect_conn()
1129 struct usb_hcd *hcd = dev_id; in max3421_irq_handler()
1143 dump_eps(struct usb_hcd *hcd) in dump_eps()
1184 max3421_handle_irqs(struct usb_hcd *hcd) in max3421_handle_irqs()
1277 max3421_reset_hcd(struct usb_hcd *hcd) in max3421_reset_hcd()
1330 max3421_urb_done(struct usb_hcd *hcd) in max3421_urb_done()
1367 struct usb_hcd *hcd = dev_id; in max3421_spi_thread()
1446 max3421_reset_port(struct usb_hcd *hcd) in max3421_reset_port()
1459 max3421_reset(struct usb_hcd *hcd) in max3421_reset()
1472 max3421_start(struct usb_hcd *hcd) in max3421_start()
1488 max3421_stop(struct usb_hcd *hcd) in max3421_stop()
1493 max3421_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, gfp_t mem_flags) in max3421_urb_enqueue()
1545 max3421_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) in max3421_urb_dequeue()
1567 max3421_endpoint_disable(struct usb_hcd *hcd, struct usb_host_endpoint *ep) in max3421_endpoint_disable()
1588 max3421_get_frame_number(struct usb_hcd *hcd) in max3421_get_frame_number()
1599 max3421_hub_status_data(struct usb_hcd *hcd, char *buf) in max3421_hub_status_data()
1644 max3421_gpout_set_value(struct usb_hcd *hcd, u8 pin_number, u8 value) in max3421_gpout_set_value()
1665 max3421_hub_control(struct usb_hcd *hcd, u16 type_req, u16 value, u16 index, in max3421_hub_control()
1763 max3421_bus_suspend(struct usb_hcd *hcd) in max3421_bus_suspend()
1769 max3421_bus_resume(struct usb_hcd *hcd) in max3421_bus_resume()
1819 struct usb_hcd *hcd = NULL; in max3421_probe()
1924 struct usb_hcd *hcd; in max3421_remove()