Lines Matching defs:sl811
121 struct sl811 { struct
125 struct sl811_platform_data *board; argument
137 struct sl811h_ep *next_periodic; argument
138 struct sl811h_ep *next_async; argument
140 struct sl811h_ep *active_a; argument
142 struct sl811h_ep *active_b; argument
154 struct sl811h_ep *periodic[PERIODIC_SIZE]; argument
158 static inline struct sl811 *hcd_to_sl811(struct usb_hcd *hcd) in hcd_to_sl811() argument
163 static inline struct usb_hcd *sl811_to_hcd(struct sl811 *sl811) in sl811_to_hcd()
197 static inline u8 sl811_read(struct sl811 *sl811, int reg) in sl811_read()
203 static inline void sl811_write(struct sl811 *sl811, int reg, u8 val) in sl811_write()
210 sl811_write_buf(struct sl811 *sl811, int addr, const void *buf, size_t count) in sl811_write_buf()
227 sl811_read_buf(struct sl811 *sl811, int addr, void *buf, size_t count) in sl811_read_buf()