amdgpu_dm_hdcp.c | 77 static void process_output(struct hdcp_workqueue *hdcp_work) 79 struct mod_hdcp_output output = hdcp_work->output; 82 cancel_delayed_work(&hdcp_work->callback_dwork); 85 schedule_delayed_work(&hdcp_work->callback_dwork, 89 cancel_delayed_work(&hdcp_work->watchdog_timer_dwork); 92 schedule_delayed_work(&hdcp_work->watchdog_timer_dwork, 95 schedule_delayed_work(&hdcp_work->property_validate_dwork, msecs_to_jiffies(0)); 98 void hdcp_update_display(struct hdcp_workqueue *hdcp_work, 104 struct hdcp_workqueue *hdcp_w = &hdcp_work[link_index]; 105 struct mod_hdcp_display *display = &hdcp_work[link_index].display 187 struct hdcp_workqueue *hdcp_work; local in function:event_callback 208 struct hdcp_workqueue *hdcp_work = container_of(work, struct hdcp_workqueue, property_update_w local in function:event_property_update 244 struct hdcp_workqueue *hdcp_work = local in function:event_property_validate 267 struct hdcp_workqueue *hdcp_work; local in function:event_watchdog_timer 287 struct hdcp_workqueue *hdcp_work; local in function:event_cpirq 318 struct hdcp_workqueue *hdcp_work = handle; local in function:update_config 353 struct hdcp_workqueue *hdcp_work = kzalloc(max_caps*sizeof(*hdcp_work), GFP_KERNEL); local in function:hdcp_create_workqueue [all...] |