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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/host/
H A Disp116x-hcd.c41 include/linux/usb-isp116x.h for more info. Some broken
66 #include <linux/usb/isp116x.h>
75 #include "isp116x.h"
83 static const char hcd_name[] = "isp116x-hcd";
90 static void write_ptddata_to_fifo(struct isp116x *isp116x, void *buf, int len) argument
102 isp116x_raw_write_data16(isp116x, w);
105 isp116x_write_data16(isp116x, (u16) * dp);
109 isp116x_raw_write_data16(isp116x, *dp2++);
111 isp116x_write_data16(isp116x,
120 read_ptddata_from_fifo(struct isp116x *isp116x, void *buf, int len) argument
151 pack_fifo(struct isp116x *isp116x) argument
183 unpack_fifo(struct isp116x *isp116x) argument
216 preproc_atl_queue(struct isp116x *isp116x) argument
280 postproc_atl_queue(struct isp116x *isp116x) argument
475 start_atl_transfers(struct isp116x *isp116x) argument
571 finish_atl_transfers(struct isp116x *isp116x) argument
600 struct isp116x *isp116x = hcd_to_isp116x(hcd); local
658 balance(struct isp116x *isp116x, u16 period, u16 load) argument
691 struct isp116x *isp116x = hcd_to_isp116x(hcd); local
845 struct isp116x *isp116x = hcd_to_isp116x(hcd); local
900 struct isp116x *isp116x = hcd_to_isp116x(hcd); local
915 struct isp116x *isp116x = hcd_to_isp116x(hcd); local
950 isp116x_hub_descriptor(struct isp116x *isp116x, struct usb_hub_descriptor *desc) argument
974 root_port_reset(struct isp116x *isp116x, unsigned port) argument
1011 struct isp116x *isp116x = hcd_to_isp116x(hcd); local
1178 struct isp116x *isp116x = s->private; local
1217 create_debug_file(struct isp116x *isp116x) argument
1227 remove_debug_file(struct isp116x *isp116x) argument
1244 isp116x_sw_reset(struct isp116x *isp116x) argument
1269 struct isp116x *isp116x = hcd_to_isp116x(hcd); local
1299 struct isp116x *isp116x = hcd_to_isp116x(hcd); local
1322 struct isp116x *isp116x = hcd_to_isp116x(hcd); local
1416 struct isp116x *isp116x = hcd_to_isp116x(hcd); local
1455 struct isp116x *isp116x = hcd_to_isp116x(hcd); local
1558 struct isp116x *isp116x; local
1583 struct isp116x *isp116x; local
[all...]
H A Disp116x.h254 struct isp116x { struct
292 static inline struct isp116x *hcd_to_isp116x(struct usb_hcd *hcd)
294 return (struct isp116x *)(hcd->hcd_priv);
297 static inline struct usb_hcd *isp116x_to_hcd(struct isp116x *isp116x) argument
299 return container_of((void *)isp116x, struct usb_hcd, hcd_priv);
368 static inline void isp116x_write_addr(struct isp116x *isp116x, unsigned reg) argument
371 writew(reg & 0xff, isp116x->addr_reg);
372 isp116x_delay(isp116x, 30
375 isp116x_write_data16(struct isp116x *isp116x, u16 val) argument
381 isp116x_raw_write_data16(struct isp116x *isp116x, u16 val) argument
387 isp116x_read_data16(struct isp116x *isp116x) argument
396 isp116x_raw_read_data16(struct isp116x *isp116x) argument
405 isp116x_write_data32(struct isp116x *isp116x, u32 val) argument
413 isp116x_read_data32(struct isp116x *isp116x) argument
427 isp116x_read_reg16(struct isp116x *isp116x, unsigned reg) argument
433 isp116x_read_reg32(struct isp116x *isp116x, unsigned reg) argument
439 isp116x_write_reg16(struct isp116x *isp116x, unsigned reg, unsigned val) argument
446 isp116x_write_reg32(struct isp116x *isp116x, unsigned reg, unsigned val) argument
504 isp116x_show_regs_seq(struct isp116x *isp116x, struct seq_file *s) argument
513 isp116x_show_regs_log(struct isp116x *isp116x) argument
[all...]
H A DMakefile12 obj-$(CONFIG_USB_ISP116X_HCD) += isp116x-hcd.o

Completed in 201 milliseconds