Home
last modified time | relevance | path

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

/netbsd/sys/dev/acpi/
H A Dacpi_util.h108 ACPI_STATUS acpi_dsm_integer(ACPI_HANDLE, uint8_t *, ACPI_INTEGER,
H A Dsdhc_acpi.c372 rv = acpi_dsm_integer(asc->sc_handle, sdhc_acpi_rockchip_dsm_uuid, in sdhc_acpi_rockchip_bus_clock()
H A Dacpi_util.c1156 acpi_dsm_integer(ACPI_HANDLE handle, uint8_t *uuid, ACPI_INTEGER rev, in acpi_dsm_integer() function
/netbsd/sys/dev/i2c/
H A Dihidev.c1025 status = acpi_dsm_integer(hdl, i2c_hid_guid, 1, 1, NULL, &val); in ihidev_acpi_get_info()