Searched refs:SetCfg (Results 1 – 9 of 9) sorted by relevance
23 int32_t (*SetCfg)(struct SpiCntlr *cntlr, struct SpiCfg *cfg); member
23 int32_t (*SetCfg)(struct I2sCntlr *cntlr, struct I2sCfg *cfg); member
189 if (cntlr->method == NULL || cntlr->method->SetCfg == NULL) { in I2sCntlrSetCfg()195 ret = cntlr->method->SetCfg(cntlr, cfg); in I2sCntlrSetCfg()
87 if (cntlr->method == NULL || cntlr->method->SetCfg == NULL) { in SpiCntlrSetCfg()94 ret = cntlr->method->SetCfg(cntlr, cfg); in SpiCntlrSetCfg()
319 .SetCfg = VirtualSpiSetCfg,
303 .SetCfg = SpiDevSetCfg,
540 .SetCfg = SpiDevSetCfg,
601 .SetCfg = SpiDevSetCfg,
369 .SetCfg = SpiAdapterSetCfg,