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

/linux-master/drivers/net/ethernet/realtek/
H A DMakefile8 obj-$(CONFIG_ATP) += atp.o
/linux-master/drivers/input/mouse/
H A Dappletouch.c195 struct atp { struct
260 static int atp_geyser_init(struct atp *dev)
320 struct atp *dev = container_of(work, struct atp, work);
333 static int atp_calculate_abs(struct atp *dev, int offset, int nb_sensors,
447 struct atp *dev = urb->context;
489 static void atp_detect_size(struct atp *dev)
520 struct atp *dev = urb->context;
660 struct atp *dev = urb->context;
798 struct atp *de
[all...]
/linux-master/drivers/scsi/
H A Datp870u.c48 static inline void atp_writeb_base(struct atp_unit *atp, u8 reg, u8 val) argument
50 outb(val, atp->baseport + reg);
53 static inline void atp_writew_base(struct atp_unit *atp, u8 reg, u16 val) argument
55 outw(val, atp->baseport + reg);
58 static inline void atp_writeb_io(struct atp_unit *atp, u8 channel, u8 reg, u8 val) argument
60 outb(val, atp->ioport[channel] + reg);
63 static inline void atp_writew_io(struct atp_unit *atp, u8 channel, u8 reg, u16 val) argument
65 outw(val, atp->ioport[channel] + reg);
68 static inline void atp_writeb_pci(struct atp_unit *atp, u8 channel, u8 reg, u8 val) argument
70 outb(val, atp
73 atp_writel_pci(struct atp_unit *atp, u8 channel, u8 reg, u32 val) argument
78 atp_readb_base(struct atp_unit *atp, u8 reg) argument
83 atp_readw_base(struct atp_unit *atp, u8 reg) argument
88 atp_readl_base(struct atp_unit *atp, u8 reg) argument
93 atp_readb_io(struct atp_unit *atp, u8 channel, u8 reg) argument
98 atp_readw_io(struct atp_unit *atp, u8 channel, u8 reg) argument
103 atp_readb_pci(struct atp_unit *atp, u8 channel, u8 reg) argument
108 is880(struct atp_unit *atp) argument
114 is885(struct atp_unit *atp) argument
1293 atp_set_host_id(struct atp_unit *atp, u8 c, u8 host_id) argument
[all...]

Completed in 174 milliseconds