Home
last modified time | relevance | path

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

/drivers/crypto/xilinx/
Dzynqmp-sha.c131 int update_size; in zynqmp_sha_digest() local
141 update_size = ZYNQMP_DMA_ALLOC_FIXED_SIZE; in zynqmp_sha_digest()
144 update_size = remaining_len; in zynqmp_sha_digest()
147 memcpy(ubuf, data, update_size); in zynqmp_sha_digest()
148 flush_icache_range((unsigned long)ubuf, (unsigned long)ubuf + update_size); in zynqmp_sha_digest()
149 ret = zynqmp_pm_sha_hash(update_dma_addr, update_size, ZYNQMP_SHA3_UPDATE); in zynqmp_sha_digest()
153 data += update_size; in zynqmp_sha_digest()
/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/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.c4713 static int update_size(struct mddev *mddev, sector_t num_sectors);
4731 err = update_size(mddev, sectors); in size_store()
7277 static int update_size(struct mddev *mddev, sector_t num_sectors) in update_size() function
7312 md_cluster_ops->update_size(mddev, old_dev_sectors); in update_size()
7422 rv = update_size(mddev, (sector_t)info->size * 2); in update_array_info()
9574 md_cluster_ops->update_size(mddev, old_dev_sectors); in md_reap_sync_thread()
/drivers/input/rmi4/
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.h283 int update_size; member
Drmi_f34v7.c594 f34->update_size += block_count; in rmi_f34v7_check_bl_config_size()
765 f34->update_size; in rmi_f34v7_write_f34v7_blocks()
1038 f34->update_size = 0; in rmi_f34v7_do_reflash()
/drivers/net/ethernet/qlogic/qed/
Dqed_debug.c4662 bool update_size = *dump; in qed_ilt_dump_pages_section() local
4684 update_size = false; in qed_ilt_dump_pages_section()
4767 if (update_size) { in qed_ilt_dump_pages_section()