Searched refs:hotPlugStateGet (Results 1 – 2 of 2) sorted by relevance
47 if (cntlr == NULL || cntlr->ops == NULL || cntlr->ops->hotPlugStateGet == NULL) { in HdmiHpdStatusGet()52 ret = cntlr->ops->hotPlugStateGet(cntlr); in HdmiHpdStatusGet()
144 bool (*hotPlugStateGet)(struct HdmiCntlr *cntlr); member