Searched refs:int_pin_sel (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/iio/adc/
H A Dad4130.c287 u32 int_pin_sel; member in struct:ad4130_state
1634 st->int_pin_sel = AD4130_INT_PIN_INT;
1640 st->int_pin_sel = i;
1645 if (st->int_pin_sel == AD4130_INT_PIN_DOUT)
1649 if (st->int_pin_sel == AD4130_INT_PIN_P2)
1666 if (st->int_pin_sel == AD4130_INT_PIN_CLK &&
1670 st->mclk_sel, st->int_pin_sel);
1801 if (st->int_pin_sel == AD4130_INT_PIN_CLK ||
1875 val |= FIELD_PREP(AD4130_IO_CONTROL_INT_PIN_SEL_MASK, st->int_pin_sel);
/linux-master/drivers/iio/accel/
H A Dfxls8962af-core.c1086 u8 int_pin_sel; local
1092 int_pin_sel = FXLS8962AF_INT_PIN_SEL_INT1;
1095 int_pin_sel = FXLS8962AF_INT_PIN_SEL_INT2;
1103 FXLS8962AF_INT_PIN_SEL_MASK, int_pin_sel);

Completed in 256 milliseconds