Lines Matching refs:query_1_7
427 struct f34v7_query_1_7 query_1_7; in rmi_f34v7_read_queries_bl_version() local
445 &query_1_7, in rmi_f34v7_read_queries_bl_version()
446 sizeof(query_1_7)); in rmi_f34v7_read_queries_bl_version()
453 f34->bootloader_id[0] = query_1_7.bl_minor_revision; in rmi_f34v7_read_queries_bl_version()
454 f34->bootloader_id[1] = query_1_7.bl_major_revision; in rmi_f34v7_read_queries_bl_version()
470 struct f34v7_query_1_7 query_1_7; in rmi_f34v7_read_queries() local
488 &query_1_7, in rmi_f34v7_read_queries()
489 sizeof(query_1_7)); in rmi_f34v7_read_queries()
496 f34->bootloader_id[0] = query_1_7.bl_minor_revision; in rmi_f34v7_read_queries()
497 f34->bootloader_id[1] = query_1_7.bl_major_revision; in rmi_f34v7_read_queries()
499 f34->v7.block_size = le16_to_cpu(query_1_7.block_size); in rmi_f34v7_read_queries()
501 le16_to_cpu(query_1_7.flash_config_length); in rmi_f34v7_read_queries()
502 f34->v7.payload_length = le16_to_cpu(query_1_7.payload_length); in rmi_f34v7_read_queries()
514 f34->v7.has_display_cfg = query_1_7.partition_support[1] & HAS_DISP_CFG; in rmi_f34v7_read_queries()
516 query_1_7.partition_support[1] & HAS_GUEST_CODE; in rmi_f34v7_read_queries()
540 for (i = 0; i < sizeof(query_1_7.partition_support); i++) in rmi_f34v7_read_queries()
541 f34->v7.partitions += hweight8(query_1_7.partition_support[i]); in rmi_f34v7_read_queries()
544 __func__, sizeof(query_1_7.partition_support), in rmi_f34v7_read_queries()
545 query_1_7.partition_support); in rmi_f34v7_read_queries()