HomeSort by: relevance | last modified time | path
    Searched defs:acpibat_get_object (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/acpi/
acpi_bat.c 185 static ACPI_OBJECT *acpibat_get_object(ACPI_HANDLE, const char *, uint32_t);
325 acpibat_get_object(ACPI_HANDLE hdl, const char *pth, uint32_t count) function in typeref:typename:ACPI_OBJECT *
363 obj = acpibat_get_object(hdl, "_BIF", ACPIBAT_BIF_COUNT);
525 obj = acpibat_get_object(hdl, "_BST", ACPIBAT_BST_COUNT);
acpi_bat.c 185 static ACPI_OBJECT *acpibat_get_object(ACPI_HANDLE, const char *, uint32_t);
325 acpibat_get_object(ACPI_HANDLE hdl, const char *pth, uint32_t count) function in typeref:typename:ACPI_OBJECT *
363 obj = acpibat_get_object(hdl, "_BIF", ACPIBAT_BIF_COUNT);
525 obj = acpibat_get_object(hdl, "_BST", ACPIBAT_BST_COUNT);
acpi_bat.c 185 static ACPI_OBJECT *acpibat_get_object(ACPI_HANDLE, const char *, uint32_t);
325 acpibat_get_object(ACPI_HANDLE hdl, const char *pth, uint32_t count) function in typeref:typename:ACPI_OBJECT *
363 obj = acpibat_get_object(hdl, "_BIF", ACPIBAT_BIF_COUNT);
525 obj = acpibat_get_object(hdl, "_BST", ACPIBAT_BST_COUNT);

Completed in 33 milliseconds