Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iio/adc/
Ddln2-adc.c27 #define DLN2_ADC_ID 0x06 macro
29 #define DLN2_ADC_GET_CHANNEL_COUNT DLN2_CMD(0x01, DLN2_ADC_ID)
30 #define DLN2_ADC_ENABLE DLN2_CMD(0x02, DLN2_ADC_ID)
31 #define DLN2_ADC_DISABLE DLN2_CMD(0x03, DLN2_ADC_ID)
32 #define DLN2_ADC_CHANNEL_ENABLE DLN2_CMD(0x05, DLN2_ADC_ID)
33 #define DLN2_ADC_CHANNEL_DISABLE DLN2_CMD(0x06, DLN2_ADC_ID)
34 #define DLN2_ADC_SET_RESOLUTION DLN2_CMD(0x08, DLN2_ADC_ID)
35 #define DLN2_ADC_CHANNEL_GET_VAL DLN2_CMD(0x0A, DLN2_ADC_ID)
36 #define DLN2_ADC_CHANNEL_GET_ALL_VAL DLN2_CMD(0x0B, DLN2_ADC_ID)
37 #define DLN2_ADC_CHANNEL_SET_CFG DLN2_CMD(0x0C, DLN2_ADC_ID)
[all …]