Searched refs:hdcp_work (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.c131 static void process_output(struct hdcp_workqueue *hdcp_work) argument
133 struct mod_hdcp_output output = hdcp_work->output;
136 cancel_delayed_work(&hdcp_work->callback_dwork);
139 schedule_delayed_work(&hdcp_work->callback_dwork,
143 cancel_delayed_work(&hdcp_work->watchdog_timer_dwork);
146 schedule_delayed_work(&hdcp_work->watchdog_timer_dwork,
149 schedule_delayed_work(&hdcp_work->property_validate_dwork, msecs_to_jiffies(0));
164 void hdcp_update_display(struct hdcp_workqueue *hdcp_work, argument
170 struct hdcp_workqueue *hdcp_w = &hdcp_work[link_index];
185 if (hdcp_work
215 hdcp_remove_display(struct hdcp_workqueue *hdcp_work, unsigned int link_index, struct amdgpu_dm_connector *aconnector) argument
245 hdcp_reset_display(struct hdcp_workqueue *hdcp_work, unsigned int link_index) argument
266 hdcp_handle_cpirq(struct hdcp_workqueue *hdcp_work, unsigned int link_index) argument
275 struct hdcp_workqueue *hdcp_work; local
294 struct hdcp_workqueue *hdcp_work = container_of(work, struct hdcp_workqueue, local
365 struct hdcp_workqueue *hdcp_work = local
417 struct hdcp_workqueue *hdcp_work; local
438 struct hdcp_workqueue *hdcp_work; local
451 hdcp_destroy(struct kobject *kobj, struct hdcp_workqueue *hdcp_work) argument
468 struct hdcp_workqueue *hdcp_work = handle; local
503 struct hdcp_workqueue *hdcp_work = handle; local
709 struct hdcp_workqueue *hdcp_work; local
[all...]
H A Damdgpu_dm_hdcp.h58 * will be lost. So, save hdcp properties into hdcp_work within
61 * will be retrieved from hdcp_work within dm_dp_mst_get_modes
77 void hdcp_update_display(struct hdcp_workqueue *hdcp_work,
H A Damdgpu_dm_mst_types.c380 * will be lost. So, save hdcp properties into hdcp_work within
383 * will be retrieved from hdcp_work within dm_dp_mst_get_modes
390 struct hdcp_workqueue *hdcp_work = adev->dm.hdcp_workqueue; local
392 &hdcp_work[aconnector->dc_link->link_index];
H A Damdgpu_dm.c9251 * will be lost. So, save hdcp properties into hdcp_work within
9254 * will be retrieved from hdcp_work within dm_dp_mst_get_modes
9264 struct hdcp_workqueue *hdcp_work = adev->dm.hdcp_workqueue; local
9266 &hdcp_work[aconnector->dc_link->link_index];
/linux-master/drivers/gpu/drm/bridge/analogix/
H A Danx7625.h474 struct delayed_work hdcp_work; member in struct:anx7625_data
H A Danx7625.c2119 ctx = container_of(dwork, struct anx7625_data, hdcp_work);
2162 &ctx->hdcp_work,
2667 INIT_DELAYED_WORK(&platform->hdcp_work, hdcp_check_work_func);
2790 cancel_delayed_work(&platform->hdcp_work);
/linux-master/drivers/gpu/drm/bridge/
H A Dite-it6505.c442 struct delayed_work hdcp_work; member in struct:it6505
1861 queue_delayed_work(system_wq, &it6505->hdcp_work,
1868 cancel_delayed_work(&it6505->hdcp_work);
2089 hdcp_work.work);
3431 INIT_DELAYED_WORK(&it6505->hdcp_work, it6505_hdcp_work);

Completed in 139 milliseconds