Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/dsi/
Ddsi_cfg.c13 { .supply = "vdda", .init_load_uA = 100000 }, /* 1.2 V */
14 { .supply = "avdd", .init_load_uA = 10000 }, /* 3.0 V */
15 { .supply = "vddio", .init_load_uA = 100000 }, /* 1.8 V */
33 { .supply = "vdd", .init_load_uA = 150000 }, /* 3.0 V */
34 { .supply = "vdda", .init_load_uA = 100000 }, /* 1.2 V */
35 { .supply = "vddio", .init_load_uA = 100000 }, /* 1.8 V */
53 { .supply = "vdda", .init_load_uA = 100000 }, /* 1.2 V */
54 { .supply = "vddio", .init_load_uA = 100000 }, /* 1.8 V */
72 { .supply = "vdda", .init_load_uA = 100000 }, /* 1.2 V */
73 { .supply = "vddio", .init_load_uA = 100000 }, /* 1.8 V */
[all …]
/linux-6.1.9/drivers/gpu/drm/msm/dsi/phy/
Ddsi_phy_20nm.c133 { .supply = "vddio", .init_load_uA = 100000 }, /* 1.8 V */
134 { .supply = "vcca", .init_load_uA = 10000 }, /* 1.0 V */
Ddsi_phy_14nm.c1027 { .supply = "vcca", .init_load_uA = 17000 },
1031 { .supply = "vcca", .init_load_uA = 73400 },
Ddsi_phy_7nm.c1036 { .supply = "vdds", .init_load_uA = 36000 },
1040 { .supply = "vdds", .init_load_uA = 37550 },
Ddsi_phy_28nm_8960.c642 { .supply = "vddio", .init_load_uA = 100000 }, /* 1.8 V */
Ddsi_phy_28nm.c768 { .supply = "vddio", .init_load_uA = 100000 },
Ddsi_phy_10nm.c1023 { .supply = "vdds", .init_load_uA = 36000 },
/linux-6.1.9/include/linux/regulator/
Dconsumer.h188 int init_load_uA; member
/linux-6.1.9/drivers/regulator/
Dcore.c4823 if (consumers[i].init_load_uA > 0) { in regulator_bulk_get()
4825 consumers[i].init_load_uA); in regulator_bulk_get()