Searched refs:mpr_data (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/iio/pressure/ |
D | mprls0025pa.h | 34 struct mpr_data; 74 struct mpr_data { struct 96 int (*read)(struct mpr_data *data, const u8 cmd, const u8 cnt); argument 97 int (*write)(struct mpr_data *data, const u8 cmd, const u8 cnt);
|
D | mprls0025pa.c | 172 static void mpr_reset(struct mpr_data *data) in mpr_reset() 197 static int mpr_read_pressure(struct mpr_data *data, s32 *press) in mpr_read_pressure() 262 struct mpr_data *data = p; in mpr_eoc_handler() 274 struct mpr_data *data = iio_priv(indio_dev); in mpr_trigger_handler() 296 struct mpr_data *data = iio_priv(indio_dev); in mpr_read_raw() 330 struct mpr_data *data; in mpr_common_probe()
|
D | mprls0025pa_i2c.c | 25 static int mpr_i2c_read(struct mpr_data *data, const u8 unused, const u8 cnt) in mpr_i2c_read() 43 static int mpr_i2c_write(struct mpr_data *data, const u8 cmd, const u8 unused) in mpr_i2c_write()
|
D | mprls0025pa_spi.c | 39 static int mpr_spi_xfer(struct mpr_data *data, const u8 cmd, const u8 pkt_len) in mpr_spi_xfer()
|