Home
last modified time | relevance | path

Searched defs:sl811 (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/host/
H A Dsl811.h121 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()
[all …]
H A Dsl811-hcd.c78 static void port_power(struct sl811 *sl811, int is_on) in port_power()
135 struct sl811 *sl811, in setup_packet()
166 struct sl811 *sl811, in status_packet()
200 struct sl811 *sl811, in in_packet()
236 struct sl811 *sl811, in out_packet()
279 static inline void sofirq_on(struct sl811 *sl811) in sofirq_on()
287 static inline void sofirq_off(struct sl811 *sl811) in sofirq_off()
302 static struct sl811h_ep *start(struct sl811 *sl811, u8 bank) in start()
402 static inline void start_transfer(struct sl811 *sl811) in start_transfer()
421 struct sl811 *sl811, in finish_request()
[all …]