Home
last modified time | relevance | path

Searched refs:update_size (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/u-boot/common/
H A Dupdate.c234 ulong update_addr, update_fladdr, update_size; in update_tftp() local
309 &update_fladdr, &update_size)) { in update_tftp()
318 update_size)) { in update_tftp()
326 update_size, interface, devstring); in update_tftp()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dblock-rsv.h69 bool update_size);
75 u64 num_bytes, bool update_size);
H A Dblock-rsv.c161 bool update_size) in btrfs_block_rsv_migrate() argument
169 btrfs_block_rsv_add_bytes(dst, num_bytes, update_size); in btrfs_block_rsv_migrate()
314 u64 num_bytes, bool update_size) in btrfs_block_rsv_add_bytes() argument
318 if (update_size) in btrfs_block_rsv_add_bytes()
H A Dtree-log.c1939 bool update_size = (key->type == BTRFS_DIR_INDEX_KEY); in replay_one_name() local
2000 update_size = false; in replay_one_name()
2019 if (!ret && update_size) { in replay_one_name()
2043 update_size = false; in replay_one_name()
2057 update_size = false; in replay_one_name()
2067 update_size = false; in replay_one_name()
/OK3568_Linux_fs/kernel/drivers/leds/
H A Dleds-lp8501.c210 int update_size; in lp8501_update_program_memory() local
240 update_size = i; in lp8501_update_program_memory()
241 for (i = 0; i < update_size; i++) in lp8501_update_program_memory()
/OK3568_Linux_fs/kernel/drivers/base/arm/memory_group_manager/
H A Dmemory_group_manager.c231 static void update_size(struct memory_group_manager_device *mgm_dev, unsigned int group_id, in update_size() function
278 update_size(mgm_dev, group_id, order, true); in example_mgm_alloc_page()
303 update_size(mgm_dev, group_id, order, false); in example_mgm_free_page()
/OK3568_Linux_fs/kernel/drivers/input/rmi4/
H A Drmi_f34v7.c579 f34->update_size += block_count; in rmi_f34v7_check_ui_firmware_size()
596 f34->update_size += block_count; in rmi_f34v7_check_ui_config_size()
611 f34->update_size += block_count; in rmi_f34v7_check_dp_config_size()
626 f34->update_size += block_count; in rmi_f34v7_check_guest_code_size()
641 f34->update_size += block_count; in rmi_f34v7_check_bl_config_size()
882 f34->update_size; in rmi_f34v7_write_f34v7_blocks()
1199 f34->update_size = 0; in rmi_f34v7_do_reflash()
H A Drmi_f34.c170 f34->update_size; in rmi_f34_write_blocks()
203 f34->update_size = image_size + config_size; in rmi_f34_flash_firmware()
H A Drmi_f34.h300 int update_size; member
/OK3568_Linux_fs/kernel/drivers/md/
H A Dmd-cluster.h33 void (*update_size)(struct mddev *mddev, sector_t old_dev_sectors); member
H A Dmd-cluster.c1254 static void update_size(struct mddev *mddev, sector_t old_dev_sectors) in update_size() function
1586 .update_size = update_size,
H A Dmd.c4704 static int update_size(struct mddev *mddev, sector_t num_sectors);
4722 err = update_size(mddev, sectors); in size_store()
7222 static int update_size(struct mddev *mddev, sector_t num_sectors) in update_size() function
7257 md_cluster_ops->update_size(mddev, old_dev_sectors); in update_size()
7367 rv = update_size(mddev, (sector_t)info->size * 2); in update_array_info()
9424 md_cluster_ops->update_size(mddev, old_dev_sectors); in md_reap_sync_thread()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/vp9/
H A Dvp9d_parser.c449 static RK_S32 update_size(Vp9CodecContext *ctx, RK_S32 w, RK_S32 h, RK_S32 fmt) in update_size() function
1017 if ((res = update_size(ctx, w, h, fmt)) < 0) { in decode_parser_header()