Searched defs:max3421_hcd (Results 1 – 1 of 1) sorted by relevance
123 struct max3421_hcd { struct124 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;[all …]