Searched refs:GetPinFunc (Results 1 – 3 of 3) sorted by relevance
51 int32_t (*GetPinFunc)(struct PinCntlr *cntlr, uint32_t index, const char **funcName); member
406 if (cntlr->method == NULL || cntlr->method->GetPinFunc == NULL) { in PinCntlrGetPinFunc()428 ret = cntlr->method->GetPinFunc(cntlr, index, funcName); in PinCntlrGetPinFunc()
170 .GetPinFunc = VirtualPinGetFunc,