Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/bridge/cadence/
Dcdns-mhdp8546-core.h411 u32 sw_events; member
Dcdns-mhdp8546-core.c2409 mhdp->sw_events |= (sw_ev0 & ~CDNS_DPTX_HPD); in cdns_mhdp_irq_handler()
2421 mhdp->sw_events & event, in cdns_mhdp_wait_for_sw_event()
2428 ret = mhdp->sw_events; in cdns_mhdp_wait_for_sw_event()
2429 mhdp->sw_events &= ~event; in cdns_mhdp_wait_for_sw_event()
Dcdns-mhdp8546-hdcp.c346 mhdp->sw_events &= ~CDNS_HDCP_TX_STATUS; in cdns_mhdp_hdcp_auth_22()