Home
last modified time | relevance | path

Searched refs:hdcp_work (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_hdcp.c130 static void process_output(struct hdcp_workqueue *hdcp_work) in process_output() argument
132 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() argument
169 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 …]
Damdgpu_dm_hdcp.h64 void hdcp_update_display(struct hdcp_workqueue *hdcp_work,
/linux-6.1.9/drivers/gpu/drm/bridge/analogix/
Danx7625.h470 struct delayed_work hdcp_work; member
Danx7625.c2092 ctx = container_of(dwork, struct anx7625_data, hdcp_work); in hdcp_check_work_func()
2135 &ctx->hdcp_work, in anx7625_connector_atomic_check()
2604 INIT_DELAYED_WORK(&platform->hdcp_work, hdcp_check_work_func); in anx7625_i2c_probe()
2728 cancel_delayed_work(&platform->hdcp_work); in anx7625_i2c_remove()
/linux-6.1.9/drivers/gpu/drm/bridge/
Dite-it6505.c440 struct delayed_work hdcp_work; member
1858 queue_delayed_work(system_wq, &it6505->hdcp_work, in it6505_start_hdcp()
1865 cancel_delayed_work(&it6505->hdcp_work); in it6505_stop_hdcp()
2086 hdcp_work.work); in it6505_hdcp_work()
3304 INIT_DELAYED_WORK(&it6505->hdcp_work, it6505_hdcp_work); in it6505_i2c_probe()