Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Dti-tsc2046.c42 BITS_PER_TYPE(struct tsc2046_adc_atom)
95 struct tsc2046_adc_atom { struct
171 struct tsc2046_adc_atom *rx;
172 struct tsc2046_adc_atom *tx;
268 static u16 tsc2046_adc_get_value(struct tsc2046_adc_atom *buf) in tsc2046_adc_get_value()
290 if (sizeof(struct tsc2046_adc_atom) * max_count > PAGE_SIZE) in tsc2046_adc_read_one()
293 struct tsc2046_adc_atom *tx_buf __free(kfree) = kzalloc_objs(*tx_buf, in tsc2046_adc_read_one()
298 struct tsc2046_adc_atom *rx_buf __free(kfree) = kzalloc_objs(*rx_buf, in tsc2046_adc_read_one()