Home
last modified time | relevance | path

Searched refs:sl811 (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/host/
H A Dsl811.h121 struct sl811 { struct
158 static inline struct sl811 *hcd_to_sl811(struct usb_hcd *hcd) in hcd_to_sl811() argument
160 return (struct sl811 *) (hcd->hcd_priv); in hcd_to_sl811()
163 static inline struct usb_hcd *sl811_to_hcd(struct sl811 *sl811) in sl811_to_hcd() argument
165 return container_of((void *) sl811, struct usb_hcd, hcd_priv); in sl811_to_hcd()
194 * NOTE: caller must hold sl811->lock.
197 static inline u8 sl811_read(struct sl811 *sl811, int reg) in sl811_read() argument
199 writeb(reg, sl811 in sl811_read()
125 boardsl811 global() argument
137 next_periodicsl811 global() argument
138 next_asyncsl811 global() argument
140 active_asl811 global() argument
142 active_bsl811 global() argument
154 periodicsl811 global() argument
203 sl811_write(struct sl811 * sl811,int reg,u8 val) sl811_write() argument
210 sl811_write_buf(struct sl811 * sl811,int addr,const void * buf,size_t count) sl811_write_buf() argument
227 sl811_read_buf(struct sl811 * sl811,int addr,void * buf,size_t count) sl811_read_buf() argument
[all...]
H A DMakefile81 obj-$(CONFIG_USB_SL811_HCD) += sl811-hcd.o
H A DKconfig644 module will be called sl811-hcd.