Searched refs:IIO_EV_INFO_PERIOD (Results 1 – 17 of 17) sorted by relevance
/linux/include/linux/iio/ |
H A D | types.h | 16 IIO_EV_INFO_PERIOD, enumerator
|
/linux/drivers/iio/light/ |
H A D | vcnl4035.c | 269 case IIO_EV_INFO_PERIOD: in vcnl4035_read_thresh() 309 case IIO_EV_INFO_PERIOD: in vcnl4035_write_thresh() 354 .mask_separate = BIT(IIO_EV_INFO_PERIOD),
|
H A D | bh1745.c | 191 .mask_shared_by_type = BIT(IIO_EV_INFO_PERIOD), 531 case IIO_EV_INFO_PERIOD: in bh1745_read_thresh() 578 case IIO_EV_INFO_PERIOD: in bh1745_write_thresh()
|
H A D | veml6030.c | 222 .mask_separate = BIT(IIO_EV_INFO_PERIOD) | 773 case IIO_EV_INFO_PERIOD: in veml6030_read_event_val() 788 case IIO_EV_INFO_PERIOD: in veml6030_write_event_val()
|
H A D | apds9306.c | 233 .mask_shared_by_all = BIT(IIO_EV_INFO_PERIOD), 989 if (dir == IIO_EV_DIR_EITHER && info == IIO_EV_INFO_PERIOD) in apds9306_read_event() 1019 if (dir == IIO_EV_DIR_EITHER && info == IIO_EV_INFO_PERIOD) in apds9306_write_event()
|
/linux/drivers/iio/accel/ |
H A D | mma9553.c | 794 case IIO_EV_INFO_PERIOD: in mma9553_read_event_value() 833 case IIO_EV_INFO_PERIOD: in mma9553_write_event_value() 899 BIT(IIO_EV_INFO_PERIOD), 906 BIT(IIO_EV_INFO_PERIOD),
|
H A D | adxl372.c | 245 .mask_shared_by_all = BIT(IIO_EV_INFO_PERIOD) | BIT(IIO_EV_INFO_ENABLE), 250 .mask_shared_by_all = BIT(IIO_EV_INFO_PERIOD) | BIT(IIO_EV_INFO_ENABLE), 871 case IIO_EV_INFO_PERIOD: in adxl372_read_event_value() 911 case IIO_EV_INFO_PERIOD: in adxl372_write_event_value()
|
H A D | adxl367.c | 993 case IIO_EV_INFO_PERIOD: in adxl367_read_event_value() 1033 case IIO_EV_INFO_PERIOD: in adxl367_write_event_value() 1306 BIT(IIO_EV_INFO_PERIOD) | 1313 BIT(IIO_EV_INFO_PERIOD) |
|
H A D | bma400_core.c | 230 BIT(IIO_EV_INFO_PERIOD) | 238 BIT(IIO_EV_INFO_PERIOD) | 1379 case IIO_EV_INFO_PERIOD: in bma400_read_event_value() 1466 case IIO_EV_INFO_PERIOD: in bma400_write_event_value()
|
H A D | adxl380.c | 1448 case IIO_EV_INFO_PERIOD: in adxl380_read_event_value() 1510 case IIO_EV_INFO_PERIOD: in adxl380_write_event_value() 1642 BIT(IIO_EV_INFO_PERIOD), 1649 BIT(IIO_EV_INFO_PERIOD),
|
H A D | bmc150-accel-core.c | 757 case IIO_EV_INFO_PERIOD: in bmc150_accel_read_event() 783 case IIO_EV_INFO_PERIOD: in bmc150_accel_write_event() 1052 BIT(IIO_EV_INFO_PERIOD)
|
/linux/drivers/iio/proximity/ |
H A D | sx_common.c | 41 .mask_shared_by_all = BIT(IIO_EV_INFO_PERIOD), 46 .mask_shared_by_all = BIT(IIO_EV_INFO_PERIOD),
|
H A D | sx9360.c | 480 case IIO_EV_INFO_PERIOD: in sx9360_read_event_val() 584 case IIO_EV_INFO_PERIOD: in sx9360_write_event_val()
|
H A D | sx9310.c | 502 case IIO_EV_INFO_PERIOD: in sx9310_read_event_val() 622 case IIO_EV_INFO_PERIOD: in sx9310_write_event_val()
|
H A D | sx9324.c | 593 case IIO_EV_INFO_PERIOD: in sx9324_read_event_val() 705 case IIO_EV_INFO_PERIOD: in sx9324_write_event_val()
|
/linux/drivers/iio/imu/bmi323/ |
H A D | bmi323_core.c | 208 BIT(IIO_EV_INFO_PERIOD) | 216 BIT(IIO_EV_INFO_PERIOD) | 920 case IIO_EV_INFO_PERIOD: in bmi323_write_event_value() 1028 case IIO_EV_INFO_PERIOD: in bmi323_read_event_value()
|
/linux/drivers/iio/ |
H A D | industrialio-event.c | 249 [IIO_EV_INFO_PERIOD] = "period",
|