Lines Matching defs:max3421_hcd

123 struct max3421_hcd {  struct
124 spinlock_t lock;
126 struct task_struct *spi_thread;
128 enum max3421_rh_state rh_state;
130 u32 port_status;
132 unsigned active:1;
134 struct list_head ep_list; /* list of EP's with work */
140 u8 rev; /* chip revision */
141 u16 frame_number;
146 struct max3421_dma_buf *tx;
147 struct max3421_dma_buf *rx;
152 struct urb *curr_urb;
153 enum scheduling_pass sched_pass;
154 int urb_done; /* > 0 -> no errors, < 0: errno */
155 size_t curr_len;
156 u8 hien;
157 u8 mode;
158 u8 iopins[2];
159 unsigned long todo;
161 unsigned long err_stat[16];
341 max3421_to_hcd(struct max3421_hcd *max3421_hcd) in max3421_to_hcd()
349 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in spi_rd8() local
376 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in spi_wr8() local
400 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in spi_rd_buf() local
426 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in spi_wr_buf() local
465 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_set_speed() local
520 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_transfer_in() local
532 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_transfer_out() local
577 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_next_transfer() local
638 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_select_and_start_urb() local
773 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_check_unlink() local
806 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_slow_retransmit() local
821 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_recv_data_available() local
853 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_handle_error() local
945 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_transfer_in_done() local
988 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_transfer_out_done() local
1015 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_host_transfer_done() local
1081 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_detect_conn() local
1140 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_irq_handler() local
1155 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in dump_eps() local
1196 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_handle_irqs() local
1290 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_reset_hcd() local
1342 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_urb_done() local
1379 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_spi_thread() local
1458 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_reset_port() local
1471 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_reset() local
1484 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_start() local
1506 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_urb_enqueue() local
1556 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_urb_dequeue() local
1578 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_endpoint_disable() local
1599 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_get_frame_number() local
1610 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_hub_status_data() local
1655 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_gpout_set_value() local
1678 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_hub_control() local
1827 struct max3421_hcd *max3421_hcd; in max3421_probe() local
1932 struct max3421_hcd *max3421_hcd; in max3421_remove() local