Searched refs:hdcp_workqueue (Results 1 – 5 of 5) sorted by relevance
40 struct hdcp_workqueue { struct77 void hdcp_update_display(struct hdcp_workqueue *hdcp_work, argument83 void hdcp_reset_display(struct hdcp_workqueue *work, unsigned int link_index);84 void hdcp_handle_cpirq(struct hdcp_workqueue *work, unsigned int link_index);85 void hdcp_destroy(struct kobject *kobj, struct hdcp_workqueue *work);87 struct hdcp_workqueue *hdcp_create_workqueue(struct amdgpu_device *adev, struct cp_psp *cp_psp, str…
504 struct hdcp_workqueue *hdcp_workqueue; member
408 if (adev->dm.hdcp_workqueue) { in dm_dp_mst_get_modes()409 struct hdcp_workqueue *hdcp_work = adev->dm.hdcp_workqueue; in dm_dp_mst_get_modes()410 struct hdcp_workqueue *hdcp_w = in dm_dp_mst_get_modes()
2414 queue_delayed_work(ctx->hdcp_workqueue, in anx7625_bridge_atomic_enable()2429 flush_workqueue(ctx->hdcp_workqueue); in anx7625_bridge_atomic_disable()2651 platform->hdcp_workqueue = create_workqueue("hdcp workqueue"); in anx7625_i2c_probe()2652 if (!platform->hdcp_workqueue) { in anx7625_i2c_probe()2757 if (platform->hdcp_workqueue) in anx7625_i2c_probe()2758 destroy_workqueue(platform->hdcp_workqueue); in anx7625_i2c_probe()2772 if (platform->hdcp_workqueue) { in anx7625_i2c_remove()2774 flush_workqueue(platform->hdcp_workqueue); in anx7625_i2c_remove()2775 destroy_workqueue(platform->hdcp_workqueue); in anx7625_i2c_remove()
469 struct workqueue_struct *hdcp_workqueue; member