Searched refs:AD7091R_CHANNEL (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/iio/adc/ |
H A D | ad7091r5.c | 15 #define AD7091R_CHANNEL(idx, bits, ev, num_ev) { \ macro 27 AD7091R_CHANNEL(0, 12, ad7091r_events, ARRAY_SIZE(ad7091r_events)), 28 AD7091R_CHANNEL(1, 12, ad7091r_events, ARRAY_SIZE(ad7091r_events)), 29 AD7091R_CHANNEL(2, 12, ad7091r_events, ARRAY_SIZE(ad7091r_events)), 30 AD7091R_CHANNEL(3, 12, ad7091r_events, ARRAY_SIZE(ad7091r_events)), 34 AD7091R_CHANNEL(0, 12, NULL, 0), 35 AD7091R_CHANNEL(1, 12, NULL, 0), 36 AD7091R_CHANNEL(2, 12, NULL, 0), 37 AD7091R_CHANNEL(3, 12, NULL, 0),
|