Home
last modified time | relevance | path

Searched refs:mod_hdcp_output (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
H A Damdgpu_hdcp.c131 struct mod_hdcp_output *output) in transition()
187 struct mod_hdcp_output *output) in reset_authentication()
253 struct mod_hdcp_output *output) in reset_connection()
257 memset(output, 0, sizeof(struct mod_hdcp_output)); in reset_connection()
283 struct mod_hdcp_output output; in mod_hdcp_setup()
299 struct mod_hdcp_output output; in mod_hdcp_teardown()
313 struct mod_hdcp_output *output) in mod_hdcp_add_display()
319 memset(output, 0, sizeof(struct mod_hdcp_output)); in mod_hdcp_add_display()
367 uint8_t index, struct mod_hdcp_output *output) in mod_hdcp_remove_display()
373 memset(output, 0, sizeof(struct mod_hdcp_output)); in mod_hdcp_remove_display()
[all …]
H A Dhdcp.h304 struct mod_hdcp_output *output);
308 struct mod_hdcp_output *output);
320 struct mod_hdcp_output *output);
324 struct mod_hdcp_output *output);
418 struct mod_hdcp_output *output, uint8_t id) in set_state_id()
480 struct mod_hdcp_output *output) in fail_and_restart_in_ms()
489 static inline void callback_in_ms(uint16_t time, struct mod_hdcp_output *output) in callback_in_ms()
496 struct mod_hdcp_output *output) in set_watchdog_in_ms()
H A Damdgpu_hdcp1_transition.c36 struct mod_hdcp_output *output) in mod_hdcp_hdcp1_transition()
160 struct mod_hdcp_output *output) in mod_hdcp_hdcp1_dp_transition()
H A Damdgpu_hdcp2_transition.c36 struct mod_hdcp_output *output) in mod_hdcp_hdcp2_transition()
378 struct mod_hdcp_output *output) in mod_hdcp_hdcp2_dp_transition()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/modules/inc/
H A Dmod_hdcp.h209 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);
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.h51 struct mod_hdcp_output output;
H A Damdgpu_dm_hdcp.c79 struct mod_hdcp_output output = hdcp_work->output; in process_output()