Home
last modified time | relevance | path

Searched refs:EINVAL (Results 1 – 9 of 9) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_container.c51 return -EINVAL; in tfa2_load_cnt()
57 return -EINVAL; in tfa2_load_cnt()
63 return -EINVAL; in tfa2_load_cnt()
69 return -EINVAL; in tfa2_load_cnt()
76 return -EINVAL; in tfa2_load_cnt()
83 return -EINVAL; in tfa2_load_cnt()
114 return -EINVAL; in tfa2_cnt_check_revid()
166 return -EINVAL; in tfa2_cnt_get_cmd()
180 return -EINVAL; /* not found */ in tfa2_cnt_get_cmd()
265 return -EINVAL; in tfa2_cnt_get_slave()
[all …]
Dtfa2_haptic.c26 return -EINVAL; in tfa2_haptic_current_effect()
83 int rc = -EINVAL; //, virtual_object = index - FW_HB_SEQ_OBJ; in tfa2_haptic_start()
121 return -EINVAL; in tfa2_haptic_start_object()
187 return -EINVAL; in tfa2_haptic_get_duration()
213 return -EINVAL; in tfa2_haptic_get_duration()
234 return -EINVAL; in tfa2_haptic_update_duration()
376 return -EINVAL; in tfa2_haptic_recalculate_wait()
417 return -EINVAL; in tfa2_hap_patch_version()
508 return -EINVAL; in tfa2_hap_load_data()
676 return -EINVAL; in tfa2_hap_calibrate()
[all …]
Dtfa2_dev.c818 rc = -EINVAL; in tfa2_dev_set_state()
1923 rc = -EINVAL; in tfa2_dev_mtp_get()
1939 int rc = -EINVAL; in tfa2_dev_mtp_get()
1993 rc = -EINVAL; in tfa2_dev_mtp_set()
2044 return -EINVAL; in tfa2_process_patch_file()
2066 return -EINVAL; in tfa2_check_patch()
2072 return -EINVAL; in tfa2_check_patch()
2078 return -EINVAL; in tfa2_check_patch()
2084 return -EINVAL; in tfa2_check_patch()
2090 return -EINVAL; in tfa2_check_patch()
[all …]
Dtfa2_init.c69 rc = -EINVAL; in tfa9894_init()
180 rc = -EINVAL; in tfa9872_init()
227 rc = -EINVAL; in tfa9873_init()
311 rc = -EINVAL; in tfa9874_init()
363 rc = -EINVAL; in tfa9878_init()
420 return -EINVAL; in tfa9912_init()
814 return -EINVAL; in tfa2_dev_specific()
Dconfig.h37 #ifndef EINVAL
38 #define EINVAL 22 /* Invalid argument */ macro
/hal_nxp-3.6.0/mcux/scripts/pinctrl/imx/
Dimx_gen_gpio.py10 from errno import ENOTDIR, EINVAL
43 sys.exit(EINVAL)
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/tfa9xxx/
Dtfa_device_hal.c112 ret = -EINVAL; in TFA_Hal_ProcessMsg()
252 return -EINVAL; // EPROTO; in TFA_Hal_CheckMsgCRC()
Dfsl_tfa9xxx.c731 return -EINVAL; in TFA9XXX_DspExecuteCommand()
737 return -EINVAL; in TFA9XXX_DspExecuteCommand()
Dfsl_tfa9xxx_IMX.c216 case -EINVAL: in TFA9XXX_ConvertErrorCode()