Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/bridge/cadence/
H A Dcdns-mhdp8546-hdcp.c278 ret_event = cdns_mhdp_wait_for_sw_event(mhdp, CDNS_HDCP_TX_STATUS); in cdns_mhdp_hdcp_set_config()
295 ret_event = cdns_mhdp_wait_for_sw_event(mhdp, CDNS_HDCP_TX_STATUS); in cdns_mhdp_hdcp_auth_check()
319 ret_event = cdns_mhdp_wait_for_sw_event(mhdp, in cdns_mhdp_hdcp_check_receviers()
340 ret_event = cdns_mhdp_wait_for_sw_event(mhdp, in cdns_mhdp_hdcp_auth_22()
H A Dcdns-mhdp8546-core.h420 u32 cdns_mhdp_wait_for_sw_event(struct cdns_mhdp_device *mhdp, uint32_t event);
H A Dcdns-mhdp8546-core.c2419 u32 cdns_mhdp_wait_for_sw_event(struct cdns_mhdp_device *mhdp, u32 event) in cdns_mhdp_wait_for_sw_event() function