Searched refs:SGP_CMD_LEN (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/iio/chemical/
H A Dsgp30.c36 #define SGP_CMD_LEN SGP_WORD_LEN macro
37 #define SGP_CMD_MAX_BUF_SIZE (SGP_CMD_LEN + 2 * SGP_WORD_LEN)
246 ret = i2c_master_send(client, (const char *)&cmd, SGP_CMD_LEN);
247 if (ret != SGP_CMD_LEN)

Completed in 196 milliseconds