Searched refs:CMD_STOP_MEAS (Results 1 - 5 of 5) sorted by path

/linux-master/drivers/iio/chemical/
H A Dscd30.h18 CMD_STOP_MEAS, enumerator in enum:scd30_cmd
H A Dscd30_core.c526 ret = scd30_command_write(state, CMD_STOP_MEAS, 0);
552 scd30_command_write(state, CMD_STOP_MEAS, 0);
H A Dscd30_i2c.c25 [CMD_STOP_MEAS] = 0x0104,
88 if ((cmd == CMD_STOP_MEAS) || (cmd == CMD_RESET))
H A Dscd30_serial.c39 [CMD_STOP_MEAS] = 0x0037,
130 if ((cmd == CMD_STOP_MEAS) || (cmd == CMD_RESET))
H A Dscd4x.c47 CMD_STOP_MEAS = 0x3f86, enumerator in enum:scd4x_cmd
107 if ((cmd != CMD_STOP_MEAS) && (cmd != CMD_START_MEAS)) {
109 ret = scd4x_send_command(state, CMD_STOP_MEAS);
122 if ((cmd != CMD_STOP_MEAS) && (cmd != CMD_START_MEAS)) {
146 ret = scd4x_send_command(state, CMD_STOP_MEAS);
198 ret = scd4x_send_command(state, CMD_STOP_MEAS);
627 ret = scd4x_send_command(state, CMD_STOP_MEAS);
651 scd4x_send_command(state, CMD_STOP_MEAS);
721 ret = scd4x_send_command(state, CMD_STOP_MEAS);

Completed in 280 milliseconds