Home
last modified time | relevance | path

Searched refs:hotPlugStateGet (Results 1 – 2 of 2) sorted by relevance

/drivers/hdf_core/framework/support/platform/src/hdmi/
Dhdmi_event.c47 if (cntlr == NULL || cntlr->ops == NULL || cntlr->ops->hotPlugStateGet == NULL) { in HdmiHpdStatusGet()
52 ret = cntlr->ops->hotPlugStateGet(cntlr); in HdmiHpdStatusGet()
/drivers/hdf_core/framework/support/platform/include/hdmi/
Dhdmi_core.h144 bool (*hotPlugStateGet)(struct HdmiCntlr *cntlr); member