Home
last modified time | relevance | path

Searched refs:get_header (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dacpi_configfs.c69 static inline struct acpi_table_header *get_header(struct config_item *cfg) in get_header() function
82 struct acpi_table_header *h = get_header(cfg); in acpi_table_aml_read()
104 struct acpi_table_header *h = get_header(cfg); in acpi_table_signature_show()
114 struct acpi_table_header *h = get_header(cfg); in acpi_table_length_show()
124 struct acpi_table_header *h = get_header(cfg); in acpi_table_revision_show()
134 struct acpi_table_header *h = get_header(cfg); in acpi_table_oem_id_show()
144 struct acpi_table_header *h = get_header(cfg); in acpi_table_oem_table_id_show()
154 struct acpi_table_header *h = get_header(cfg); in acpi_table_oem_revision_show()
165 struct acpi_table_header *h = get_header(cfg); in acpi_table_asl_compiler_id_show()
176 struct acpi_table_header *h = get_header(cfg); in acpi_table_asl_compiler_revision_show()
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/signal/testcases/
H A Dtestcases.h83 struct _aarch64_ctx *get_header(struct _aarch64_ctx *head, uint32_t magic,
90 return get_header(head, 0, resv_sz, offset); in get_terminator()
H A Dtestcases.c5 struct _aarch64_ctx *get_header(struct _aarch64_ctx *head, uint32_t magic, in get_header() function
184 head = get_header(shead, EXTRA_MAGIC, resv_sz, &offs); in get_starting_head()
H A Dfake_sigreturn_missing_fpsimd.c30 head = get_header(head, FPSIMD_MAGIC, resv_sz, &offset); in fake_sigreturn_missing_fpsimd_run()