/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | isp116x-hcd.c | 42 include/linux/usb-isp116x.h for more info. Some broken 67 #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) in write_ptddata_to_fifo() argument 106 isp116x_raw_write_data16(isp116x, w); in write_ptddata_to_fifo() 109 isp116x_write_data16(isp116x, (u16) * dp); in write_ptddata_to_fifo() 114 isp116x_raw_write_data16(isp116x, cpu_to_le16(*dp2++)); in write_ptddata_to_fifo() 118 isp116x_write_data16(isp116x, in write_ptddata_to_fifo() 127 read_ptddata_from_fifo(struct isp116x *isp116x, void *buf, int len) read_ptddata_from_fifo() argument 166 pack_fifo(struct isp116x *isp116x) pack_fifo() argument 198 unpack_fifo(struct isp116x *isp116x) unpack_fifo() argument 231 preproc_atl_queue(struct isp116x *isp116x) preproc_atl_queue() argument 348 postproc_atl_queue(struct isp116x *isp116x) postproc_atl_queue() argument 480 start_atl_transfers(struct isp116x *isp116x) start_atl_transfers() argument 577 finish_atl_transfers(struct isp116x *isp116x) finish_atl_transfers() argument 593 struct isp116x *isp116x = hcd_to_isp116x(hcd); isp116x_irq() local 652 balance(struct isp116x *isp116x, u16 period, u16 load) balance() argument 685 struct isp116x *isp116x = hcd_to_isp116x(hcd); isp116x_urb_enqueue() local 840 struct isp116x *isp116x = hcd_to_isp116x(hcd); isp116x_urb_dequeue() local 895 struct isp116x *isp116x = hcd_to_isp116x(hcd); isp116x_get_frame() local 910 struct isp116x *isp116x = hcd_to_isp116x(hcd); isp116x_hub_status_data() local 943 isp116x_hub_descriptor(struct isp116x *isp116x, struct usb_hub_descriptor *desc) isp116x_hub_descriptor() argument 970 root_port_reset(struct isp116x *isp116x, unsigned port) root_port_reset() argument 1007 struct isp116x *isp116x = hcd_to_isp116x(hcd); isp116x_hub_control() local 1173 struct isp116x *isp116x = s->private; isp116x_debug_show() local 1201 create_debug_file(struct isp116x *isp116x) create_debug_file() argument 1208 remove_debug_file(struct isp116x *isp116x) remove_debug_file() argument 1215 create_debug_file(struct isp116x *isp116x) create_debug_file() argument 1216 remove_debug_file(struct isp116x *isp116x) remove_debug_file() argument 1225 isp116x_sw_reset(struct isp116x *isp116x) isp116x_sw_reset() argument 1250 struct isp116x *isp116x = hcd_to_isp116x(hcd); isp116x_reset() local 1280 struct isp116x *isp116x = hcd_to_isp116x(hcd); isp116x_stop() local 1303 struct isp116x *isp116x = hcd_to_isp116x(hcd); isp116x_start() local 1397 struct isp116x *isp116x = hcd_to_isp116x(hcd); isp116x_bus_suspend() local 1438 struct isp116x *isp116x = hcd_to_isp116x(hcd); isp116x_bus_resume() local 1533 struct isp116x *isp116x; isp116x_remove() local 1558 struct isp116x *isp116x; isp116x_probe() local [all...] |
H A D | isp116x.h | 255 struct isp116x { struct 292 static inline struct isp116x *hcd_to_isp116x(struct usb_hcd *hcd) in hcd_to_isp116x() 294 return (struct isp116x *)(hcd->hcd_priv); in hcd_to_isp116x() 297 static inline struct usb_hcd *isp116x_to_hcd(struct isp116x *isp116x) in isp116x_to_hcd() argument 299 return container_of((void *)isp116x, struct usb_hcd, hcd_priv); in isp116x_to_hcd() 358 static inline void isp116x_write_addr(struct isp116x *isp116x, unsigned reg) in isp116x_write_addr() argument 360 writew(reg & 0xff, isp116x->addr_reg); in isp116x_write_addr() 361 isp116x_delay(isp116x, 30 in isp116x_write_addr() 364 isp116x_write_data16(struct isp116x *isp116x, u16 val) isp116x_write_data16() argument 370 isp116x_raw_write_data16(struct isp116x *isp116x, u16 val) isp116x_raw_write_data16() argument 376 isp116x_read_data16(struct isp116x *isp116x) isp116x_read_data16() argument 385 isp116x_raw_read_data16(struct isp116x *isp116x) isp116x_raw_read_data16() argument 394 isp116x_write_data32(struct isp116x *isp116x, u32 val) isp116x_write_data32() argument 402 isp116x_read_data32(struct isp116x *isp116x) isp116x_read_data32() argument 416 isp116x_read_reg16(struct isp116x *isp116x, unsigned reg) isp116x_read_reg16() argument 422 isp116x_read_reg32(struct isp116x *isp116x, unsigned reg) isp116x_read_reg32() argument 428 isp116x_write_reg16(struct isp116x *isp116x, unsigned reg, unsigned val) isp116x_write_reg16() argument 435 isp116x_write_reg32(struct isp116x *isp116x, unsigned reg, unsigned val) isp116x_write_reg32() argument 493 isp116x_show_regs_seq(struct isp116x *isp116x, struct seq_file *s) isp116x_show_regs_seq() argument 502 isp116x_show_regs_log(struct isp116x *isp116x) isp116x_show_regs_log() argument [all...] |
H A D | Makefile | 55 obj-$(CONFIG_USB_ISP116X_HCD) += isp116x-hcd.o
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | isp116x-hcd.c | 42 include/linux/usb-isp116x.h for more info. Some broken 67 #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) in write_ptddata_to_fifo() argument 106 isp116x_raw_write_data16(isp116x, w); in write_ptddata_to_fifo() 109 isp116x_write_data16(isp116x, (u16) * dp); in write_ptddata_to_fifo() 114 isp116x_raw_write_data16(isp116x, cpu_to_le16(*dp2++)); in write_ptddata_to_fifo() 118 isp116x_write_data16(isp116x, in write_ptddata_to_fifo() 127 read_ptddata_from_fifo(struct isp116x *isp116x, void *buf, int len) read_ptddata_from_fifo() argument 166 pack_fifo(struct isp116x *isp116x) pack_fifo() argument 198 unpack_fifo(struct isp116x *isp116x) unpack_fifo() argument 231 preproc_atl_queue(struct isp116x *isp116x) preproc_atl_queue() argument 348 postproc_atl_queue(struct isp116x *isp116x) postproc_atl_queue() argument 480 start_atl_transfers(struct isp116x *isp116x) start_atl_transfers() argument 577 finish_atl_transfers(struct isp116x *isp116x) finish_atl_transfers() argument 593 struct isp116x *isp116x = hcd_to_isp116x(hcd); isp116x_irq() local 652 balance(struct isp116x *isp116x, u16 period, u16 load) balance() argument 685 struct isp116x *isp116x = hcd_to_isp116x(hcd); isp116x_urb_enqueue() local 839 struct isp116x *isp116x = hcd_to_isp116x(hcd); isp116x_urb_dequeue() local 894 struct isp116x *isp116x = hcd_to_isp116x(hcd); isp116x_get_frame() local 909 struct isp116x *isp116x = hcd_to_isp116x(hcd); isp116x_hub_status_data() local 942 isp116x_hub_descriptor(struct isp116x *isp116x, struct usb_hub_descriptor *desc) isp116x_hub_descriptor() argument 969 root_port_reset(struct isp116x *isp116x, unsigned port) root_port_reset() argument 1006 struct isp116x *isp116x = hcd_to_isp116x(hcd); isp116x_hub_control() local 1172 struct isp116x *isp116x = s->private; isp116x_debug_show() local 1200 create_debug_file(struct isp116x *isp116x) create_debug_file() argument 1206 remove_debug_file(struct isp116x *isp116x) remove_debug_file() argument 1213 create_debug_file(struct isp116x *isp116x) create_debug_file() argument 1214 remove_debug_file(struct isp116x *isp116x) remove_debug_file() argument 1223 isp116x_sw_reset(struct isp116x *isp116x) isp116x_sw_reset() argument 1248 struct isp116x *isp116x = hcd_to_isp116x(hcd); isp116x_reset() local 1278 struct isp116x *isp116x = hcd_to_isp116x(hcd); isp116x_stop() local 1301 struct isp116x *isp116x = hcd_to_isp116x(hcd); isp116x_start() local 1395 struct isp116x *isp116x = hcd_to_isp116x(hcd); isp116x_bus_suspend() local 1436 struct isp116x *isp116x = hcd_to_isp116x(hcd); isp116x_bus_resume() local 1532 struct isp116x *isp116x; isp116x_remove() local 1556 struct isp116x *isp116x; isp116x_probe() local [all...] |
H A D | isp116x.h | 255 struct isp116x { struct 291 static inline struct isp116x *hcd_to_isp116x(struct usb_hcd *hcd) in hcd_to_isp116x() 293 return (struct isp116x *)(hcd->hcd_priv); in hcd_to_isp116x() 296 static inline struct usb_hcd *isp116x_to_hcd(struct isp116x *isp116x) in isp116x_to_hcd() argument 298 return container_of((void *)isp116x, struct usb_hcd, hcd_priv); in isp116x_to_hcd() 357 static inline void isp116x_write_addr(struct isp116x *isp116x, unsigned reg) in isp116x_write_addr() argument 359 writew(reg & 0xff, isp116x->addr_reg); in isp116x_write_addr() 360 isp116x_delay(isp116x, 30 in isp116x_write_addr() 363 isp116x_write_data16(struct isp116x *isp116x, u16 val) isp116x_write_data16() argument 369 isp116x_raw_write_data16(struct isp116x *isp116x, u16 val) isp116x_raw_write_data16() argument 375 isp116x_read_data16(struct isp116x *isp116x) isp116x_read_data16() argument 384 isp116x_raw_read_data16(struct isp116x *isp116x) isp116x_raw_read_data16() argument 393 isp116x_write_data32(struct isp116x *isp116x, u32 val) isp116x_write_data32() argument 401 isp116x_read_data32(struct isp116x *isp116x) isp116x_read_data32() argument 415 isp116x_read_reg16(struct isp116x *isp116x, unsigned reg) isp116x_read_reg16() argument 421 isp116x_read_reg32(struct isp116x *isp116x, unsigned reg) isp116x_read_reg32() argument 427 isp116x_write_reg16(struct isp116x *isp116x, unsigned reg, unsigned val) isp116x_write_reg16() argument 434 isp116x_write_reg32(struct isp116x *isp116x, unsigned reg, unsigned val) isp116x_write_reg32() argument 492 isp116x_show_regs_seq(struct isp116x *isp116x, struct seq_file *s) isp116x_show_regs_seq() argument 501 isp116x_show_regs_log(struct isp116x *isp116x) isp116x_show_regs_log() argument [all...] |
H A D | Makefile | 50 obj-$(CONFIG_USB_ISP116X_HCD) += isp116x-hcd.o
|
/kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
H A D | mp900.c | 17 #include <linux/usb/isp116x.h> 70 .name = "isp116x-hcd",
|
H A D | viper.c | 42 #include <linux/usb/isp116x.h> 636 .name = "isp116x-hcd",
|
/kernel/linux/linux-5.10/arch/sh/boards/mach-se/7343/ |
H A D | setup.c | 7 #include <linux/usb/isp116x.h> 130 .name = "isp116x-hcd",
|
/kernel/linux/linux-6.6/arch/sh/boards/mach-se/7343/ |
H A D | setup.c | 7 #include <linux/usb/isp116x.h> 130 .name = "isp116x-hcd",
|
/kernel/linux/linux-5.10/arch/m68k/atari/ |
H A D | config.c | 35 #include <linux/usb/isp116x.h> 698 * ISP 1160 - using the isp116x-hcd module 744 .name = "isp116x-hcd", 839 .name = "isp116x-hcd",
|
/kernel/linux/linux-6.6/arch/m68k/atari/ |
H A D | config.c | 35 #include <linux/usb/isp116x.h> 698 * ISP 1160 - using the isp116x-hcd module 744 .name = "isp116x-hcd", 839 .name = "isp116x-hcd",
|