Home
last modified time | relevance | path

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

/linux/drivers/iio/imu/
H A Dkmx61.c120 bool acc_stby; member
320 * if they are both enabled. Internal sensors state is saved in acc_stby and
327 int acc_stby = -1, mag_stby = -1; in kmx61_set_mode() local
337 acc_stby = 1; in kmx61_set_mode()
340 acc_stby = 0; in kmx61_set_mode()
363 if (acc_stby != -1 && update) in kmx61_set_mode()
364 data->acc_stby = acc_stby; in kmx61_set_mode()
742 if (on && !data->mag_ps && !data->acc_stby) { in kmx61_set_power_state()
1447 if (data->acc_stby) in kmx61_resume()
[all...]