| /u-boot/drivers/mtd/ubi/ |
| A D | upd.c | 49 static int set_update_marker(struct ubi_device *ubi, struct ubi_volume *vol) in set_update_marker() 82 static int clear_update_marker(struct ubi_device *ubi, struct ubi_volume *vol, in clear_update_marker() 122 int ubi_start_update(struct ubi_device *ubi, struct ubi_volume *vol, in ubi_start_update() 176 int ubi_start_leb_change(struct ubi_device *ubi, struct ubi_volume *vol, in ubi_start_leb_change() 227 static int write_leb(struct ubi_device *ubi, struct ubi_volume *vol, int lnum, in write_leb() 273 int ubi_more_update_data(struct ubi_device *ubi, struct ubi_volume *vol, in ubi_more_update_data() 393 int ubi_more_leb_change_data(struct ubi_device *ubi, struct ubi_volume *vol, in ubi_more_leb_change_data()
|
| A D | kapi.c | 127 struct ubi_volume *vol; in ubi_open_volume() local 334 struct ubi_volume *vol = desc->vol; in ubi_close_volume() local 378 struct ubi_volume *vol = desc->vol; in leb_read_sanity_check() local 432 struct ubi_volume *vol = desc->vol; in ubi_leb_read() local 472 struct ubi_volume *vol = desc->vol; in ubi_leb_read_sg() local 524 struct ubi_volume *vol = desc->vol; in ubi_leb_write() local 569 struct ubi_volume *vol = desc->vol; in ubi_leb_change() local 609 struct ubi_volume *vol = desc->vol; in ubi_leb_erase() local 670 struct ubi_volume *vol = desc->vol; in ubi_leb_unmap() local 706 struct ubi_volume *vol = desc->vol; in ubi_leb_map() local [all …]
|
| A D | vmt.c | 67 struct ubi_volume *vol = container_of(dev, struct ubi_volume, dev); in vol_attribute_show() local 136 struct ubi_volume *vol = container_of(dev, struct ubi_volume, dev); in vol_release() local 156 struct ubi_volume *vol; in ubi_create_volume() local 365 struct ubi_volume *vol = desc->vol; in ubi_remove_volume() local 437 struct ubi_volume *vol = desc->vol; in ubi_resize_volume() local 569 struct ubi_volume *vol = re->desc->vol; in ubi_rename_volumes() local 593 int ubi_add_volume(struct ubi_device *ubi, struct ubi_volume *vol) in ubi_add_volume() 639 void ubi_free_volume(struct ubi_device *ubi, struct ubi_volume *vol) in ubi_free_volume() 659 const struct ubi_volume *vol; in self_check_volume() local
|
| A D | eba.c | 319 int ubi_eba_unmap_leb(struct ubi_device *ubi, struct ubi_volume *vol, in ubi_eba_unmap_leb() 367 int ubi_eba_read_leb(struct ubi_device *ubi, struct ubi_volume *vol, int lnum, in ubi_eba_read_leb() 494 int ubi_eba_read_leb_sg(struct ubi_device *ubi, struct ubi_volume *vol, in ubi_eba_read_leb_sg() 556 struct ubi_volume *vol = ubi->volumes[idx]; in recover_peb() local 657 int ubi_eba_write_leb(struct ubi_device *ubi, struct ubi_volume *vol, int lnum, in ubi_eba_write_leb() 790 int ubi_eba_write_leb_st(struct ubi_device *ubi, struct ubi_volume *vol, in ubi_eba_write_leb_st() 907 int ubi_eba_atomic_leb_change(struct ubi_device *ubi, struct ubi_volume *vol, in ubi_eba_atomic_leb_change() 1060 struct ubi_volume *vol; in ubi_eba_copy_leb() local 1299 struct ubi_volume *vol; in self_check_eba() local 1391 struct ubi_volume *vol; in ubi_eba_init() local
|
| A D | vtbl.c | 138 struct ubi_volume *vol = re->desc->vol; in ubi_vtbl_rename_volumes() local 537 struct ubi_volume *vol; local 671 static int check_av(const struct ubi_volume *vol, 720 struct ubi_volume *vol; local
|
| A D | misc.c | 55 struct ubi_volume *vol = ubi->volumes[vol_id]; in ubi_check_volume() local
|
| A D | build.c | 178 int ubi_volume_notify(struct ubi_device *ubi, struct ubi_volume *vol, int ntype) in ubi_volume_notify() 815 struct ubi_volume *vol = ubi->volumes[vol_id]; in autoresize() local
|
| A D | debug.c | 99 void ubi_dump_vol_info(const struct ubi_volume *vol) in ubi_dump_vol_info()
|
| A D | ubi.h | 363 struct ubi_volume *vol; member 838 #define ubi_create_gluebi(ubi, vol) 0 argument 840 static inline int ubi_destroy_gluebi(struct ubi_volume *vol) in ubi_destroy_gluebi() 845 #define ubi_gluebi_updated(vol) argument
|
| A D | fastmap.c | 1118 struct ubi_volume *vol; in ubi_write_fastmap() local
|
| /u-boot/cmd/ |
| A D | ubi.c | 152 static int ubi_check_volumename(const struct ubi_volume *vol, char *name) in ubi_check_volumename() 252 struct ubi_volume *vol = NULL; in ubi_find_volume() local 268 struct ubi_volume *vol; in ubi_remove_vol() local 321 struct ubi_volume *vol; in ubi_rename_vol() local 360 struct ubi_volume *vol; in ubi_volume_continue_write() local 397 struct ubi_volume *vol; in ubi_volume_begin_write() local 428 struct ubi_volume *vol; in ubi_volume_read() local 530 struct ubi_volume *vol; in ubi_set_skip_check() local
|
| /u-boot/drivers/pinctrl/nxp/ |
| A D | pinctrl-mxs.c | 66 u32 *pin_data, val, ma, vol, pull; in mxs_pinctrl_set_state() local
|
| /u-boot/include/power/ |
| A D | s5m8767.h | 75 const struct sec_voltage_desc *vol; member
|
| /u-boot/drivers/power/regulator/ |
| A D | fan53555.c | 157 u8 vol; in fan53555_regulator_set_value() local
|
| A D | pfuze100.c | 51 #define PFUZE100_FIXED_REG(_name, base, vol) \ argument
|
| /u-boot/fs/ubifs/ |
| A D | super.c | 2158 int dev, vol; in open_ubi() local
|
| /u-boot/arch/mips/include/asm/ |
| A D | mipsregs.h | 1315 #define ___read_32bit_c0_register(source, sel, vol) \ argument 1331 #define ___read_64bit_c0_register(source, sel, vol) \ argument 1439 #define __read_64bit_c0_split(source, sel, vol) \ argument
|