Searched refs:update_size (Results 1 – 8 of 8) sorted by relevance
| /drivers/crypto/xilinx/ |
| A D | zynqmp-sha.c | 127 int update_size; in __zynqmp_sha_digest() local 137 update_size = ZYNQMP_DMA_ALLOC_FIXED_SIZE; in __zynqmp_sha_digest() 140 update_size = remaining_len; in __zynqmp_sha_digest() 143 memcpy(ubuf, data, update_size); in __zynqmp_sha_digest() 144 flush_icache_range((unsigned long)ubuf, (unsigned long)ubuf + update_size); in __zynqmp_sha_digest() 145 ret = zynqmp_pm_sha_hash(update_dma_addr, update_size, ZYNQMP_SHA3_UPDATE); in __zynqmp_sha_digest() 149 data += update_size; in __zynqmp_sha_digest()
|
| /drivers/md/ |
| A D | md-cluster.h | 37 void (*update_size)(struct mddev *mddev, sector_t old_dev_sectors); member
|
| A D | md-cluster.c | 1290 static void update_size(struct mddev *mddev, sector_t old_dev_sectors) in update_size() function 1645 .update_size = update_size,
|
| A D | md.c | 4719 static int update_size(struct mddev *mddev, sector_t num_sectors); 4737 err = update_size(mddev, sectors); in size_store() 7421 static int update_size(struct mddev *mddev, sector_t num_sectors) in update_size() function 7455 mddev->cluster_ops->update_size(mddev, old_dev_sectors); in update_size() 7585 rv = update_size(mddev, (sector_t)info->size * 2); in update_array_info() 9891 mddev->cluster_ops->update_size(mddev, old_dev_sectors); in md_reap_sync_thread()
|
| /drivers/input/rmi4/ |
| A D | rmi_f34.h | 283 int update_size; member
|
| A D | rmi_f34.c | 171 f34->update_size; in rmi_f34_write_blocks() 204 f34->update_size = image_size + config_size; in rmi_f34_flash_firmware()
|
| A D | rmi_f34v7.c | 594 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/ |
| A D | qed_debug.c | 4663 bool update_size = *dump; in qed_ilt_dump_pages_section() local 4685 update_size = false; in qed_ilt_dump_pages_section() 4768 if (update_size) { in qed_ilt_dump_pages_section()
|
Completed in 790 milliseconds