Searched refs:mod_hdcp_output (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/hdcp/ |
H A D | hdcp.c | 130 struct mod_hdcp_output *output) in transition() 189 struct mod_hdcp_output *output) in reset_authentication() 235 struct mod_hdcp_output *output) in reset_connection() 239 memset(output, 0, sizeof(struct mod_hdcp_output)); in reset_connection() 292 struct mod_hdcp_output output; in mod_hdcp_setup() 307 struct mod_hdcp_output output; in mod_hdcp_teardown() 321 struct mod_hdcp_output *output) in mod_hdcp_add_display() 327 memset(output, 0, sizeof(struct mod_hdcp_output)); in mod_hdcp_add_display() 379 uint8_t index, struct mod_hdcp_output *output) in mod_hdcp_remove_display() 385 memset(output, 0, sizeof(struct mod_hdcp_output)); in mod_hdcp_remove_display() [all...] |
H A D | hdcp.h | 302 struct mod_hdcp_output *output); 306 struct mod_hdcp_output *output); 318 struct mod_hdcp_output *output); 322 struct mod_hdcp_output *output); 414 struct mod_hdcp_output *output, uint8_t id) in set_state_id() 484 struct mod_hdcp_output *output) in fail_and_restart_in_ms() 493 static inline void callback_in_ms(uint16_t time, struct mod_hdcp_output *output) in callback_in_ms() 500 struct mod_hdcp_output *output) in set_watchdog_in_ms() 507 struct mod_hdcp_output *output) in set_auth_complete()
|
H A D | hdcp1_transition.c | 31 struct mod_hdcp_output *output) in mod_hdcp_hdcp1_transition() 154 struct mod_hdcp_output *output) in mod_hdcp_hdcp1_dp_transition()
|
H A D | hdcp2_transition.c | 31 struct mod_hdcp_output *output) in mod_hdcp_hdcp2_transition() 372 struct mod_hdcp_output *output) in mod_hdcp_hdcp2_dp_transition()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/hdcp/ |
H A D | hdcp.c | 128 struct mod_hdcp_output *output) in transition() 184 struct mod_hdcp_output *output) in reset_authentication() 230 struct mod_hdcp_output *output) in reset_connection() 234 memset(output, 0, sizeof(struct mod_hdcp_output)); in reset_connection() 260 struct mod_hdcp_output output; in mod_hdcp_setup() 275 struct mod_hdcp_output output; in mod_hdcp_teardown() 289 struct mod_hdcp_output *output) in mod_hdcp_add_display() 295 memset(output, 0, sizeof(struct mod_hdcp_output)); in mod_hdcp_add_display() 347 uint8_t index, struct mod_hdcp_output *output) in mod_hdcp_remove_display() 353 memset(output, 0, sizeof(struct mod_hdcp_output)); in mod_hdcp_remove_display() [all...] |
H A D | hdcp.h | 302 struct mod_hdcp_output *output); 306 struct mod_hdcp_output *output); 318 struct mod_hdcp_output *output); 322 struct mod_hdcp_output *output); 415 struct mod_hdcp_output *output, uint8_t id) in set_state_id() 477 struct mod_hdcp_output *output) in fail_and_restart_in_ms() 486 static inline void callback_in_ms(uint16_t time, struct mod_hdcp_output *output) in callback_in_ms() 493 struct mod_hdcp_output *output) in set_watchdog_in_ms()
|
H A D | hdcp1_transition.c | 31 struct mod_hdcp_output *output) in mod_hdcp_hdcp1_transition() 154 struct mod_hdcp_output *output) in mod_hdcp_hdcp1_dp_transition()
|
H A D | hdcp2_transition.c | 31 struct mod_hdcp_output *output) in mod_hdcp_hdcp2_transition() 372 struct mod_hdcp_output *output) in mod_hdcp_hdcp2_dp_transition()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/inc/ |
H A D | mod_hdcp.h | 209 struct mod_hdcp_output { struct 273 struct mod_hdcp_output *output); 277 uint8_t index, struct mod_hdcp_output *output); 285 struct mod_hdcp_output *output); 289 enum mod_hdcp_event event, struct mod_hdcp_output *output);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/inc/ |
H A D | mod_hdcp.h | 223 struct mod_hdcp_output { struct 291 struct mod_hdcp_output *output); 295 uint8_t index, struct mod_hdcp_output *output); 302 struct mod_hdcp_output *output); 310 struct mod_hdcp_output *output); 314 enum mod_hdcp_event event, struct mod_hdcp_output *output);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_hdcp.h | 50 struct mod_hdcp_output output;
|
H A D | amdgpu_dm_hdcp.c | 132 struct mod_hdcp_output output = hdcp_work->output; in process_output()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_hdcp.h | 50 struct mod_hdcp_output output;
|
H A D | amdgpu_dm_hdcp.c | 133 struct mod_hdcp_output output = hdcp_work->output; in process_output()
|
Completed in 10 milliseconds