Home
last modified time | relevance | path

Searched refs:MPR_PKT_SYNC_LEN (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/iio/pressure/
Dmprls0025pa_i2c.c47 u8 wdata[MPR_PKT_SYNC_LEN]; in mpr_i2c_write()
52 ret = i2c_master_send(client, wdata, MPR_PKT_SYNC_LEN); in mpr_i2c_write()
55 else if (ret != MPR_PKT_SYNC_LEN) in mpr_i2c_write()
Dmprls0025pa.h27 #define MPR_PKT_SYNC_LEN 3 macro
Dmprls0025pa.c205 ret = data->ops->write(data, MPR_CMD_SYNC, MPR_PKT_SYNC_LEN); in mpr_read_pressure()