Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Dmt6358-regulator.c24 struct mt6358_regulator_info { struct
34 #define to_regulator_info(x) container_of((x), struct mt6358_regulator_info, desc) argument
373 const struct mt6358_regulator_info *info = to_regulator_info(rdev->desc); in mt6358_get_buck_voltage_sel()
391 const struct mt6358_regulator_info *info = to_regulator_info(rdev->desc); in mt6358_get_status()
407 const struct mt6358_regulator_info *info = to_regulator_info(rdev->desc); in mt6358_regulator_set_mode()
432 const struct mt6358_regulator_info *info = to_regulator_info(rdev->desc); in mt6358_regulator_get_mode()
504 static const struct mt6358_regulator_info mt6358_regulators[] = {
576 static const struct mt6358_regulator_info mt6366_regulators[] = {
688 const struct mt6358_regulator_info *mt6358_info; in mt6358_regulator_probe()