Home
last modified time | relevance | path

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

/linux/drivers/staging/iio/accel/
H A Dadis16203.c252 .status_error_mask = BIT(ADIS16203_DIAG_STAT_SELFTEST_FAIL_BIT) |
/linux/drivers/iio/accel/
H A Dadis16201.c251 .status_error_mask = BIT(ADIS16201_DIAG_STAT_SPI_FAIL_BIT) |
H A Dadis16209.c261 .status_error_mask = BIT(ADIS16209_STAT_SELFTEST_FAIL_BIT) |
/linux/drivers/iio/gyro/
H A Dadis16260.c345 .status_error_mask = BIT(ADIS16260_DIAG_STAT_FLASH_CHK_BIT) |
H A Dadis16136.c461 .status_error_mask = BIT(ADIS16136_DIAG_STAT_FLASH_UPDATE_FAIL) | \
/linux/drivers/iio/imu/
H A Dadis16460.c346 .status_error_mask = BIT(ADIS16460_DIAG_STAT_IN_CLK_OOS) |
H A Dadis.c315 status &= adis->data->status_error_mask; in __adis_check_status()
H A Dadis16550.c1029 .status_error_mask = BIT(ADIS16550_STATUS_CRC_CODE) |
H A Dadis16400.c917 .status_error_mask = BIT(ADIS16400_DIAG_STAT_ZACCL_FAIL) | \
H A Dadis16480.c960 .status_error_mask = BIT(ADIS16480_DIAG_STAT_XGYRO_FAIL) | \
/linux/include/linux/iio/imu/
H A Dadis.h87 unsigned int status_error_mask; member