Searched refs:CMD_STOP_MEAS (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/iio/chemical/ ! |
D | scd4x.c | 45 CMD_STOP_MEAS = 0x3f86, enumerator 103 if ((cmd != CMD_STOP_MEAS) && (cmd != CMD_START_MEAS)) { in scd4x_send_command() 105 ret = scd4x_send_command(state, CMD_STOP_MEAS); in scd4x_send_command() 118 if ((cmd != CMD_STOP_MEAS) && (cmd != CMD_START_MEAS)) { in scd4x_send_command() 141 ret = scd4x_send_command(state, CMD_STOP_MEAS); in scd4x_read() 191 ret = scd4x_send_command(state, CMD_STOP_MEAS); in scd4x_write() 560 ret = scd4x_send_command(state, CMD_STOP_MEAS); in scd4x_suspend() 584 scd4x_send_command(state, CMD_STOP_MEAS); in scd4x_stop_meas() 654 ret = scd4x_send_command(state, CMD_STOP_MEAS); in scd4x_probe()
|
D | scd30_i2c.c | 25 [CMD_STOP_MEAS] = 0x0104, 88 if ((cmd == CMD_STOP_MEAS) || (cmd == CMD_RESET)) in scd30_i2c_command()
|
D | scd30.h | 18 CMD_STOP_MEAS, enumerator
|
D | scd30_serial.c | 39 [CMD_STOP_MEAS] = 0x0037, 130 if ((cmd == CMD_STOP_MEAS) || (cmd == CMD_RESET)) in scd30_serdev_command()
|
D | scd30_core.c | 526 ret = scd30_command_write(state, CMD_STOP_MEAS, 0); in scd30_suspend() 552 scd30_command_write(state, CMD_STOP_MEAS, 0); in scd30_stop_meas()
|