Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw87xxx/
H A Daw_acf_bin.c82 AW_DEV_LOGE(dev, "file id [%x] check failed", *acf_file_id); in aw_check_file_id()
93 AW_DEV_LOGE(dev, "acf size check failed,size less-than aw_acf_hdr"); in aw_check_header_size()
112 AW_DEV_LOGE(dev, "acf ddt size check failed"); in aw_check_ddt_size_v_0_0_0_1()
132 AW_DEV_LOGE(dev, "acf dde[%d].data_size[%d],dev_name[%s],data_type[%d], data_size check failed", in aw_check_data_size_v_0_0_0_1()
143 AW_DEV_LOGE(dev, "acf size check failed"); in aw_check_data_size_v_0_0_0_1()
144 AW_DEV_LOGE(dev, "fw_size=%ld,hdr_size and ddt size and data size =%ld", in aw_check_data_size_v_0_0_0_1()
168 AW_DEV_LOGE(dev, "acf dde_crc check failed"); in aw_check_data_crc_v_0_0_0_1()
189 AW_DEV_LOGE(dev, "parse profile_id[%d] failed", acf_dde[i].dev_profile); in aw_check_profile_id_v_0_0_0_1()
244 AW_DEV_LOGE(dev, "acf ddt size check failed"); in aw_check_ddt_size_v_1_0_0_0()
264 AW_DEV_LOGE(dev, "acf dde[%d].data_size[%d],dev_name[%s],data_type[%d], data_size check failed", in aw_check_data_size_v_1_0_0_0()
[all …]
H A Daw_monitor.c65 AW_DEV_LOGE(dev, "monitor data_type check error!"); in aw_monitor_check_header_v_1_0_0()
70 AW_DEV_LOGE(dev, "monitor data_size error!"); in aw_monitor_check_header_v_1_0_0()
75 AW_DEV_LOGE(dev, "monitor data_byte_len error!"); in aw_monitor_check_header_v_1_0_0()
103 AW_DEV_LOGE(dev, "bin len is less than aw_bin_header and monitoor_header,check failed"); in aw_monitor_check_data_v1_size()
110 AW_DEV_LOGE(dev, "bin data len is not enough,check failed"); in aw_monitor_check_data_v1_size()
132 AW_DEV_LOGE(dev, "bin data_ver[0x%x] non support", in aw_monitor_check_data_size()
148 AW_DEV_LOGE(dev, "bin len is less than aw_bin_header,check failed"); in aw_monitor_check_bin_header()
157 AW_DEV_LOGE(dev, "monitor bin haeder info check error!"); in aw_monitor_check_bin_header()
162 AW_DEV_LOGE(dev, "bin version[0x%x] non support", in aw_monitor_check_bin_header()
180 AW_DEV_LOGE(dev, "check_sum[%d] is not equal to data_sum[%d]", in aw_monitor_bin_check_sum()
[all …]
H A Daw87xxx.c117 AW_DEV_LOGE(aw87xxx->dev, "load profile[%s] failed ", profile); in aw87xxx_update_off_prof()
123 AW_DEV_LOGE(aw87xxx->dev, "load profile[%s] failed ", profile); in aw87xxx_update_off_prof()
153 AW_DEV_LOGE(aw87xxx->dev, "profile_cfg not load"); in aw87xxx_update_profile()
164 AW_DEV_LOGE(aw87xxx->dev, "not found [%s] parameter", profile); in aw87xxx_update_profile()
170 AW_DEV_LOGE(aw87xxx->dev, "not found data container"); in aw87xxx_update_profile()
184 AW_DEV_LOGE(aw87xxx->dev, "load profile[%s] failed ", in aw87xxx_update_profile()
192 AW_DEV_LOGE(aw87xxx->dev, "load profile[%s] failed ", in aw87xxx_update_profile()
283 AW_DEV_LOGE(aw87xxx->dev, "load profile[%s] failed ", profile); in aw87xxx_esd_update_off_prof()
289 AW_DEV_LOGE(aw87xxx->dev, "load profile[%s] failed ", profile); in aw87xxx_esd_update_off_prof()
316 AW_DEV_LOGE(aw87xxx->dev, "profile_cfg not load"); in aw87xxx_esd_update_profile()
[all …]
H A Daw_device.c92 AW_DEV_LOGE(aw_dev->dev, "i2c_write cnt=%d error=%d", in aw_dev_i2c_write_byte()
113 AW_DEV_LOGE(aw_dev->dev, "i2c_read cnt=%d error=%d", in aw_dev_i2c_read_byte()
148 AW_DEV_LOGE(aw_dev->dev, "transfer failed"); in aw_dev_i2c_read_msg()
151 AW_DEV_LOGE(aw_dev->dev, "transfer failed(size error)"); in aw_dev_i2c_read_msg()
166 AW_DEV_LOGE(aw_dev->dev, "i2c read error, ret=%d", ret); in aw_dev_i2c_write_bits()
173 AW_DEV_LOGE(aw_dev->dev, "i2c write error, ret=%d", ret); in aw_dev_i2c_write_bits()
195 AW_DEV_LOGE(aw_dev->dev, "dev is pwr_off,can not update reg"); in aw_dev_reg_update()
296 AW_DEV_LOGE(aw_dev->dev, "hw is off,can not softrst"); in aw_dev_soft_reset()
306 AW_DEV_LOGE(aw_dev->dev, "softrst_info not init"); in aw_dev_soft_reset()
311 AW_DEV_LOGE(aw_dev->dev, "softrst data_len[%d] is odd number,data not available", in aw_dev_soft_reset()
[all …]
H A Daw_log.h30 #define AW_DEV_LOGE(dev, fmt, ...)\ macro