ret_count 343 drivers/base/firmware_loader/fallback.c ssize_t ret_count; ret_count 348 drivers/base/firmware_loader/fallback.c ret_count = -ENODEV; ret_count 352 drivers/base/firmware_loader/fallback.c ret_count = 0; ret_count 358 drivers/base/firmware_loader/fallback.c ret_count = count; ret_count 367 drivers/base/firmware_loader/fallback.c return ret_count; ret_count 607 drivers/hid/i2c-hid/i2c-hid-core.c size_t ret_count, ask_count; ret_count 623 drivers/hid/i2c-hid/i2c-hid-core.c ret_count = ihid->rawbuf[0] | (ihid->rawbuf[1] << 8); ret_count 625 drivers/hid/i2c-hid/i2c-hid-core.c if (ret_count <= 2) ret_count 628 drivers/hid/i2c-hid/i2c-hid-core.c ret_count = min(ret_count, ask_count); ret_count 631 drivers/hid/i2c-hid/i2c-hid-core.c count = min(count, ret_count - 2); ret_count 507 drivers/platform/x86/dell_rbu.c ssize_t ret_count = 0; ret_count 512 drivers/platform/x86/dell_rbu.c ret_count = read_rbu_mono_data(buffer, pos, count); ret_count 514 drivers/platform/x86/dell_rbu.c ret_count = read_packet_data(buffer, pos, count); ret_count 519 drivers/platform/x86/dell_rbu.c return ret_count; ret_count 661 fs/ocfs2/extent_map.c u64 *ret_count, unsigned int *extent_flags) ret_count 687 fs/ocfs2/extent_map.c if (ret_count) { ret_count 688 fs/ocfs2/extent_map.c *ret_count = ocfs2_clusters_to_blocks(inode->i_sb, num_clusters); ret_count 689 fs/ocfs2/extent_map.c *ret_count -= v_blkno & (u64)(bpc - 1); ret_count 38 fs/ocfs2/extent_map.h u64 *ret_count, unsigned int *extent_flags);