Searched refs:sl811 (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dsl811-hcd.c25 * - usb suspend/resume triggered by sl811 (with USB_SUSPEND)
47 #include <linux/usb/sl811.h>
57 #include "sl811.h"
62 MODULE_ALIAS("platform:sl811-hcd");
83 static const char hcd_name[] = "sl811-hcd";
87 static void port_power(struct sl811 *sl811, int is_on) argument
89 struct usb_hcd *hcd = sl811_to_hcd(sl811);
93 if (sl811->port1 & USB_PORT_STAT_POWER)
96 sl811
142 setup_packet( struct sl811 *sl811, struct sl811h_ep *ep, struct urb *urb, u8 bank, u8 control ) argument
173 status_packet( struct sl811 *sl811, struct sl811h_ep *ep, struct urb *urb, u8 bank, u8 control ) argument
207 in_packet( struct sl811 *sl811, struct sl811h_ep *ep, struct urb *urb, u8 bank, u8 control ) argument
243 out_packet( struct sl811 *sl811, struct sl811h_ep *ep, struct urb *urb, u8 bank, u8 control ) argument
287 sofirq_on(struct sl811 *sl811) argument
295 sofirq_off(struct sl811 *sl811) argument
310 start(struct sl811 *sl811, u8 bank) argument
408 start_transfer(struct sl811 *sl811) argument
476 sofirq_off(sl811); variable
480 done(struct sl811 *sl811, struct sl811h_ep *ep, u8 bank) argument
593 checkdone(struct sl811 *sl811) argument
625 struct sl811 *sl811 = hcd_to_sl811(hcd); local
767 balance(struct sl811 *sl811, u16 period, u16 load) argument
798 struct sl811 *sl811 = hcd_to_sl811(hcd); local
960 struct sl811 *sl811 = hcd_to_sl811(hcd); local
1046 struct sl811 *sl811 = hcd_to_sl811(hcd); local
1062 struct sl811 *sl811 = hcd_to_sl811(hcd); local
1086 sl811h_hub_descriptor( struct sl811 *sl811, struct usb_hub_descriptor *desc ) argument
1121 struct sl811 *sl811 = (void *) _sl811; local
1216 struct sl811 *sl811 = hcd_to_sl811(hcd); local
1370 create_debug_file(struct sl811 *sl811) argument
1371 remove_debug_file(struct sl811 *sl811) argument
1391 struct sl811 *sl811 = s->private; local
1515 create_debug_file(struct sl811 *sl811) argument
1520 remove_debug_file(struct sl811 *sl811) argument
1533 struct sl811 *sl811 = hcd_to_sl811(hcd); local
1546 struct sl811 *sl811 = hcd_to_sl811(hcd); local
1607 struct sl811 *sl811 = hcd_to_sl811(hcd); local
1630 struct sl811 *sl811; local
1767 struct sl811 *sl811 = hcd_to_sl811(hcd); local
1787 struct sl811 *sl811 = hcd_to_sl811(hcd); local
[all...]
H A Dsl811.h120 struct sl811 { struct
158 static inline struct sl811 *hcd_to_sl811(struct usb_hcd *hcd)
160 return (struct sl811 *) (hcd->hcd_priv);
163 static inline struct usb_hcd *sl811_to_hcd(struct sl811 *sl811) argument
165 return container_of((void *) sl811, struct usb_hcd, hcd_priv);
194 * NOTE: caller must hold sl811->lock.
197 static inline u8 sl811_read(struct sl811 *sl811, int reg) argument
199 writeb(reg, sl811
203 sl811_write(struct sl811 *sl811, int reg, u8 val) argument
210 sl811_write_buf(struct sl811 *sl811, int addr, const void *buf, size_t count) argument
227 sl811_read_buf(struct sl811 *sl811, int addr, void *buf, size_t count) argument
[all...]
H A DMakefile29 obj-$(CONFIG_USB_SL811_HCD) += sl811-hcd.o
H A Dsl811_cs.c6 * Port to sl811-hcd and 2.6.x by
28 #include <linux/usb/sl811.h>
106 /* The driver core will probe for us. We know sl811-hcd has been
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf537/boards/
H A Dminotaur.c22 #include <linux/usb/sl811.h>
H A Dstamp.c29 #include <linux/usb/sl811.h>
244 .name = "sl811-hcd",

Completed in 72 milliseconds