| /third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/ |
| D | lpc32xx_nand_mlc.c | 238 struct lpc32xx_oob *oob = (struct lpc32xx_oob *)chip->oob_poi; in lpc32xx_read_page_hwecc() local 286 struct lpc32xx_oob *oob = (struct lpc32xx_oob *)chip->oob_poi; in lpc32xx_read_page_raw() local 334 struct lpc32xx_oob *oob = (struct lpc32xx_oob *)chip->oob_poi; in lpc32xx_read_oob() local 388 struct lpc32xx_oob *oob = (struct lpc32xx_oob *)chip->oob_poi; in lpc32xx_write_page_hwecc() local 446 struct lpc32xx_oob *oob = (struct lpc32xx_oob *)chip->oob_poi; in lpc32xx_write_page_raw() local 482 struct lpc32xx_oob *oob = (struct lpc32xx_oob *)chip->oob_poi; in lpc32xx_write_oob() local 622 struct lpc32xx_oob *oob) in read_single_page() 722 struct lpc32xx_oob oob; in nand_spl_load_image() local
|
| D | sunxi_nand.c | 807 u8 *oob, int oob_off, in sunxi_nfc_hw_ecc_read_chunk() 904 u8 *oob, int *cur_off, in sunxi_nfc_hw_ecc_read_extra_oob() 935 const u8 *oob, int oob_off, in sunxi_nfc_hw_ecc_write_chunk() 985 u8 *oob, int *cur_off, in sunxi_nfc_hw_ecc_write_extra_oob() 1020 u8 *oob = chip->oob_poi + oob_off; in sunxi_nfc_hw_ecc_read_page() local 1058 u8 *oob = chip->oob_poi + oob_off; in sunxi_nfc_hw_ecc_read_subpage() local 1086 const u8 *oob = chip->oob_poi + oob_off; in sunxi_nfc_hw_ecc_write_page() local 1120 const u8 *oob = chip->oob_poi + oob_off; in sunxi_nfc_hw_ecc_write_subpage() local 1150 u8 *oob = chip->oob_poi + (i * (ecc->bytes + 4)); in sunxi_nfc_hw_syndrome_ecc_read_page() local 1184 const u8 *oob = chip->oob_poi + (i * (ecc->bytes + 4)); in sunxi_nfc_hw_syndrome_ecc_write_page() local
|
| D | am335x_spl_bch.c | 161 uint8_t *oob = &oob_data[0] + nand_ecc_pos[0]; in nand_read_page() local
|
| D | fsl_elbc_nand.c | 74 unsigned int oob; /* Non zero if operating on OOB data */ member 155 static void set_addr(struct mtd_info *mtd, int column, int page_addr, int oob) in set_addr() 247 static void fsl_elbc_do_read(struct nand_chip *chip, int oob) in fsl_elbc_do_read()
|
| D | fsl_ifc_nand.c | 56 unsigned int oob; /* Non zero if operating on OOB data */ member 222 static void set_addr(struct mtd_info *mtd, int column, int page_addr, int oob) in set_addr() 331 int oob, in fsl_ifc_do_read()
|
| D | mxc_nand.c | 445 uint8_t *oob = chip->oob_poi; local 492 uint8_t *oob = chip->oob_poi; local 582 uint8_t *oob = chip->oob_poi; local 624 uint8_t *oob = chip->oob_poi; local
|
| D | fsmc_nand.c | 347 uint8_t oob[13] __attribute__ ((aligned (2))); in fsmc_read_page_hwecc() local
|
| D | nand_base.c | 1799 uint8_t *oob = chip->oob_poi; in nand_read_page_raw_syndrome() local 2156 uint8_t *oob = chip->oob_poi; in nand_read_page_syndrome() local 2232 static uint8_t *nand_transfer_oob(struct nand_chip *chip, uint8_t *oob, in nand_transfer_oob() 2315 uint8_t *bufpoi, *oob, *buf; in nand_do_read_ops() local 2829 uint8_t *oob = chip->oob_poi; in nand_write_page_raw_syndrome() local 3030 uint8_t *oob = chip->oob_poi; in nand_write_page_syndrome() local 3133 static uint8_t *nand_fill_oob(struct mtd_info *mtd, uint8_t *oob, size_t len, in nand_fill_oob() 3202 uint8_t *oob = ops->oobbuf; in nand_do_write_ops() local
|
| D | atmel_nand.c | 533 uint8_t *oob = chip->oob_poi; in atmel_nand_pmecc_read_page() local 1027 uint8_t *oob = chip->oob_poi; in atmel_nand_read_page() local
|
| D | nand_util.c | 937 void nand_fill_ecc(struct nand_chip *chip, uint8_t *oob, size_t len) in nand_fill_ecc()
|
| D | denali.c | 731 uint8_t *oob = chip->oob_poi; in denali_read_page_raw() local 865 const uint8_t *oob = chip->oob_poi; in denali_write_page_raw() local
|
| D | omap_gpmc.c | 593 uint8_t *oob = chip->oob_poi; in omap_read_page_bch() local
|
| D | vf610_nfc.c | 553 uint8_t *oob, int page) in vf610_nfc_correct_data()
|
| D | nand_bbt.c | 353 uint8_t *buf, uint8_t *oob) in scan_write_bbt()
|
| /third_party/uboot/u-boot-2020.01/fs/yaffs2/ |
| D | yaffs_mtdif.c | 28 static inline void translate_spare2oob(const struct yaffs_spare *spare, u8 *oob) in translate_spare2oob() 42 static inline void translate_oob2spare(struct yaffs_spare *spare, u8 *oob) in translate_oob2spare()
|
| /third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/brcmnand/ |
| D | brcmnand.c | 1114 static int read_oob_from_regs(struct brcmnand_controller *ctrl, int i, u8 *oob, in read_oob_from_regs() 1138 const u8 *oob, int sas, int sector_1k) in write_oob_to_regs() 1599 u8 *oob, u64 *err_addr) in brcmnand_read_by_pio() 1679 void *oob = chip->oob_poi; in brcmstb_nand_verify_erased_page() local 1715 u64 addr, unsigned int trans, u32 *buf, u8 *oob) in brcmnand_read() 1806 u8 *oob = oob_required ? (u8 *)chip->oob_poi : NULL; in brcmnand_read_page() local 1818 u8 *oob = oob_required ? (u8 *)chip->oob_poi : NULL; in brcmnand_read_page_raw() local 1852 u64 addr, const u32 *buf, u8 *oob) in brcmnand_write() 1928 void *oob = oob_required ? chip->oob_poi : NULL; in brcmnand_write_page() local 1941 void *oob = oob_required ? chip->oob_poi : NULL; in brcmnand_write_page_raw() local
|
| /third_party/uboot/u-boot-2020.01/cmd/ |
| D | onenand.c | 62 size_t *retlen, u_char *buf, int oob) in onenand_block_read() 385 int oob = 0; in do_onenand_read() local
|
| /third_party/pulseaudio/src/modules/raop/ |
| D | raop-sink.c | 82 bool oob; member
|
| D | raop-client.c | 1746 bool oob = true; in pa_raop_client_register_pollfd() local
|
| /third_party/libinput/tools/ |
| D | libinput-debug-tablet.c | 113 bool oob = false; in print_bar() local
|
| /third_party/uboot/u-boot-2020.01/drivers/mtd/onenand/ |
| D | onenand_base.c | 1419 const u_char *oob = ops->oobbuf; in onenand_write_ops_nolock() local
|