Lines Matching refs:device_control

125 	struct f01_device_control device_control;  member
413 &f01->device_control.ctrl0); in rmi_f01_probe()
423 f01->device_control.ctrl0 &= ~RMI_F01_CTRL0_NOSLEEP_BIT; in rmi_f01_probe()
426 f01->device_control.ctrl0 |= RMI_F01_CTRL0_NOSLEEP_BIT; in rmi_f01_probe()
435 if ((f01->device_control.ctrl0 & RMI_F01_CTRL0_SLEEP_MODE_MASK) != in rmi_f01_probe()
439 f01->device_control.ctrl0 &= ~RMI_F01_CTRL0_SLEEP_MODE_MASK; in rmi_f01_probe()
442 f01->device_control.ctrl0 |= RMI_F01_CTRL0_CONFIGURED_BIT; in rmi_f01_probe()
445 f01->device_control.ctrl0); in rmi_f01_probe()
479 f01->device_control.doze_interval = in rmi_f01_probe()
482 f01->device_control.doze_interval); in rmi_f01_probe()
491 &f01->device_control.doze_interval); in rmi_f01_probe()
504 f01->device_control.wakeup_threshold = in rmi_f01_probe()
507 f01->device_control.wakeup_threshold); in rmi_f01_probe()
516 &f01->device_control.wakeup_threshold); in rmi_f01_probe()
534 f01->device_control.doze_holdoff = in rmi_f01_probe()
537 f01->device_control.doze_holdoff); in rmi_f01_probe()
546 &f01->device_control.doze_holdoff); in rmi_f01_probe()
591 f01->device_control.ctrl0); in rmi_f01_config()
600 f01->device_control.doze_interval); in rmi_f01_config()
609 &f01->device_control.wakeup_threshold, in rmi_f01_config()
621 f01->device_control.doze_holdoff); in rmi_f01_config()
638 f01->device_control.ctrl0 & RMI_F01_CTRL0_NOSLEEP_BIT; in rmi_f01_suspend()
639 f01->device_control.ctrl0 &= ~RMI_F01_CTRL0_NOSLEEP_BIT; in rmi_f01_suspend()
641 f01->device_control.ctrl0 &= ~RMI_F01_CTRL0_SLEEP_MODE_MASK; in rmi_f01_suspend()
643 f01->device_control.ctrl0 |= RMI_SLEEP_MODE_RESERVED1; in rmi_f01_suspend()
645 f01->device_control.ctrl0 |= RMI_SLEEP_MODE_SENSOR_SLEEP; in rmi_f01_suspend()
648 f01->device_control.ctrl0); in rmi_f01_suspend()
652 f01->device_control.ctrl0 |= RMI_F01_CTRL0_NOSLEEP_BIT; in rmi_f01_suspend()
653 f01->device_control.ctrl0 &= ~RMI_F01_CTRL0_SLEEP_MODE_MASK; in rmi_f01_suspend()
654 f01->device_control.ctrl0 |= RMI_SLEEP_MODE_NORMAL; in rmi_f01_suspend()
667 f01->device_control.ctrl0 |= RMI_F01_CTRL0_NOSLEEP_BIT; in rmi_f01_resume()
669 f01->device_control.ctrl0 &= ~RMI_F01_CTRL0_SLEEP_MODE_MASK; in rmi_f01_resume()
670 f01->device_control.ctrl0 |= RMI_SLEEP_MODE_NORMAL; in rmi_f01_resume()
673 f01->device_control.ctrl0); in rmi_f01_resume()