Home
last modified time | relevance | path

Searched refs:BIT_ACCEL_STBY (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/sensors/gyro/
H A Dmpu6500_gyro.c49 if ((sensor->ops->ctrl_data & BIT_ACCEL_STBY) == BIT_ACCEL_STBY) { in sensor_active()
H A Dmpu6880_gyro.c49 if ((sensor->ops->ctrl_data & BIT_ACCEL_STBY) == BIT_ACCEL_STBY) { in sensor_active()
H A Dicm2060x_gyro.c42 if ((sensor->ops->ctrl_data & BIT_ACCEL_STBY) == BIT_ACCEL_STBY) in sensor_active()
H A Diam20680_gyro.c43 if ((sensor->ops->ctrl_data & BIT_ACCEL_STBY) == BIT_ACCEL_STBY) in sensor_active()
/OK3568_Linux_fs/kernel/drivers/input/sensors/accel/
H A Dicm2060x_acc.c39 status = BIT_ACCEL_STBY; in sensor_active()
44 status = ~BIT_ACCEL_STBY; in sensor_active()
H A Diam20680_acc.c47 status = BIT_ACCEL_STBY; in sensor_active()
52 status = ~BIT_ACCEL_STBY; in sensor_active()
H A Dmpu6880_acc.c94 status = BIT_ACCEL_STBY; in sensor_active()
100 status = ~BIT_ACCEL_STBY; in sensor_active()
H A Dmpu6500_acc.c94 status = BIT_ACCEL_STBY; in sensor_active()
100 status = ~BIT_ACCEL_STBY; in sensor_active()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmpu6500.h123 #define BIT_ACCEL_STBY 0x38 macro
H A Diam20680.h123 #define BIT_ACCEL_STBY 0x38 macro
H A Dmpu6880.h123 #define BIT_ACCEL_STBY 0x38 macro
H A Dicm2060x.h111 #define BIT_ACCEL_STBY 0x38 macro