Home
last modified time | relevance | path

Searched refs:atp (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/input/mouse/
Dappletouch.c195 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()
333 static int atp_calculate_abs(struct atp *dev, int offset, int nb_sensors, in atp_calculate_abs()
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()
798 struct atp *dev = input_get_drvdata(input); in atp_open()
809 struct atp *dev = input_get_drvdata(input); in atp_close()
[all …]
/Linux-v5.10/drivers/scsi/
Datp870u.c47 static inline void atp_writeb_base(struct atp_unit *atp, u8 reg, u8 val) in atp_writeb_base() argument
49 outb(val, atp->baseport + reg); in atp_writeb_base()
52 static inline void atp_writew_base(struct atp_unit *atp, u8 reg, u16 val) in atp_writew_base() argument
54 outw(val, atp->baseport + reg); in atp_writew_base()
57 static inline void atp_writeb_io(struct atp_unit *atp, u8 channel, u8 reg, u8 val) in atp_writeb_io() argument
59 outb(val, atp->ioport[channel] + reg); in atp_writeb_io()
62 static inline void atp_writew_io(struct atp_unit *atp, u8 channel, u8 reg, u16 val) in atp_writew_io() argument
64 outw(val, atp->ioport[channel] + reg); in atp_writew_io()
67 static inline void atp_writeb_pci(struct atp_unit *atp, u8 channel, u8 reg, u8 val) in atp_writeb_pci() argument
69 outb(val, atp->pciport[channel] + reg); in atp_writeb_pci()
[all …]
/Linux-v5.10/drivers/net/ethernet/realtek/
DMakefile8 obj-$(CONFIG_ATP) += atp.o
DKconfig26 port. Read the file <file:drivers/net/ethernet/realtek/atp.c>
32 will be called atp.
/Linux-v5.10/fs/xfs/libxfs/
Dxfs_inode_fork.c277 struct xfs_attr_shortform *atp = in xfs_dfork_attr_shortform_size() local
280 return be16_to_cpu(atp->hdr.totsize); in xfs_dfork_attr_shortform_size()