Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/support/platform/include/hdmi/
Dhdmi_core.h174 void (*hdrTimerSet)(struct HdmiCntlr *cntlr, struct HdmiHdrTimerConfig *config); member
338 if (cntlr->ops != NULL && cntlr->ops->hdrTimerSet != NULL) { in HdmiCntlrHdrTimerSet()
340 cntlr->ops->hdrTimerSet(cntlr, config); in HdmiCntlrHdrTimerSet()