Home
last modified time | relevance | path

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

/drivers/leds/
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()
/drivers/input/rmi4/
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()
Drmi_f34.c170 f34->update_size; in rmi_f34_write_blocks()
203 f34->update_size = image_size + config_size; in rmi_f34_flash_firmware()
Drmi_f34.h300 int update_size; member
/drivers/md/
Dmd-cluster.h33 void (*update_size)(struct mddev *mddev, sector_t old_dev_sectors); member
Dmd-cluster.c1253 static void update_size(struct mddev *mddev, sector_t old_dev_sectors) in update_size() function
1582 .update_size = update_size,
Dmd.c4742 static int update_size(struct mddev *mddev, sector_t num_sectors);
4760 err = update_size(mddev, sectors); in size_store()
7256 static int update_size(struct mddev *mddev, sector_t num_sectors) in update_size() function
7291 md_cluster_ops->update_size(mddev, old_dev_sectors); in update_size()
7401 rv = update_size(mddev, (sector_t)info->size * 2); in update_array_info()
9536 md_cluster_ops->update_size(mddev, old_dev_sectors); in md_reap_sync_thread()