Home
last modified time | relevance | path

Searched refs:CMD_STOP_MEAS (Results 1 – 5 of 5) sorted by relevance

/drivers/iio/chemical/
Dscd4x.c47 CMD_STOP_MEAS = 0x3f86, enumerator
107 if ((cmd != CMD_STOP_MEAS) && (cmd != CMD_START_MEAS)) { in scd4x_send_command()
109 ret = scd4x_send_command(state, CMD_STOP_MEAS); in scd4x_send_command()
122 if ((cmd != CMD_STOP_MEAS) && (cmd != CMD_START_MEAS)) { in scd4x_send_command()
146 ret = scd4x_send_command(state, CMD_STOP_MEAS); in scd4x_read()
198 ret = scd4x_send_command(state, CMD_STOP_MEAS); in scd4x_write()
627 ret = scd4x_send_command(state, CMD_STOP_MEAS); in scd4x_suspend()
651 scd4x_send_command(state, CMD_STOP_MEAS); in scd4x_stop_meas()
721 ret = scd4x_send_command(state, CMD_STOP_MEAS); in scd4x_probe()
Dscd30_i2c.c25 [CMD_STOP_MEAS] = 0x0104,
88 if ((cmd == CMD_STOP_MEAS) || (cmd == CMD_RESET)) in scd30_i2c_command()
Dscd30_serial.c39 [CMD_STOP_MEAS] = 0x0037,
130 if ((cmd == CMD_STOP_MEAS) || (cmd == CMD_RESET)) in scd30_serdev_command()
Dscd30.h18 CMD_STOP_MEAS, enumerator
Dscd30_core.c526 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()