Home
last modified time | relevance | path

Searched refs:EBADMSG (Results 1 – 25 of 49) sorted by relevance

12

/openbmc/u-boot/drivers/misc/
H A Datsha204a-i2c.c200 return -EBADMSG; in atsha204a_recv_resp()
235 return -EBADMSG; in atsha204a_wakeup()
280 if (!res || res == -EMSGSIZE || res == -EBADMSG) in atsha204a_transaction()
347 return -EBADMSG; in atsha204a_read()
H A Dcros_ec_i2c.c99 return -EBADMSG; in cros_ec_i2c_packet()
/openbmc/libpldm/src/
H A Dapi.h29 case -EBADMSG: in pldm_xlate_errno()
/openbmc/u-boot/drivers/mtd/nand/spi/
H A Dgigadevice.c85 return -EBADMSG; in gd5f1gq4u_ecc_get_status()
H A Dmicron.c77 return -EBADMSG; in mt29f2g01abagd_ecc_get_status()
H A Dmacronix.c74 return -EBADMSG; in mx35lf1ge4ab_ecc_get_status()
H A Dcore.c499 return -EBADMSG; in spinand_check_ecc_status()
586 if (ret < 0 && ret != -EBADMSG) in spinand_mtd_read()
589 if (ret == -EBADMSG) { in spinand_mtd_read()
606 ret = -EBADMSG; in spinand_mtd_read()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_ecc.c173 return -EBADMSG; in nand_correct_data()
H A Ddavinci_nand.c245 return -EBADMSG; in nand_davinci_correct_data()
255 return -EBADMSG; in nand_davinci_correct_data()
694 return -EBADMSG; in nand_davinci_4bit_correct_data()
H A Domap_elm.c118 return -EBADMSG; in elm_check_error()
H A Ddenali_spl.c49 return -EBADMSG; in wait_for_irq()
H A Dnand_bch.c89 count = -EBADMSG; in nand_bch_correct_data()
H A Dmxc_nand_spl.c234 return -EBADMSG; in nfc_read_page()
H A Ddenali.c526 return irq_status & ecc_err_mask ? -EBADMSG : 0; in denali_pio_read()
604 ret = -EBADMSG; in denali_dma_xfer()
797 if (ret && ret != -EBADMSG) in denali_read_page()
802 else if (ret == -EBADMSG) in denali_read_page()
/openbmc/u-boot/include/linux/
H A Derrno.h82 #define EBADMSG 74 /* Not a data message */ macro
/openbmc/hiomapd/
H A Dtransport_mbox.c44 { EBADMSG, MBOX_R_PARAM_ERROR },
57 { EBADMSG, MBOX_R_SEQ_ERROR },
503 return -EBADMSG; in check_req_valid()
/openbmc/phosphor-hwmon/
H A Dhwmonio.cpp76 EBADMSG,
/openbmc/u-boot/lib/
H A Derrno_str.c88 ERRNO_MSG(EBADMSG, "Not a data message"),
/openbmc/libpldm/src/dsp/
H A Dfirmware_update.c908 return -EBADMSG; in decode_descriptor_type_length_value_errno()
958 return -EBADMSG; in decode_vendor_defined_descriptor_value_errno()
1021 return -EBADMSG; in decode_pldm_comp_image_info_errno()
1050 return -EBADMSG; in decode_pldm_comp_image_info_errno()
1055 return -EBADMSG; in decode_pldm_comp_image_info_errno()
1558 return pldm_msgbuf_discard(buf, -EBADMSG); in decode_query_downstream_devices_resp()
1652 return pldm_msgbuf_discard(buf, -EBADMSG); in decode_query_downstream_identifiers_resp()
1721 return -EBADMSG; in encode_get_downstream_firmware_parameters_req()
1779 return pldm_msgbuf_discard(buf, -EBADMSG); in decode_get_downstream_firmware_parameters_resp()
2119 return pldm_msgbuf_discard(buf, -EBADMSG); in decode_request_update_req()
[all …]
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_mtdif2.c156 if (tags && retval == -EBADMSG in nandmtd2_read_chunk_tags()
/openbmc/qemu/linux-user/
H A Derrnos.c.inc33 E(EBADMSG)
/openbmc/phosphor-host-ipmid/user_channel/
H A Dpasswd_mgr.cpp175 return -EBADMSG; in encryptDecryptData()
314 return -EBADMSG; in readPasswdFileData()
/openbmc/u-boot/drivers/mtd/onenand/
H A Donenand_base.c490 return -EBADMSG; in onenand_wait()
893 if (ret == -EBADMSG) in onenand_read_ops_nolock()
984 return -EBADMSG; in onenand_read_ops_nolock()
1055 if (ret && ret != -EBADMSG) { in onenand_read_oob_nolock()
1086 return -EBADMSG; in onenand_read_oob_nolock()
1304 return -EBADMSG; in onenand_verify_oob()
1343 return -EBADMSG; in onenand_verify()
/openbmc/u-boot/fs/ubifs/
H A Dscan.c146 if (err && err != -EBADMSG) { in ubifs_start_scan()
H A Dio.c102 if (err && (err != -EBADMSG || even_ebadmsg)) { in ubifs_leb_read()
937 if (err && err != -EBADMSG) in ubifs_read_node_wbuf()
994 if (err && err != -EBADMSG) in ubifs_read_node()

12