Searched full:convst (Results 1 – 8 of 8) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/iio/adc/ |
D | adi,ad7091r5.yaml | 45 convst-gpios: 47 GPIO connected to the CONVST pin. 90 - convst-gpios 122 convst-gpios = <&gpio 25 GPIO_ACTIVE_LOW>;
|
D | adi,ad7606.yaml | 76 Must be the device tree identifier of the CONVST pin(s). This logic input 141 the CONVST pin, the PWM must be referenced. 142 The first is the PWM connected to CONVST or CONVST1 for the chips with the
|
/linux-6.14.4/drivers/iio/adc/ |
D | ad7091r8.c | 190 st->convst_gpio = devm_gpiod_get(st->dev, "convst", GPIOD_OUT_LOW); in ad7091r8_gpio_setup() 193 "Error getting convst GPIO\n"); in ad7091r8_gpio_setup()
|
D | ad7476.c | 32 /* channels used when convst gpio is defined */ 84 udelay(1); /* CONVST pulse width: 10 ns min */ in ad7091_convst()
|
D | xilinx-xadc-core.c | 702 unsigned int convst; in xadc_trigger_set_state() local 716 convst = XADC_CONF0_EC; in xadc_trigger_set_state() 718 convst = 0; in xadc_trigger_set_state() 721 convst); in xadc_trigger_set_state() 1366 xadc->convst_trigger = xadc_alloc_trigger(indio_dev, "convst"); in xadc_probe()
|
D | ad7606.c | 675 /* The rising edge of the CONVST signal starts a new conversion. */ in ad7606_trigger_handler() 969 * edge of CONVST is applied, BUSY goes logic high and transitions low at the 1260 /* If convst pin is not defined, setup PWM. */ in ad7606_probe() 1306 "No backend, connect convst to a GPIO"); in ad7606_probe()
|
D | ad7606.h | 135 * @gpio_convst GPIO descriptor for conversion start signal (CONVST)
|
D | max1027.c | 441 * In order to disable the convst trigger, start acquisition on in max1027_set_cnvst_trigger_state()
|