Searched refs:_storagebits (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/iio/adc/ |
H A D | ad7791.c | 68 _storagebits, _shift, _extend_name, _type, _mask_all) \ argument 85 .storagebits = (_storagebits), \ 92 _storagebits, _shift) \ argument 94 _storagebits, _shift, "shorted", IIO_VOLTAGE, \ 98 _storagebits, _shift) \ argument 100 _storagebits, _shift, NULL, IIO_VOLTAGE, \ 104 _storagebits, _shift) \ argument 106 _storagebits, _shift, NULL, IIO_VOLTAGE, \ 109 #define AD7991_SUPPLY_CHANNEL(_si, _channel, _address, _bits, _storagebits, \ argument 112 _storagebits, _shift, "supply", IIO_VOLTAGE, \
|
H A D | ad7793.c | 551 _storagebits, _shift, _extend_name, _type, _mask_type_av, _mask_all) \ argument 569 .storagebits = (_storagebits), \ 576 _storagebits, _shift) \ argument 578 _storagebits, _shift, NULL, IIO_VOLTAGE, \ 583 _storagebits, _shift) \ argument 585 _storagebits, _shift, "shorted", IIO_VOLTAGE, \ 589 #define AD7793_TEMP_CHANNEL(_si, _address, _bits, _storagebits, _shift) \ argument 591 _storagebits, _shift, NULL, IIO_TEMP, \ 595 #define AD7793_SUPPLY_CHANNEL(_si, _channel, _address, _bits, _storagebits, \ argument 598 _storagebits, _shift, "supply", IIO_VOLTAGE, \ [all …]
|