Searched defs:isp116x (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/usb/host/
H A Disp116x-hcd.c90 static void write_ptddata_to_fifo(struct isp116x *isp116x, void *buf, int len) argument
127 read_ptddata_from_fifo(struct isp116x *isp116x, void *buf, int len) argument
166 pack_fifo(struct isp116x *isp116x) argument
198 unpack_fifo(struct isp116x *isp116x) argument
231 preproc_atl_queue(struct isp116x *isp116x) argument
348 postproc_atl_queue(struct isp116x *isp116x) argument
480 start_atl_transfers(struct isp116x *isp116x) argument
577 finish_atl_transfers(struct isp116x *isp116x) argument
593 struct isp116x *isp116x = hcd_to_isp116x(hcd); local
652 balance(struct isp116x *isp116x, u16 period, u16 load) argument
685 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
969 root_port_reset(struct isp116x *isp116x, unsigned port) argument
1006 struct isp116x *isp116x = hcd_to_isp116x(hcd); local
1172 struct isp116x *isp116x = s->private; local
1200 create_debug_file(struct isp116x *isp116x) argument
1206 remove_debug_file(struct isp116x *isp116x) argument
1213 create_debug_file(struct isp116x *isp116x) argument
1214 remove_debug_file(struct isp116x *isp116x) argument
1223 isp116x_sw_reset(struct isp116x *isp116x) argument
1248 struct isp116x *isp116x = hcd_to_isp116x(hcd); local
1278 struct isp116x *isp116x = hcd_to_isp116x(hcd); local
1301 struct isp116x *isp116x = hcd_to_isp116x(hcd); local
1395 struct isp116x *isp116x = hcd_to_isp116x(hcd); local
1436 struct isp116x *isp116x = hcd_to_isp116x(hcd); local
1532 struct isp116x *isp116x; local
1556 struct isp116x *isp116x; local
[all...]
H A Disp116x.h255 struct isp116x { struct
296 static inline struct usb_hcd *isp116x_to_hcd(struct isp116x *isp116x) argument
357 static inline void isp116x_write_addr(struct isp116x *isp116x, unsigned reg) argument
363 isp116x_write_data16(struct isp116x *isp116x, u16 val) argument
369 isp116x_raw_write_data16(struct isp116x *isp116x, u16 val) argument
375 isp116x_read_data16(struct isp116x *isp116x) argument
384 isp116x_raw_read_data16(struct isp116x *isp116x) argument
393 isp116x_write_data32(struct isp116x *isp116x, u32 val) argument
401 isp116x_read_data32(struct isp116x *isp116x) argument
415 isp116x_read_reg16(struct isp116x *isp116x, unsigned reg) argument
421 isp116x_read_reg32(struct isp116x *isp116x, unsigned reg) argument
427 isp116x_write_reg16(struct isp116x *isp116x, unsigned reg, unsigned val) argument
434 isp116x_write_reg32(struct isp116x *isp116x, unsigned reg, unsigned val) argument
492 isp116x_show_regs_seq(struct isp116x *isp116x, struct seq_file *s) argument
501 isp116x_show_regs_log(struct isp116x *isp116x) argument
[all...]

Completed in 256 milliseconds