Searched refs:dev_err (Results 1 – 5 of 5) sorted by relevance
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/ |
D | tfa2_haptic.c | 120 …dev_err(&client->dev, "invalid object idx=%d, addr=%d, cmdobjsel_idx=%d\n", index, address, cmdobj… in tfa2_haptic_start_object() 415 …dev_err(&tfa->i2c->dev, "%s: unsupported firmware version 0x%x, expected 0x%x\n", __func__, fw_ver… in tfa2_hap_patch_version() 472 dev_err(&tfa->i2c->dev, "Error, recalculation did not finish\n"); in tfa2_hap_recalc() 479 dev_err(&tfa->i2c->dev, "Error reading f0\n"); in tfa2_hap_recalc() 507 dev_err(&tfa->i2c->dev, "No [%s] profile found\n", profile_name); in tfa2_hap_load_data() 601 dev_err(&tfa->i2c->dev, "Error, waiting for operating state in recalculation\n"); in tfa2_hap_recalculate() 631 dev_err(&tfa->i2c->dev, "Error loading data patch\n"); in tfa2_dev_start_hapticboost() 675 dev_err(&tfa->i2c->dev, "HB calibration not done, no config found in container\n"); in tfa2_hap_calibrate() 695 dev_err(&tfa->i2c->dev, "Error clearing F0 in MTP\n"); in tfa2_hap_calibrate() 715 dev_err(&tfa->i2c->dev, "Error, calibration profile start\n"); in tfa2_hap_calibrate() [all …]
|
D | tfa2_dev.c | 83 dev_err(&tfa->i2c->dev, "can't read MANSTATE\n"); in tfa2_show_current_state() 124 dev_err(&tfa->i2c->dev, "error reading revid from slave 0x%02x\n", tfa->i2c->addr); in tfa2_dev_probe() 454 dev_err(&tfa->i2c->dev, "%s : error %d returned by write profile\n", __FUNCTION__, rc); in tfa2_dev_start() 628 dev_err(&tfa->i2c->dev, "Powerdown wait timedout.\n"); in tfa2_dev_set_state() 649 dev_err(&tfa->i2c->dev, "Powerdown wait timedout.\n"); in tfa2_dev_set_state() 990 dev_err(&tfa->i2c->dev, "I2C fails when read clks!\n"); in tfa2_dev_dsp_system_stable() 1138 …dev_err(&client->dev, "timeout waiting for bitfield:0x%04x, value:%d, %d times\n", bf, wait_value,… in tfa2_i2c_bf_poll() 1280 dev_err(&client->dev, "i2c reg read for 0x%x failed\n", reg); in tfa2_i2c_read_reg() 1304 dev_err(&client->dev, "i2c reg write for 0x%x failed\n", reg); in tfa2_i2c_write_reg() 1322 dev_err(&i2c->dev, "i2c reg read for 0x%x failed\n", addr); in tfa2_i2c_read_regs() [all …]
|
D | tfa2_init.c | 68 dev_err(&tfa->i2c->dev, "%s: unknown device revision: 0x%02x\n", __FUNCTION__, tfa->rev); in tfa9894_init() 109 dev_err(&tfa->i2c->dev, "error writing MTP: 0x%02x 0x%04x\n", addr, mtp_new); in tfa9894_tfa_mtp_write_wrapper() 179 … dev_err(&tfa->i2c->dev, "%s: unknown device revision: 0x%02x\n", __FUNCTION__, tfa->rev); in tfa9872_init() 226 … dev_err(&tfa->i2c->dev, "%s: unknown device revision: 0x%02x\n", __FUNCTION__, tfa->rev); in tfa9873_init() 310 … dev_err(&tfa->i2c->dev, "%s: unknown device revision: 0x%02x\n", __FUNCTION__, tfa->rev); in tfa9874_init() 362 … dev_err(&tfa->i2c->dev, "%s: unknown device revision: 0x%02x\n", __FUNCTION__, tfa->rev); in tfa9878_init() 598 dev_err(&tfa->i2c->dev, "error writing MTP: 0x%02x 0x%04x\n", addr, mtp_new); in tfa2_init_mtp_write_wrapper() 813 dev_err(&tfa->i2c->dev, "%s: unknown device type : 0x%02x\n", __FUNCTION__, tfa->rev); in tfa2_dev_specific()
|
D | tfa2_container.c | 665 dev_err(&tfa->i2c->dev, "unsupported list item:%d\n", dsc->type); in tfa2_cnt_write_item() 719 dev_err(&tfa->i2c->dev, "%s: rpc_status = 0x%x\n", __func__, rpc_status); in tfa2_cnt_write_msg() 851 …dev_err(&tfa->i2c->dev, "Header is of unknown type: %c%c (0x%x)\n", type & 0xff, (type >> 8) & 0xf… in tfa2_cnt_write_file() 875 dev_err(&tfa->i2c->dev, "Error trying to get the (previous) swprofile \n"); in tfa2_cnt_write_profile() 957 dev_err(&tfa->i2c->dev, "Error trying to get the (previous) swprofile \n"); in tfa2_cnt_write_transient_profile()
|
D | tfa2_dev.h | 53 #define dev_err(I, ...) tfaprintf(LOG_ERR, I, __VA_ARGS__) macro 62 #define pr_err(...) dev_err(NULL, __VA_ARGS__)
|