Searched refs:IIO_EV_TYPE_ROC (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/iio/imu/inv_icm42600/ |
| H A D | inv_icm42600_accel.c | 180 .type = IIO_EV_TYPE_ROC, 491 IIO_EV_TYPE_ROC, IIO_EV_DIR_RISING); in inv_icm42600_accel_handle_events() 1023 if (type != IIO_EV_TYPE_ROC || dir != IIO_EV_DIR_RISING) in inv_icm42600_accel_read_event_config() 1040 if (type != IIO_EV_TYPE_ROC || dir != IIO_EV_DIR_RISING) in inv_icm42600_accel_write_event_config() 1065 if (type != IIO_EV_TYPE_ROC || dir != IIO_EV_DIR_RISING) in inv_icm42600_accel_read_event_value() 1107 if (type != IIO_EV_TYPE_ROC || dir != IIO_EV_DIR_RISING) in inv_icm42600_accel_write_event_value()
|
| /linux/tools/iio/ |
| H A D | iio_event_monitor.c | 73 [IIO_EV_TYPE_ROC] = "roc", 259 case IIO_EV_TYPE_ROC: in event_is_known()
|
| /linux/include/uapi/linux/iio/ |
| H A D | types.h | 121 IIO_EV_TYPE_ROC, enumerator
|
| /linux/drivers/iio/imu/bmi270/ |
| H A D | bmi270_core.c | 500 case IIO_EV_TYPE_ROC: in bmi270_motion_reg() 509 case IIO_EV_TYPE_ROC: in bmi270_motion_reg() 791 IIO_EV_TYPE_ROC, in bmi270_irq_thread_handler() 1051 case IIO_EV_TYPE_ROC: in bmi270_write_event_config() 1085 case IIO_EV_TYPE_ROC: in bmi270_read_event_config() 1249 .type = IIO_EV_TYPE_ROC,
|
| /linux/drivers/iio/gyro/ |
| H A D | bmg160_core.c | 820 .type = IIO_EV_TYPE_ROC, 987 IIO_EV_TYPE_ROC, in bmg160_event_handler() 994 IIO_EV_TYPE_ROC, in bmg160_event_handler() 1001 IIO_EV_TYPE_ROC, in bmg160_event_handler()
|
| /linux/drivers/iio/accel/ |
| H A D | mma9551.c | 299 .type = IIO_EV_TYPE_ROC, 381 IIO_EV_TYPE_ROC, IIO_EV_DIR_RISING), in mma9551_event_handler()
|
| H A D | bmc150-accel-core.c | 1046 .type = IIO_EV_TYPE_ROC, 1290 IIO_EV_TYPE_ROC, in bmc150_accel_handle_roc_event() 1299 IIO_EV_TYPE_ROC, in bmc150_accel_handle_roc_event() 1308 IIO_EV_TYPE_ROC, in bmc150_accel_handle_roc_event()
|
| /linux/drivers/iio/light/ |
| H A D | gp2ap020a00f.c | 848 IIO_EV_TYPE_ROC, in gp2ap020a00f_prox_sensing_handler() 856 IIO_EV_TYPE_ROC, in gp2ap020a00f_prox_sensing_handler() 1311 .type = IIO_EV_TYPE_ROC, 1316 .type = IIO_EV_TYPE_ROC,
|
| /linux/drivers/iio/imu/inv_mpu6050/ |
| H A D | inv_mpu_core.c | 1165 if (chan->type != IIO_ACCEL || type != IIO_EV_TYPE_ROC || in inv_mpu6050_read_event_config() 1183 if (chan->type != IIO_ACCEL || type != IIO_EV_TYPE_ROC || in inv_mpu6050_write_event_config() 1206 if (chan->type != IIO_ACCEL || type != IIO_EV_TYPE_ROC || in inv_mpu6050_read_event_value() 1232 if (chan->type != IIO_ACCEL || type != IIO_EV_TYPE_ROC || in inv_mpu6050_write_event_value() 1455 .type = IIO_EV_TYPE_ROC,
|
| H A D | inv_mpu_trigger.c | 286 IIO_EV_TYPE_ROC, IIO_EV_DIR_RISING); in inv_mpu6050_interrupt_handle()
|
| /linux/drivers/iio/ |
| H A D | industrialio-event.c | 229 [IIO_EV_TYPE_ROC] = "roc",
|