Lines Matching refs:log
60 LOG_INSTANCE_PTR_DECLARE(log);
179 LOG_INST_DBG(config->log, "Enabling regulator"); in axp192_enable()
180 LOG_INST_DBG(config->log, "[0x%02x]=0x%02x mask=0x%02x", config->desc->enable_reg, in axp192_enable()
192 LOG_INST_ERR(config->log, "Failed to enable regulator"); in axp192_enable()
203 LOG_INST_DBG(config->log, "Disabling regulator"); in axp192_disable()
204 LOG_INST_DBG(config->log, "[0x%02x]=0 mask=0x%x", config->desc->enable_reg, in axp192_disable()
215 LOG_INST_ERR(config->log, "Failed to disable regulator"); in axp192_disable()
242 LOG_INST_DBG(config->log, "voltage = [min=%d, max=%d]", min_uv, max_uv); in axp192_set_voltage()
248 LOG_INST_ERR(config->log, "No voltage range window could be detected"); in axp192_set_voltage()
254 LOG_INST_DBG(config->log, "[0x%x]=0x%x mask=0x%x", config->desc->vsel_reg, idx, in axp192_set_voltage()
259 LOG_INST_ERR(config->log, "Failed to set regulator voltage"); in axp192_set_voltage()
294 LOG_INST_DBG(config->log, "PWM mode enabled"); in axp192_set_mode()
316 LOG_INST_ERR(config->log, "Setting DCDC workmode failed"); in axp192_set_mode()
353 LOG_INST_ERR(config->log, "Parent instance not ready!"); in regulator_axp192_init()
360 LOG_INST_ERR(config->log, "Reading enable status failed!"); in regulator_axp192_init()
364 LOG_INST_DBG(config->log, "is_enabled: %d", is_enabled); in regulator_axp192_init()
377 LOG_INSTANCE_PTR_INIT(log, name, node_id)}; \