Lines Matching refs:charger_max20335_config

62 struct charger_max20335_config {  struct
109 const struct charger_max20335_config *const config = dev->config; in max20335_get_charger_status()
154 const struct charger_max20335_config *const config = dev->config; in max20335_get_charger_online()
179 const struct charger_max20335_config *const config = dev->config; in max20335_set_recharge_threshold()
210 const struct charger_max20335_config *const config = dev->config; in max20335_set_constant_charge_voltage()
230 const struct charger_max20335_config *const config = dev->config; in max20335_set_chgin_to_sys_current_limit()
260 const struct charger_max20335_config *const config = dev->config; in max20335_set_sys_voltage_min_threshold()
281 const struct charger_max20335_config *const config = dev->config; in max20335_set_thermistor_mode()
312 const struct charger_max20335_config *const config = dev->config; in max20335_set_enabled()
324 const struct charger_max20335_config *config = dev->config; in max20335_get_interrupt_source()
345 const struct charger_max20335_config *config = dev->config; in max20335_enable_interrupts()
365 const struct charger_max20335_config *config = dev->config; in max20335_init_properties()
408 const struct charger_max20335_config *config = dev->config; in max20335_update_properties()
499 const struct charger_max20335_config *const config = dev->config; in max20335_enable_interrupt_pin()
586 const struct charger_max20335_config *config = dev->config; in max20335_configure_interrupt_pin()
613 const struct charger_max20335_config *config = dev->config; in max20335_init()
657 static const struct charger_max20335_config charger_max20335_config_##inst = { \