Lines Matching refs:query_1_7
430 struct f34v7_query_1_7 query_1_7; in rmi_f34v7_read_queries_bl_version() local
448 &query_1_7, in rmi_f34v7_read_queries_bl_version()
449 sizeof(query_1_7)); in rmi_f34v7_read_queries_bl_version()
456 f34->bootloader_id[0] = query_1_7.bl_minor_revision; in rmi_f34v7_read_queries_bl_version()
457 f34->bootloader_id[1] = query_1_7.bl_major_revision; in rmi_f34v7_read_queries_bl_version()
473 struct f34v7_query_1_7 query_1_7; in rmi_f34v7_read_queries() local
491 &query_1_7, in rmi_f34v7_read_queries()
492 sizeof(query_1_7)); in rmi_f34v7_read_queries()
499 f34->bootloader_id[0] = query_1_7.bl_minor_revision; in rmi_f34v7_read_queries()
500 f34->bootloader_id[1] = query_1_7.bl_major_revision; in rmi_f34v7_read_queries()
502 f34->v7.block_size = le16_to_cpu(query_1_7.block_size); in rmi_f34v7_read_queries()
504 le16_to_cpu(query_1_7.flash_config_length); in rmi_f34v7_read_queries()
505 f34->v7.payload_length = le16_to_cpu(query_1_7.payload_length); in rmi_f34v7_read_queries()
517 f34->v7.has_display_cfg = query_1_7.partition_support[1] & HAS_DISP_CFG; in rmi_f34v7_read_queries()
519 query_1_7.partition_support[1] & HAS_GUEST_CODE; in rmi_f34v7_read_queries()
543 for (i = 0; i < sizeof(query_1_7.partition_support); i++) in rmi_f34v7_read_queries()
544 f34->v7.partitions += hweight8(query_1_7.partition_support[i]); in rmi_f34v7_read_queries()
547 __func__, sizeof(query_1_7.partition_support), in rmi_f34v7_read_queries()
548 query_1_7.partition_support); in rmi_f34v7_read_queries()