Searched refs:isp116x (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Disp116x-hcd.c41 include/linux/usb-isp116x.h for more info. Some broken
67 #include <linux/usb/isp116x.h>
76 #include "isp116x.h"
84 static const char hcd_name[] = "isp116x-hcd";
91 static void write_ptddata_to_fifo(struct isp116x *isp116x, void *buf, int len) argument
107 isp116x_raw_write_data16(isp116x, w);
110 isp116x_write_data16(isp116x, (u16) * dp);
115 isp116x_raw_write_data16(isp116x, cpu_to_le16(*dp2++));
119 isp116x_write_data16(isp116x,
128 read_ptddata_from_fifo(struct isp116x *isp116x, void *buf, int len) argument
167 pack_fifo(struct isp116x *isp116x) argument
199 unpack_fifo(struct isp116x *isp116x) argument
232 preproc_atl_queue(struct isp116x *isp116x) argument
349 postproc_atl_queue(struct isp116x *isp116x) argument
481 start_atl_transfers(struct isp116x *isp116x) argument
577 finish_atl_transfers(struct isp116x *isp116x) argument
593 struct isp116x *isp116x = hcd_to_isp116x(hcd); local
651 balance(struct isp116x *isp116x, u16 period, u16 load) argument
684 struct isp116x *isp116x = hcd_to_isp116x(hcd); local
839 struct isp116x *isp116x = hcd_to_isp116x(hcd); local
894 struct isp116x *isp116x = hcd_to_isp116x(hcd); local
909 struct isp116x *isp116x = hcd_to_isp116x(hcd); local
942 isp116x_hub_descriptor(struct isp116x *isp116x, struct usb_hub_descriptor *desc) argument
966 root_port_reset(struct isp116x *isp116x, unsigned port) argument
1003 struct isp116x *isp116x = hcd_to_isp116x(hcd); local
1168 struct isp116x *isp116x = s->private; local
1207 create_debug_file(struct isp116x *isp116x) argument
1217 remove_debug_file(struct isp116x *isp116x) argument
1234 isp116x_sw_reset(struct isp116x *isp116x) argument
1259 struct isp116x *isp116x = hcd_to_isp116x(hcd); local
1289 struct isp116x *isp116x = hcd_to_isp116x(hcd); local
1312 struct isp116x *isp116x = hcd_to_isp116x(hcd); local
1406 struct isp116x *isp116x = hcd_to_isp116x(hcd); local
1445 struct isp116x *isp116x = hcd_to_isp116x(hcd); local
1540 struct isp116x *isp116x; local
1565 struct isp116x *isp116x; local
[all...]
H A Disp116x.h254 struct isp116x { struct
291 static inline struct isp116x *hcd_to_isp116x(struct usb_hcd *hcd)
293 return (struct isp116x *)(hcd->hcd_priv);
296 static inline struct usb_hcd *isp116x_to_hcd(struct isp116x *isp116x) argument
298 return container_of((void *)isp116x, struct usb_hcd, hcd_priv);
367 static inline void isp116x_write_addr(struct isp116x *isp116x, unsigned reg) argument
370 writew(reg & 0xff, isp116x->addr_reg);
371 isp116x_delay(isp116x, 30
374 isp116x_write_data16(struct isp116x *isp116x, u16 val) argument
380 isp116x_raw_write_data16(struct isp116x *isp116x, u16 val) argument
386 isp116x_read_data16(struct isp116x *isp116x) argument
395 isp116x_raw_read_data16(struct isp116x *isp116x) argument
404 isp116x_write_data32(struct isp116x *isp116x, u32 val) argument
412 isp116x_read_data32(struct isp116x *isp116x) argument
426 isp116x_read_reg16(struct isp116x *isp116x, unsigned reg) argument
432 isp116x_read_reg32(struct isp116x *isp116x, unsigned reg) argument
438 isp116x_write_reg16(struct isp116x *isp116x, unsigned reg, unsigned val) argument
445 isp116x_write_reg32(struct isp116x *isp116x, unsigned reg, unsigned val) argument
503 isp116x_show_regs_seq(struct isp116x *isp116x, struct seq_file *s) argument
512 isp116x_show_regs_log(struct isp116x *isp116x) argument
[all...]
H A DMakefile23 obj-$(CONFIG_USB_ISP116X_HCD) += isp116x-hcd.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dmp900.c20 #include <linux/usb/isp116x.h>
73 .name = "isp116x-hcd",
H A Dviper.c42 #include <linux/usb/isp116x.h>
624 .name = "isp116x-hcd",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-se/7343/
H A Dsetup.c6 #include <linux/usb/isp116x.h>
128 .name = "isp116x-hcd",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/boards/hammerhead/
H A Dflash.c16 #include <linux/usb/isp116x.h>
129 * So in isp116x-hcd.c we should comment out USE_PLATFORM_DELAY
163 .name = "isp116x-hcd",

Completed in 131 milliseconds