Searched refs:vid_hdr_offset (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/mtd/ubi/ |
| H A D | build.c | 669 if (ubi->vid_hdr_offset < 0) in io_init() 732 if (ubi->vid_hdr_offset == 0) in io_init() 734 ubi->vid_hdr_offset = ubi->vid_hdr_aloffset = in io_init() 737 ubi->vid_hdr_aloffset = ubi->vid_hdr_offset & in io_init() 739 ubi->vid_hdr_shift = ubi->vid_hdr_offset - in io_init() 744 ubi->leb_start = ubi->vid_hdr_offset + UBI_VID_HDR_SIZE; in io_init() 747 dbg_gen("vid_hdr_offset %d", ubi->vid_hdr_offset); in io_init() 760 if (ubi->vid_hdr_offset < UBI_EC_HDR_SIZE || in io_init() 761 ubi->leb_start < ubi->vid_hdr_offset + UBI_VID_HDR_SIZE || in io_init() 765 ubi->vid_hdr_offset, ubi->leb_start); in io_init() [all …]
|
| H A D | io.c | 665 int vid_hdr_offset, leb_start; in validate_ec_hdr() local 668 vid_hdr_offset = be32_to_cpu(ec_hdr->vid_hdr_offset); in validate_ec_hdr() 677 if (vid_hdr_offset != ubi->vid_hdr_offset) { in validate_ec_hdr() 679 vid_hdr_offset, ubi->vid_hdr_offset); in validate_ec_hdr() 845 ec_hdr->vid_hdr_offset = cpu_to_be32(ubi->vid_hdr_offset); in ubi_io_write_ec_hdr()
|
| H A D | ubi-media.h | 150 __be32 vid_hdr_offset; member
|
| H A D | ubi.h | 615 int vid_hdr_offset; member 901 int vid_hdr_offset, int max_beb_per1024);
|
| H A D | debug.c | 60 pr_err("\tvid_hdr_offset %d\n", be32_to_cpu(ec_hdr->vid_hdr_offset)); in ubi_dump_ec_hdr()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ubi/ |
| H A D | build.c | 610 if (ubi->vid_hdr_offset < 0) in io_init() 673 if (ubi->vid_hdr_offset == 0) in io_init() 675 ubi->vid_hdr_offset = ubi->vid_hdr_aloffset = in io_init() 678 ubi->vid_hdr_aloffset = ubi->vid_hdr_offset & in io_init() 680 ubi->vid_hdr_shift = ubi->vid_hdr_offset - in io_init() 685 ubi->leb_start = ubi->vid_hdr_offset + UBI_VID_HDR_SIZE; in io_init() 688 dbg_gen("vid_hdr_offset %d", ubi->vid_hdr_offset); in io_init() 701 if (ubi->vid_hdr_offset < UBI_EC_HDR_SIZE || in io_init() 702 ubi->leb_start < ubi->vid_hdr_offset + UBI_VID_HDR_SIZE || in io_init() 706 ubi->vid_hdr_offset, ubi->leb_start); in io_init() [all …]
|
| H A D | io.c | 627 int vid_hdr_offset, leb_start; in validate_ec_hdr() local 630 vid_hdr_offset = be32_to_cpu(ec_hdr->vid_hdr_offset); in validate_ec_hdr() 639 if (vid_hdr_offset != ubi->vid_hdr_offset) { in validate_ec_hdr() 641 vid_hdr_offset, ubi->vid_hdr_offset); in validate_ec_hdr() 807 ec_hdr->vid_hdr_offset = cpu_to_be32(ubi->vid_hdr_offset); in ubi_io_write_ec_hdr()
|
| H A D | ubi-media.h | 152 __be32 vid_hdr_offset; member
|
| H A D | ubi.h | 645 int vid_hdr_offset; member 942 int vid_hdr_offset, int max_beb_per1024);
|
| H A D | debug.c | 57 pr_err("\tvid_hdr_offset %d\n", be32_to_cpu(ec_hdr->vid_hdr_offset)); in ubi_dump_ec_hdr()
|
| H A D | cdev.c | 1043 err = ubi_attach_mtd_dev(mtd, req.ubi_num, req.vid_hdr_offset, in ctrl_cdev_ioctl()
|
| /OK3568_Linux_fs/u-boot/include/mtd/ |
| H A D | ubi-user.h | 270 __s32 vid_hdr_offset; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/mtd/ |
| H A D | ubi-user.h | 283 __s32 vid_hdr_offset; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/mtd/ |
| H A D | ubi-user.h | 283 __s32 vid_hdr_offset; member
|
| /OK3568_Linux_fs/kernel/include/uapi/mtd/ |
| H A D | ubi-user.h | 288 __s32 vid_hdr_offset; member
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | ubi.c | 76 ubi->vid_hdr_offset, ubi->vid_hdr_aloffset); in display_ubi_info()
|