Lines Matching defs:max3421_hcd
119 struct max3421_hcd { struct
124 struct max3421_hcd *next; argument
126 enum max3421_rh_state rh_state;
128 u32 port_status;
130 unsigned active:1;
132 struct list_head ep_list; /* list of EP's with work */
138 u8 rev; /* chip revision */
139 u16 frame_number;
144 struct max3421_dma_buf *tx;
145 struct max3421_dma_buf *rx;
150 struct urb *curr_urb;
151 enum scheduling_pass sched_pass;
175 static struct max3421_hcd *max3421_hcd_list; argument
343 max3421_to_hcd(struct max3421_hcd *max3421_hcd) in max3421_to_hcd()
351 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in spi_rd8() local
378 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in spi_wr8() local
402 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in spi_rd_buf() local
428 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in spi_wr_buf() local
467 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_set_speed() local
494 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_set_address() local
545 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_transfer_in() local
557 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_transfer_out() local
602 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_next_transfer() local
663 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_select_and_start_urb() local
799 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_check_unlink() local
835 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_slow_retransmit() local
850 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_recv_data_available() local
882 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_handle_error() local
974 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_transfer_in_done() local
1017 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_transfer_out_done() local
1044 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_host_transfer_done() local
1110 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_detect_conn() local
1169 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_irq_handler() local
1184 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in dump_eps() local
1228 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_handle_irqs() local
1322 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_reset_hcd() local
1374 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_urb_done() local
1401 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_spi_thread() local
1480 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_reset_port() local
1493 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_reset() local
1506 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_start() local
1528 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_urb_enqueue() local
1578 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_urb_dequeue() local
1600 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_endpoint_disable() local
1621 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_get_frame_number() local
1632 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_hub_status_data() local
1677 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_gpout_set_value() local
1700 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_hub_control() local
1843 struct max3421_hcd *max3421_hcd; in max3421_probe() local
1911 struct max3421_hcd *max3421_hcd = NULL, **prev; in max3421_remove() local