Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw87xxx/
H A Daw_monitor.c254 AW_DEV_LOGI(dev, "vbat_min:%d, vbat_max%d, vmax_vol:0x%x", in aw_monitor_write_to_table_v1()
286 AW_DEV_LOGI(dev, "vmax_data parse succeed"); in aw_monitor_parse_vol_data_v1()
302 AW_DEV_LOGI(dev, "monitor_switch:%d, monitor_time:%d (ms), monitor_count:%d, step_count:%d", in aw_monitor_parse_data_v1()
367 AW_DEV_LOGI(dev, "monitor bin parse version: %s", in aw_monitor_bin_parse()
420 AW_DEV_LOGI(dev, "The percentage is %d", in aw_monitor_get_battery_capacity()
492 AW_DEV_LOGI(aw87xxx->dev, "current prof[%s], dev_index[%d] ", in aw_chip_status_recover()
556 AW_DEV_LOGI(dev, "set dsp vmax=0x%x sucess", vmax_set); in aw_monitor_update_vmax_to_dsp()
559 AW_DEV_LOGI(dev, "vmax=0x%x no change", vmax_set); in aw_monitor_update_vmax_to_dsp()
583 AW_DEV_LOGI(dev, "timer_cnt = %d", in aw_monitor_with_dsp_vmax_work()
595 AW_DEV_LOGI(dev, "get average capacity = %d", ave_capacity); in aw_monitor_with_dsp_vmax_work()
[all …]
H A Daw_device.c200 AW_DEV_LOGI(aw_dev->dev, "reg=0x%02x, val = 0x%02x", in aw_dev_reg_update()
250 AW_DEV_LOGI(aw_dev->dev, "hw power on"); in aw_dev_hw_pwr_ctrl()
252 AW_DEV_LOGI(aw_dev->dev, "hw already power on"); in aw_dev_hw_pwr_ctrl()
259 AW_DEV_LOGI(aw_dev->dev, "hw power off"); in aw_dev_hw_pwr_ctrl()
261 AW_DEV_LOGI(aw_dev->dev, "hw already power off"); in aw_dev_hw_pwr_ctrl()
275 AW_DEV_LOGI(aw_dev->dev, "set mute down"); in aw_dev_mute_ctrl()
281 AW_DEV_LOGI(aw_dev->dev, "close mute down"); in aw_dev_mute_ctrl()
439 AW_DEV_LOGI(aw_dev->dev, "reg status is receiver mode"); in aw_dev_check_reg_is_rec_mode()
446 AW_DEV_LOGI(aw_dev->dev, "reg status is receiver mode"); in aw_dev_check_reg_is_rec_mode()
489 AW_DEV_LOGI(aw_dev->dev, "reg=0x%02x, val = 0x%02x", in aw_dev_pid_9b_reg_update()
[all …]
H A Daw87xxx.c112 AW_DEV_LOGI(aw87xxx->dev, "profile[%s] has already load ", profile); in aw87xxx_update_off_prof()
221 AW_DEV_LOGI(aw87xxx->dev, "current profile is [%s]", in aw87xxx_show_current_profile()
278 AW_DEV_LOGI(aw87xxx->dev, "profile[%s] has already load ", profile); in aw87xxx_esd_update_off_prof()
429 AW_DEV_LOGI(aw87xxx->dev, "set profile [%s]", profile_name); in aw87xxx_profile_switch_put()
459 AW_DEV_LOGI(aw87xxx->dev, "current profile:[%s]", in aw87xxx_profile_switch_get()
503 AW_DEV_LOGI(aw87xxx->dev, "get vmax = [0x%x]", vmax_val); in aw87xxxx_vmax_get()
566 AW_DEV_LOGI(aw87xxx->dev, "add codec controls[%s,%s]", in aw87xxx_kcontrol_dynamic_create()
625 AW_DEV_LOGI(aw87xxx->dev, "init profile name [%s]", in aw87xxx_init_default_prof()
691 AW_DEV_LOGI(aw87xxx->dev, "acf parse succeed"); in aw87xxx_fw_load()
729 AW_DEV_LOGI(aw87xxx->dev, "enter"); in aw87xxx_fw_load_init()
[all …]
H A Daw_acf_bin.c227 AW_DEV_LOGI(dev, "acf fimware check succeed"); in aw_check_data_v_0_0_0_1()
334 AW_DEV_LOGI(dev, "acf fimware check succeed"); in aw_check_data_v_1_0_0_0()
359 AW_DEV_LOGI(dev, "project name: [%s]", acf_hdr->project); in aw_check_acf_firmware()
360 AW_DEV_LOGI(dev, "custom name: [%s]", acf_hdr->custom); in aw_check_acf_firmware()
361 AW_DEV_LOGI(dev, "version name: [%s]", acf_hdr->version); in aw_check_acf_firmware()
362 AW_DEV_LOGI(dev, "author_id: [%d]", acf_hdr->author_id); in aw_check_acf_firmware()
459 AW_DEV_LOGI(dev, "monitor_bin parse succeed"); in aw_parse_monitor_config()
677 AW_DEV_LOGI(dev, "get profile count=[%d]", prof_count); in aw_get_prof_count_v_0_0_0_1()
698 AW_DEV_LOGI(dev, "product=[%s]----profile=[%s]", in aw_set_prof_off_info_v_0_0_0_1()
706 AW_DEV_LOGI(dev, "set default power_off with no data to profile"); in aw_set_prof_off_info_v_0_0_0_1()
[all …]
H A Daw_log.h24 #define AW_DEV_LOGI(dev, fmt, ...)\ macro