Searched refs:plug_state_check (Results 1 – 1 of 1) sorted by relevance
167 struct sensor_state_check_work plug_state_check; member631 if (nvp6158->plug_state_check.state_check_wq) { in nvp6158_stream()633 queue_delayed_work(nvp6158->plug_state_check.state_check_wq, in nvp6158_stream()634 &nvp6158->plug_state_check.d_work, in nvp6158_stream()640 cancel_delayed_work_sync(&nvp6158->plug_state_check.d_work); in nvp6158_stream()768 container_of(params_check, struct nvp6158, plug_state_check); in nvp6158_plug_state_check_work()790 queue_delayed_work(nvp6158->plug_state_check.state_check_wq, in nvp6158_plug_state_check_work()791 &nvp6158->plug_state_check.d_work, msecs_to_jiffies(1500)); in nvp6158_plug_state_check_work()798 queue_delayed_work(nvp6158->plug_state_check.state_check_wq, in nvp6158_plug_state_check_work()799 &nvp6158->plug_state_check.d_work, msecs_to_jiffies(100)); in nvp6158_plug_state_check_work()[all …]