Home
last modified time | relevance | path

Searched refs:hardware_control (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dab8500-gpadc.c210 * @hardware_control: indicate that we want to use hardware ADC control
223 bool hardware_control; member
405 if ((gpadc->irq_sw <= 0) && !ch->hardware_control) in ab8500_gpadc_read()
407 if ((gpadc->irq_hw <= 0) && ch->hardware_control) in ab8500_gpadc_read()
448 if (ch->hardware_control) { in ab8500_gpadc_read()
505 if (ch->hardware_control) { in ab8500_gpadc_read()
566 if (ch->hardware_control) { in ab8500_gpadc_read()
1016 ch->hardware_control = false; in ab8500_gpadc_parse_channel()
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dab8500-gpadc.c210 * @hardware_control: indicate that we want to use hardware ADC control
223 bool hardware_control; member
405 if ((gpadc->irq_sw <= 0) && !ch->hardware_control) in ab8500_gpadc_read()
407 if ((gpadc->irq_hw <= 0) && ch->hardware_control) in ab8500_gpadc_read()
448 if (ch->hardware_control) { in ab8500_gpadc_read()
505 if (ch->hardware_control) { in ab8500_gpadc_read()
566 if (ch->hardware_control) { in ab8500_gpadc_read()
1014 ch->hardware_control = false; in ab8500_gpadc_parse_channel()

Completed in 4 milliseconds