Home
last modified time | relevance | path

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

/linux-4.4.14/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()
502 static void atp_detect_size(struct atp *dev) in atp_detect_size()
533 struct atp *dev = urb->context; in atp_complete_geyser_1_2()
673 struct atp *dev = urb->context; in atp_complete_geyser_3_4()
811 struct atp *dev = input_get_drvdata(input); in atp_open()
822 struct atp *dev = input_get_drvdata(input); in atp_close()
[all …]
/linux-4.4.14/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-4.4.14/fs/xfs/libxfs/
Dxfs_inode_fork.c84 xfs_attr_shortform_t *atp; in xfs_iformat_fork() local
199 atp = (xfs_attr_shortform_t *)XFS_DFORK_APTR(dip); in xfs_iformat_fork()
200 size = be16_to_cpu(atp->hdr.totsize); in xfs_iformat_fork()