Searched refs:property_validate_dwork (Results 1 – 2 of 2) sorted by relevance
179 schedule_delayed_work(&hdcp_work->property_validate_dwork, msecs_to_jiffies(0)); in process_output()239 schedule_delayed_work(&hdcp_w->property_validate_dwork, in hdcp_update_display()244 cancel_delayed_work(&hdcp_w->property_validate_dwork); in hdcp_update_display()292 cancel_delayed_work(&hdcp_w->property_validate_dwork); in hdcp_reset_display()403 container_of(to_delayed_work(work), struct hdcp_workqueue, property_validate_dwork); in event_property_validate()489 cancel_delayed_work_sync(&hdcp_work[i].property_validate_dwork); in hdcp_destroy()774 INIT_DELAYED_WORK(&hdcp_work[i].property_validate_dwork, event_property_validate); in hdcp_create_workqueue()
46 struct delayed_work property_validate_dwork; member