Searched defs:regulator_driver_api (Results 1 – 1 of 1) sorted by relevance
101 __subsystem struct regulator_driver_api { struct102 regulator_enable_t enable;103 regulator_disable_t disable;104 regulator_count_voltages_t count_voltages;105 regulator_list_voltage_t list_voltage;106 regulator_set_voltage_t set_voltage;107 regulator_get_voltage_t get_voltage;108 regulator_count_current_limits_t count_current_limits;109 regulator_list_current_limit_t list_current_limit;110 regulator_set_current_limit_t set_current_limit;[all …]