Home
last modified time | relevance | path

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

/linux/drivers/iio/chemical/
H A 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()
626 ret = scd4x_send_command(state, CMD_STOP_MEAS); in scd4x_suspend()
650 scd4x_send_command(state, CMD_STOP_MEAS); in scd4x_stop_meas()
720 ret = scd4x_send_command(state, CMD_STOP_MEAS); in scd4x_probe()
H A Dscd30_i2c.c25 [CMD_STOP_MEAS] = 0x0104,
88 if ((cmd == CMD_STOP_MEAS) || (cmd == CMD_RESET)) in scd30_i2c_command()
H A Dscd30.h18 CMD_STOP_MEAS, enumerator
H A Dscd30_serial.c39 [CMD_STOP_MEAS] = 0x0037,
130 if ((cmd == CMD_STOP_MEAS) || (cmd == CMD_RESET)) in scd30_serdev_command()