Home
last modified time | relevance | path

Searched defs:stm32_dfsdm_adc (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/iio/adc/
Dstm32-dfsdm-adc.c70 struct stm32_dfsdm_adc { struct
71 struct stm32_dfsdm *dfsdm;
72 const struct stm32_dfsdm_dev_data *dev_data;
73 unsigned int fl_id;
74 unsigned int nconv;
75 unsigned long smask;
78 unsigned int oversamp;
79 struct iio_hw_consumer *hwc;
80 struct completion completion;
81 u32 *buffer;
[all …]
/kernel/linux/linux-6.6/drivers/iio/adc/
Dstm32-dfsdm-adc.c71 struct stm32_dfsdm_adc { struct
72 struct stm32_dfsdm *dfsdm;
73 const struct stm32_dfsdm_dev_data *dev_data;
74 unsigned int fl_id;
75 unsigned int nconv;
76 unsigned long smask;
79 unsigned int oversamp;
80 struct iio_hw_consumer *hwc;
81 struct completion completion;
82 u32 *buffer;
[all …]