Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/test/dm/
H A Dregulator.c42 static const char *regulator_names[OUTPUT_COUNT][OUTPUT_NAME_COUNT] = { variable
66 devname = regulator_names[i][DEVNAME]; in dm_test_power_regulator_get()
67 platname = regulator_names[i][PLATNAME]; in dm_test_power_regulator_get()
105 platname = regulator_names[BUCK1][PLATNAME]; in dm_test_power_regulator_set_get_voltage()
132 platname = regulator_names[LDO1][PLATNAME]; in dm_test_power_regulator_set_get_current()
147 platname = regulator_names[LDO2][PLATNAME]; in dm_test_power_regulator_set_get_current()
170 platname = regulator_names[LDO1][PLATNAME]; in dm_test_power_regulator_set_get_enable()
189 platname = regulator_names[LDO1][PLATNAME]; in dm_test_power_regulator_set_get_mode()
214 platname = regulator_names[BUCK1][PLATNAME]; in dm_test_power_regulator_autoset()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/
H A Dpanel-feixin-k101-im2ba02.c19 static const char * const regulator_names[] = { variable
29 struct regulator_bulk_data supplies[ARRAY_SIZE(regulator_names)];
455 ctx->supplies[i].supply = regulator_names[i]; in k101_im2ba02_dsi_probe()
H A Dpanel-truly-nt35597.c21 static const char * const regulator_names[] = { variable
57 struct regulator_bulk_data supplies[ARRAY_SIZE(regulator_names)];
478 ctx->supplies[i].supply = regulator_names[i]; in truly_nt35597_panel_add()
H A Dpanel-jdi-lt070me05000.c28 static const char * const regulator_names[] = { variable
37 struct regulator_bulk_data supplies[ARRAY_SIZE(regulator_names)];
403 jdi->supplies[i].supply = regulator_names[i]; in jdi_panel_add()
/OK3568_Linux_fs/u-boot/drivers/video/rockchip/
H A Drk_hdmi.h14 const char * const *regulator_names; member
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_core_linux.c4519 static const char * const regulator_names[] = { in power_control_init()
4537 for (i = 0; i < ARRAY_SIZE(regulator_names); i++) { in power_control_init()
4539 regulator_names[i]); in power_control_init()
4603 kbdev->token = dev_pm_opp_set_regulators(kbdev->dev, regulator_names); in power_control_init()
4614 dev_pm_opp_set_regulators(kbdev->dev, regulator_names, in power_control_init()