Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/adc/
H A Dti-ads131e08.c31 #define ADS131E08_CMD_STOP 0x0A macro
453 return ads131e08_exec_cmd(st, ADS131E08_CMD_STOP); in ads131e08_initial_config()
476 return ads131e08_exec_cmd(st, ADS131E08_CMD_STOP); in ads131e08_pool_data()
603 u8 cmd = state ? ADS131E08_CMD_START : ADS131E08_CMD_STOP; in ads131e08_set_trigger_state()