Lines Matching refs:h
77 struct acpi_table_header *h = get_header(cfg); in acpi_table_aml_read() local
79 if (!h) in acpi_table_aml_read()
83 memcpy(data, h, h->length); in acpi_table_aml_read()
85 return h->length; in acpi_table_aml_read()
99 struct acpi_table_header *h = get_header(cfg); in acpi_table_signature_show() local
101 if (!h) in acpi_table_signature_show()
104 return sprintf(str, "%.*s\n", ACPI_NAME_SIZE, h->signature); in acpi_table_signature_show()
109 struct acpi_table_header *h = get_header(cfg); in acpi_table_length_show() local
111 if (!h) in acpi_table_length_show()
114 return sprintf(str, "%d\n", h->length); in acpi_table_length_show()
119 struct acpi_table_header *h = get_header(cfg); in acpi_table_revision_show() local
121 if (!h) in acpi_table_revision_show()
124 return sprintf(str, "%d\n", h->revision); in acpi_table_revision_show()
129 struct acpi_table_header *h = get_header(cfg); in acpi_table_oem_id_show() local
131 if (!h) in acpi_table_oem_id_show()
134 return sprintf(str, "%.*s\n", ACPI_OEM_ID_SIZE, h->oem_id); in acpi_table_oem_id_show()
139 struct acpi_table_header *h = get_header(cfg); in acpi_table_oem_table_id_show() local
141 if (!h) in acpi_table_oem_table_id_show()
144 return sprintf(str, "%.*s\n", ACPI_OEM_TABLE_ID_SIZE, h->oem_table_id); in acpi_table_oem_table_id_show()
149 struct acpi_table_header *h = get_header(cfg); in acpi_table_oem_revision_show() local
151 if (!h) in acpi_table_oem_revision_show()
154 return sprintf(str, "%d\n", h->oem_revision); in acpi_table_oem_revision_show()
159 struct acpi_table_header *h = get_header(cfg); in acpi_table_asl_compiler_id_show() local
161 if (!h) in acpi_table_asl_compiler_id_show()
164 return sprintf(str, "%.*s\n", ACPI_NAME_SIZE, h->asl_compiler_id); in acpi_table_asl_compiler_id_show()
170 struct acpi_table_header *h = get_header(cfg); in acpi_table_asl_compiler_revision_show() local
172 if (!h) in acpi_table_asl_compiler_revision_show()
175 return sprintf(str, "%d\n", h->asl_compiler_revision); in acpi_table_asl_compiler_revision_show()