Lines Matching defs:max3421_hcd
117 struct max3421_hcd { struct
118 spinlock_t lock;
120 struct task_struct *spi_thread;
122 enum max3421_rh_state rh_state;
124 u32 port_status;
126 unsigned active:1;
128 struct list_head ep_list; /* list of EP's with work */
134 u8 rev; /* chip revision */
135 u16 frame_number;
140 struct max3421_dma_buf *tx;
141 struct max3421_dma_buf *rx;
146 struct urb *curr_urb;
147 enum scheduling_pass sched_pass;
148 int urb_done; /* > 0 -> no errors, < 0: errno */
149 size_t curr_len;
150 u8 hien;
151 u8 mode;
152 u8 iopins[2];
153 unsigned long todo;
155 unsigned long err_stat[16];
335 max3421_to_hcd(struct max3421_hcd *max3421_hcd) in max3421_to_hcd()
343 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in spi_rd8() local
370 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in spi_wr8() local
394 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in spi_rd_buf() local
420 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in spi_wr_buf() local
459 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_set_speed() local
514 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_transfer_in() local
526 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_transfer_out() local
571 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_next_transfer() local
632 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_select_and_start_urb() local
767 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_check_unlink() local
800 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_slow_retransmit() local
815 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_recv_data_available() local
847 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_handle_error() local
936 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_transfer_in_done() local
979 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_transfer_out_done() local
1006 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_host_transfer_done() local
1072 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_detect_conn() local
1131 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_irq_handler() local
1145 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in dump_eps() local
1186 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_handle_irqs() local
1280 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_reset_hcd() local
1332 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_urb_done() local
1369 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_spi_thread() local
1448 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_reset_port() local
1461 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_reset() local
1474 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_start() local
1496 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_urb_enqueue() local
1547 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_urb_dequeue() local
1569 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_endpoint_disable() local
1590 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_get_frame_number() local
1601 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_hub_status_data() local
1646 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_gpout_set_value() local
1669 struct max3421_hcd *max3421_hcd = hcd_to_max3421(hcd); in max3421_hub_control() local
1818 struct max3421_hcd *max3421_hcd; in max3421_probe() local
1923 struct max3421_hcd *max3421_hcd; in max3421_remove() local