Searched refs:update_progress (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/rmi4/ |
H A D | rmi_f34.c | 168 f34->update_progress += f34->v5.block_size; in rmi_f34_write_blocks() 169 f34->update_status = (f34->update_progress * 100) / in rmi_f34_write_blocks() 202 f34->update_progress = 0; in rmi_f34_flash_firmware()
|
H A D | rmi_f34.h | 299 int update_progress; member
|
H A D | rmi_f34v7.c | 880 f34->update_progress += transfer; in rmi_f34v7_write_f34v7_blocks() 881 f34->update_status = (f34->update_progress * 100) / in rmi_f34v7_write_f34v7_blocks() 1198 f34->update_progress = 0; in rmi_f34v7_do_reflash()
|
/kernel/linux/linux-6.6/drivers/input/rmi4/ |
H A D | rmi_f34.c | 168 f34->update_progress += f34->v5.block_size; in rmi_f34_write_blocks() 169 f34->update_status = (f34->update_progress * 100) / in rmi_f34_write_blocks() 202 f34->update_progress = 0; in rmi_f34_flash_firmware()
|
H A D | rmi_f34.h | 282 int update_progress; member
|
H A D | rmi_f34v7.c | 763 f34->update_progress += transfer; in rmi_f34v7_write_f34v7_blocks() 764 f34->update_status = (f34->update_progress * 100) / in rmi_f34v7_write_f34v7_blocks() 1037 f34->update_progress = 0; in rmi_f34v7_do_reflash()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | extent-tree.c | 4742 struct btrfs_key update_progress; member 4823 &wc->update_progress); in reada_walk_down() 5028 ret = btrfs_comp_cpu_keys(&key, &wc->update_progress); in do_walk_down() 5184 ret = find_next_key(path, level + 1, &wc->update_progress); in walk_up_proc() 5416 memset(&wc->update_progress, 0, in btrfs_drop_snapshot() 5417 sizeof(wc->update_progress)); in btrfs_drop_snapshot() 5420 memcpy(&wc->update_progress, &key, in btrfs_drop_snapshot() 5421 sizeof(wc->update_progress)); in btrfs_drop_snapshot()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | extent-tree.c | 5020 struct btrfs_key update_progress; member 5101 &wc->update_progress); in reada_walk_down() 5307 ret = btrfs_comp_cpu_keys(&key, &wc->update_progress); in do_walk_down() 5462 ret = find_next_key(path, level + 1, &wc->update_progress); in walk_up_proc() 5696 memset(&wc->update_progress, 0, in btrfs_drop_snapshot() 5697 sizeof(wc->update_progress)); in btrfs_drop_snapshot() 5700 memcpy(&wc->update_progress, &key, in btrfs_drop_snapshot() 5701 sizeof(wc->update_progress)); in btrfs_drop_snapshot()
|
Completed in 27 milliseconds