Searched defs:atp (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/input/mouse/ | 
| D | appletouch.c | 195 struct atp {  struct202 	const struct atp_info	*info;		/* touchpad model */  argument
 203 	bool			open;
 204 	bool			valid;		/* are the samples valid? */
 205 	bool			size_detect_done;
 206 	bool			overflow_warned;
 207 	int			fingers_old;	/* last reported finger count */
 208 	int			x_old;		/* last reported x/y, */
 209 	int			y_old;		/* used for smoothing */
 210 	signed char		xy_cur[ATP_XSENSORS + ATP_YSENSORS];
 [all …]
 
 | 
| /Linux-v5.15/drivers/scsi/ | 
| D | atp870u.c | 48 static inline void atp_writeb_base(struct atp_unit *atp, u8 reg, u8 val)  in atp_writeb_base()53 static inline void atp_writew_base(struct atp_unit *atp, u8 reg, u16 val)  in atp_writew_base()
 58 static inline void atp_writeb_io(struct atp_unit *atp, u8 channel, u8 reg, u8 val)  in atp_writeb_io()
 63 static inline void atp_writew_io(struct atp_unit *atp, u8 channel, u8 reg, u16 val)  in atp_writew_io()
 68 static inline void atp_writeb_pci(struct atp_unit *atp, u8 channel, u8 reg, u8 val)  in atp_writeb_pci()
 73 static inline void atp_writel_pci(struct atp_unit *atp, u8 channel, u8 reg, u32 val)  in atp_writel_pci()
 78 static inline u8 atp_readb_base(struct atp_unit *atp, u8 reg)  in atp_readb_base()
 83 static inline u16 atp_readw_base(struct atp_unit *atp, u8 reg)  in atp_readw_base()
 88 static inline u32 atp_readl_base(struct atp_unit *atp, u8 reg)  in atp_readl_base()
 93 static inline u8 atp_readb_io(struct atp_unit *atp, u8 channel, u8 reg)  in atp_readb_io()
 [all …]
 
 | 
| /Linux-v5.15/fs/xfs/libxfs/ | 
| D | xfs_inode_fork.c | 274 	struct xfs_attr_shortform	*atp =  in xfs_dfork_attr_shortform_size()  local
 |