Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/input/mouse/
Dappletouch.c195 struct atp { struct
315 struct atp *dev = container_of(work, struct atp, work); in atp_reinit()
402 struct atp *dev = urb->context; in atp_status_check()
440 static void atp_detect_size(struct atp *dev) in atp_detect_size()
470 struct atp *dev = urb->context; in atp_complete_geyser_1_2()
602 struct atp *dev = urb->context; in atp_complete_geyser_3_4()
731 struct atp *dev = input_get_drvdata(input); in atp_open()
742 struct atp *dev = input_get_drvdata(input); in atp_close()
749 static int atp_handle_geyser(struct atp *dev) in atp_handle_geyser()
767 struct atp *dev; in atp_probe()
[all …]
/linux-3.4.99/drivers/net/ethernet/realtek/
DMakefile7 obj-$(CONFIG_ATP) += atp.o
DKconfig27 port. Read <file:drivers/net/ethernet/realtek/atp.c> as well as the
34 will be called atp.
/linux-3.4.99/Documentation/networking/
Dmulticast.txt28 atp PROMISC PROMISC YES Software
/linux-3.4.99/fs/xfs/
Dxfs_inode.c300 xfs_attr_shortform_t *atp; in xfs_iformat() local
414 atp = (xfs_attr_shortform_t *)XFS_DFORK_APTR(dip); in xfs_iformat()
415 size = be16_to_cpu(atp->hdr.totsize); in xfs_iformat()