Home
last modified time | relevance | path

Searched refs:supply (Results 1 - 5 of 5) sorted by relevance

/drivers/hdf_core/framework/model/display/driver/panel/
H A Dili9881_st_5p5.h35 struct regulator *supply; member
H A Dili9881c_boe.h36 struct regulator *supply; member
H A Dili9881_st_5p5.c422 err = regulator_enable(g_panel_dev->supply); in panel_simple_regulator_enable()
434 regulator_disable(g_panel_dev->supply); in panel_simple_regulator_disable()
444 HDF_LOGE("failed to enable supply: %d\n", err); in panel_simple_loader_protect()
498 ret = regulator_enable(panel_dev->supply); in PanelPrepare()
500 HDF_LOGE("failed to enable supply: %d\n", ret); in PanelPrepare()
549 regulator_disable(panel_dev->supply); in PanelUnprepare()
649 panel_dev->supply = devm_regulator_get(&panel_dev->dsiDev->dev, "power"); in PanelEntryInit()
650 if (panel_dev->supply == NULL) { in PanelEntryInit()
H A Dili9881c_boe.c465 ret = regulator_enable(ili9881cBoeDev->supply); in Ili9881cBoePrepare()
542 regulator_disable(ili9881cBoeDev->supply); in Ili9881cBoeUnprepare()
665 ili9881cBoeDev->supply = devm_regulator_get(&ili9881cBoeDev->dsiDev->dev, "power"); in Ili9881cBoeEntryInit()
666 if (ili9881cBoeDev->supply == NULL) { in Ili9881cBoeEntryInit()
/drivers/peripheral/audio/effect/model/src/
H A Deffect_model.c30 static int32_t EffectModelIsSupplyEffectLibs(struct IEffectModel *self, bool *supply) in EffectModelIsSupplyEffectLibs() argument
32 if (self == NULL || supply == NULL) { in EffectModelIsSupplyEffectLibs()
37 *supply = IsEffectLibExist(); in EffectModelIsSupplyEffectLibs()

Completed in 5 milliseconds