Home
last modified time | relevance | path

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

12

/u-boot/drivers/misc/
A Datsha204a-i2c.c204 return -EBADMSG; in atsha204a_recv_resp()
239 return -EBADMSG; in atsha204a_wakeup()
284 if (!res || res == -EMSGSIZE || res == -EBADMSG) in atsha204a_transaction()
351 return -EBADMSG; in atsha204a_read()
A Dcros_ec_i2c.c100 return -EBADMSG; in cros_ec_i2c_packet()
/u-boot/lib/crypto/
A Dpkcs7_parser.c382 return -EBADMSG; in pkcs7_note_signerinfo_version()
398 return -EBADMSG; in pkcs7_extract_cert()
502 return -EBADMSG;
519 return -EBADMSG;
581 return -EBADMSG;
587 return -EBADMSG;
668 return -EBADMSG;
A Dx509_cert_parser.c283 return -EBADMSG; in x509_note_signature()
475 return -EBADMSG; in x509_extract_key_data()
500 return -EBADMSG; in x509_process_extension()
502 return -EBADMSG; in x509_process_extension()
613 return -EBADMSG; in x509_decode_time()
617 return -EBADMSG; in x509_decode_time()
A Dpkcs7_verify.c109 ret = -EBADMSG; in pkcs7_digest()
204 ret = -EBADMSG; in pkcs7_digest()
255 return -EBADMSG; in pkcs7_get_digest()
A Dasymmetric_type.c400 ret = -EBADMSG; in asymmetric_key_preparse()
405 if (ret != -EBADMSG) { in asymmetric_key_preparse()
/u-boot/lib/
A Doid_registry.c154 return -EBADMSG; in sprint_oid()
176 BUG_ON(ret == -EBADMSG); in sprint_OID()
A Dasn1_decoder.c383 return -EBADMSG; in asn1_ber_decoder()
481 return -EBADMSG; in asn1_ber_decoder()
524 return -EBADMSG; in asn1_ber_decoder()
A Derrno_str.c88 ERRNO_MSG(EBADMSG, "Not a data message"),
/u-boot/drivers/mtd/nand/spi/
A Dgigadevice.c109 return -EBADMSG; in gd5fxgq4xexxg_ecc_get_status()
146 return -EBADMSG; in gd5fxgq5xexxg_ecc_get_status()
A Dmacronix.c76 return -EBADMSG; in mx35lf1ge4ab_ecc_get_status()
A Dmicron.c103 return -EBADMSG; in micron_8_ecc_get_status()
A Dtoshiba.c86 return -EBADMSG; in tx58cxgxsxraix_ecc_get_status()
A Dcore.c504 return -EBADMSG; in spinand_check_ecc_status()
592 if (ret < 0 && ret != -EBADMSG) in spinand_mtd_read()
595 if (ret == -EBADMSG) { in spinand_mtd_read()
612 ret = -EBADMSG; in spinand_mtd_read()
/u-boot/drivers/mtd/nand/raw/
A Dnand_ecc.c173 return -EBADMSG; in nand_correct_data()
A Domap_elm.c118 return -EBADMSG; in elm_check_error()
A Ddavinci_nand.c247 return -EBADMSG; in nand_davinci_correct_data()
257 return -EBADMSG; in nand_davinci_correct_data()
696 return -EBADMSG; in nand_davinci_4bit_correct_data()
A Ddenali_spl.c51 return -EBADMSG; in wait_for_irq()
A Dnand_bch.c91 count = -EBADMSG; in nand_bch_correct_data()
A Dmxc_nand_spl.c235 return -EBADMSG; in nfc_read_page()
A Dstm32_fmc2_nand.c370 return -EBADMSG; in stm32_fmc2_nfc_ham_correct()
385 return -EBADMSG; in stm32_fmc2_nfc_ham_correct()
481 return -EBADMSG; in stm32_fmc2_nfc_bch_correct()
530 if (stat == -EBADMSG) in stm32_fmc2_nfc_read_page()
/u-boot/include/linux/
A Derrno.h82 #define EBADMSG 74 /* Not a data message */ macro
/u-boot/fs/yaffs2/
A Dyaffs_mtdif2.c157 if (tags && retval == -EBADMSG in nandmtd2_read_chunk_tags()
/u-boot/fs/ubifs/
A Dscan.c148 if (err && err != -EBADMSG) { in ubifs_start_scan()
/u-boot/drivers/mtd/onenand/
A Donenand_base.c493 return -EBADMSG; in onenand_wait()
896 if (ret == -EBADMSG) in onenand_read_ops_nolock()
987 return -EBADMSG; in onenand_read_ops_nolock()
1058 if (ret && ret != -EBADMSG) { in onenand_read_oob_nolock()
1089 return -EBADMSG; in onenand_read_oob_nolock()
1307 return -EBADMSG; in onenand_verify_oob()
1346 return -EBADMSG; in onenand_verify()

Completed in 47 milliseconds

12