Home
last modified time | relevance | path

Searched refs:set_watchdog_in_ms (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/amd/display/modules/hdcp/
Dhdcp2_transition.c60 set_watchdog_in_ms(hdcp, 100, output); in mod_hdcp_hdcp2_transition()
105 set_watchdog_in_ms(hdcp, 2000, output); in mod_hdcp_hdcp2_transition()
107 set_watchdog_in_ms(hdcp, 1000, output); in mod_hdcp_hdcp2_transition()
127 set_watchdog_in_ms(hdcp, 200, output); in mod_hdcp_hdcp2_transition()
159 set_watchdog_in_ms(hdcp, 200, output); in mod_hdcp_hdcp2_transition()
215 set_watchdog_in_ms(hdcp, 3000, output); in mod_hdcp_hdcp2_transition()
316 set_watchdog_in_ms(hdcp, 100, output); in mod_hdcp_hdcp2_transition()
430 set_watchdog_in_ms(hdcp, 2000, output); in mod_hdcp_hdcp2_dp_transition()
432 set_watchdog_in_ms(hdcp, 1000, output); in mod_hdcp_hdcp2_dp_transition()
448 set_watchdog_in_ms(hdcp, 200, output); in mod_hdcp_hdcp2_dp_transition()
[all …]
Dhdcp1_transition.c87 set_watchdog_in_ms(hdcp, 5000, output); in mod_hdcp_hdcp1_transition()
189 set_watchdog_in_ms(hdcp, 100, output); in mod_hdcp_hdcp1_dp_transition()
238 set_watchdog_in_ms(hdcp, 5000, output); in mod_hdcp_hdcp1_dp_transition()
Dhdcp.h499 static inline void set_watchdog_in_ms(struct mod_hdcp *hdcp, uint16_t time, in set_watchdog_in_ms() function