Searched refs:ACPI_OFFSET (Results  1 – 6 of 6) sorted by relevance
| /Linux-v6.6/include/acpi/platform/ | 
| D | aclinux.h | 120 #define ACPI_OFFSET(d, f)                   offsetof(d, f)  macro 187 #define ACPI_OFFSET(d, f)   offsetof(d, f)  macro
  | 
| /Linux-v6.6/drivers/acpi/acpica/ | 
| D | acresrc.h | 85 #define ACPI_RS_OFFSET(f)               (u8) ACPI_OFFSET (struct acpi_resource,f) 86 #define AML_OFFSET(f)                   (u8) ACPI_OFFSET (union aml_resource,f)
  | 
| D | acinterp.h | 17 #define ACPI_EXD_OFFSET(f)          (u8) ACPI_OFFSET (union acpi_operand_object,f) 18 #define ACPI_EXD_NSOFFSET(f)        (u8) ACPI_OFFSET (struct acpi_namespace_node,f)
  | 
| D | rsdumpinfo.c | 16 #define ACPI_RSD_OFFSET(f)          (u8) ACPI_OFFSET (union acpi_resource_data,f) 17 #define ACPI_PRT_OFFSET(f)          (u8) ACPI_OFFSET (struct acpi_pci_routing_table,f)
  | 
| /Linux-v6.6/include/acpi/ | 
| D | actbl.h | 377 #define ACPI_FADT_OFFSET(f)             (u16) ACPI_OFFSET (struct acpi_table_fadt, f)
  | 
| D | actypes.h | 513 #ifndef ACPI_OFFSET 514 #define ACPI_OFFSET(d, f)               ACPI_PTR_DIFF (&(((d *) 0)->f), (void *) 0)  macro
  |