Searched refs:atp (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/input/mouse/ |
| H A D | appletouch.c | 195 struct atp { struct 260 static int atp_geyser_init(struct atp *dev) in atp_geyser_init() 320 struct atp *dev = container_of(work, struct atp, work); in atp_reinit() 447 struct atp *dev = urb->context; in atp_status_check() 489 static void atp_detect_size(struct atp *dev) in atp_detect_size() 520 struct atp *dev = urb->context; in atp_complete_geyser_1_2() 660 struct atp *dev = urb->context; in atp_complete_geyser_3_4() 832 struct atp *dev; in atp_probe() 944 struct atp *dev = usb_get_intfdata(iface); in atp_disconnect() 958 static int atp_recover(struct atp *dev) in atp_recover() [all …]
|
| /linux-6.15/drivers/scsi/ |
| H A D | atp870u.c | 50 outb(val, atp->baseport + reg); in atp_writeb_base() 55 outw(val, atp->baseport + reg); in atp_writew_base() 60 outb(val, atp->ioport[channel] + reg); in atp_writeb_io() 65 outw(val, atp->ioport[channel] + reg); in atp_writew_io() 80 return inb(atp->baseport + reg); in atp_readb_base() 85 return inw(atp->baseport + reg); in atp_readw_base() 90 return inl(atp->baseport + reg); in atp_readl_base() 1296 atp_writeb_io(atp, c, 0x18, 0); in atp_set_host_id() 1299 atp_readb_io(atp, c, 0x17); in atp_set_host_id() 1300 atp_writeb_io(atp, c, 1, 8); in atp_set_host_id() [all …]
|
| /linux-6.15/drivers/net/ethernet/realtek/ |
| H A D | Makefile | 8 obj-$(CONFIG_ATP) += atp.o
|
| H A D | Kconfig | 26 port. Read the file <file:drivers/net/ethernet/realtek/atp.c> 32 will be called atp.
|