Searched defs:atp (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/input/mouse/ |
H A D | appletouch.c | 195 struct atp { struct 202 const struct atp_info *info; /* touchpad model */ argument 203 bool open; 205 bool size_detect_done; 206 bool overflow_warned; 208 int x_old; /* last reported x/y, */ 209 int y_old; /* used for smoothing */ 212 int xy_acc[ATP_XSENSORS + ATP_YSENSORS]; 213 int smooth[ATP_SMOOTHSIZE]; 214 int smooth_tmp[ATP_SMOOTHSIZE]; [all …]
|
/openbmc/linux/drivers/scsi/ |
H A 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() 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() 98 static inline u16 atp_readw_io(struct atp_unit *atp, u8 channel, u8 reg) in atp_readw_io() 103 static inline u8 atp_readb_pci(struct atp_unit *atp, u8 channel, u8 reg) in atp_readb_pci() 108 static inline bool is880(struct atp_unit *atp) in is880() 114 static inline bool is885(struct atp_unit *atp) in is885() [all …]
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_inode_fork.c | 279 struct xfs_attr_shortform *atp = in xfs_dfork_attr_shortform_size() local
|