Lines Matching defs:max3421_hcd
123 struct max3421_hcd { struct
128 struct max3421_hcd *next; argument
130 enum max3421_rh_state rh_state;
132 u32 port_status;
134 unsigned active:1;
136 struct list_head ep_list; /* list of EP's with work */
142 u8 rev; /* chip revision */
143 u16 frame_number;
148 struct max3421_dma_buf *tx;
149 struct max3421_dma_buf *rx;
154 struct urb *curr_urb;
155 enum scheduling_pass sched_pass;
179 static struct max3421_hcd *max3421_hcd_list; argument
347 max3421_to_hcd(struct max3421_hcd *max3421_hcd) in max3421_to_hcd()
355 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in spi_rd8() local
382 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in spi_wr8() local
406 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in spi_rd_buf() local
432 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in spi_wr_buf() local
471 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_set_speed() local
498 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_set_address() local
549 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_transfer_in() local
561 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_transfer_out() local
606 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_next_transfer() local
667 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_select_and_start_urb() local
803 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_check_unlink() local
836 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_slow_retransmit() local
851 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_recv_data_available() local
883 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_handle_error() local
975 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_transfer_in_done() local
1018 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_transfer_out_done() local
1045 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_host_transfer_done() local
1111 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_detect_conn() local
1170 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_irq_handler() local
1185 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in dump_eps() local
1226 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_handle_irqs() local
1320 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_reset_hcd() local
1372 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_urb_done() local
1399 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_spi_thread() local
1478 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_reset_port() local
1491 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_reset() local
1504 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_start() local
1526 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_urb_enqueue() local
1576 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_urb_dequeue() local
1598 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_endpoint_disable() local
1619 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_get_frame_number() local
1630 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_hub_status_data() local
1675 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_gpout_set_value() local
1698 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_hub_control() local
1847 struct max3421_hcd *max3421_hcd; in max3421_probe() local
1952 struct max3421_hcd *max3421_hcd = NULL, **prev; in max3421_remove() local