Searched refs:hdcp_work (Results 1 – 2 of 2) sorted by relevance
130 static void process_output(struct hdcp_workqueue *hdcp_work) in process_output() argument132 struct mod_hdcp_output output = hdcp_work->output; in process_output()135 cancel_delayed_work(&hdcp_work->callback_dwork); in process_output()138 schedule_delayed_work(&hdcp_work->callback_dwork, in process_output()142 cancel_delayed_work(&hdcp_work->watchdog_timer_dwork); in process_output()145 schedule_delayed_work(&hdcp_work->watchdog_timer_dwork, in process_output()148 schedule_delayed_work(&hdcp_work->property_validate_dwork, msecs_to_jiffies(0)); in process_output()163 void hdcp_update_display(struct hdcp_workqueue *hdcp_work, in hdcp_update_display() argument169 struct hdcp_workqueue *hdcp_w = &hdcp_work[link_index]; in hdcp_update_display()170 struct mod_hdcp_display *display = &hdcp_work[link_index].display; in hdcp_update_display()[all …]
64 void hdcp_update_display(struct hdcp_workqueue *hdcp_work,