Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/mouse/
Dappletouch.c209 struct atp { struct
274 static int atp_geyser_init(struct atp *dev) in atp_geyser_init()
334 struct atp *dev = container_of(work, struct atp, work); in atp_reinit()
347 static int atp_calculate_abs(struct atp *dev, int offset, int nb_sensors, in atp_calculate_abs()
461 struct atp *dev = urb->context; in atp_status_check()
503 static void atp_detect_size(struct atp *dev) in atp_detect_size()
534 struct atp *dev = urb->context; in atp_complete_geyser_1_2()
674 struct atp *dev = urb->context; in atp_complete_geyser_3_4()
812 struct atp *dev = input_get_drvdata(input); in atp_open()
823 struct atp *dev = input_get_drvdata(input); in atp_close()
[all …]
/Linux-v4.19/drivers/scsi/
Datp870u.c46 static inline void atp_writeb_base(struct atp_unit *atp, u8 reg, u8 val) in atp_writeb_base() argument
48 outb(val, atp->baseport + reg); in atp_writeb_base()
51 static inline void atp_writew_base(struct atp_unit *atp, u8 reg, u16 val) in atp_writew_base() argument
53 outw(val, atp->baseport + reg); in atp_writew_base()
56 static inline void atp_writeb_io(struct atp_unit *atp, u8 channel, u8 reg, u8 val) in atp_writeb_io() argument
58 outb(val, atp->ioport[channel] + reg); in atp_writeb_io()
61 static inline void atp_writew_io(struct atp_unit *atp, u8 channel, u8 reg, u16 val) in atp_writew_io() argument
63 outw(val, atp->ioport[channel] + reg); in atp_writew_io()
66 static inline void atp_writeb_pci(struct atp_unit *atp, u8 channel, u8 reg, u8 val) in atp_writeb_pci() argument
68 outb(val, atp->pciport[channel] + reg); in atp_writeb_pci()
[all …]
/Linux-v4.19/drivers/net/ethernet/realtek/
DMakefile7 obj-$(CONFIG_ATP) += atp.o
DKconfig25 port. Read the file <file:drivers/net/ethernet/realtek/atp.c>
31 will be called atp.
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_inode_fork.c50 struct xfs_attr_shortform *atp; in xfs_iformat_fork() local
103 atp = (xfs_attr_shortform_t *)XFS_DFORK_APTR(dip); in xfs_iformat_fork()
104 size = be16_to_cpu(atp->hdr.totsize); in xfs_iformat_fork()