Home
last modified time | relevance | path

Searched refs:acpi_SetInteger (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/acpica/
H A Dacpi_dock.c132 acpi_SetInteger(h, "_LCK", lock); in acpi_dock_execute_lck()
145 status = acpi_SetInteger(h, ejx, eject); in acpi_dock_execute_ejx()
312 acpi_SetInteger(handle, "_EJ0", 0); in acpi_dock_eject_child()
H A Dacpi_video.c999 status = acpi_SetInteger(handle, "_DOS", policy); in vid_set_switch_policy()
1180 status = acpi_SetInteger(vo->handle, "_BCM", level); in vo_set_brightness()
1246 status = acpi_SetInteger(handle, "_DSS", state); in vo_set_device_state()
H A Dacpi_pci.c422 status = acpi_SetInteger(h, "_EJ0", 1); in acpi_pci_device_notify_handler()
H A Dacpivar.h392 ACPI_STATUS acpi_SetInteger(ACPI_HANDLE handle, char *path,
H A Dacpi.c2720 acpi_SetInteger(ACPI_HANDLE handle, char *path, UINT32 number) in acpi_SetInteger() function
3085 return (acpi_SetInteger(ACPI_ROOT_OBJECT, "_PIC", model)); in acpi_SetIntrModel()
3628 acpi_SetInteger(handle, "_PSW", 1); in acpi_wake_sleep_prep()
3663 acpi_SetInteger(handle, "_PSW", 0); in acpi_wake_run_prep()
H A Dacpi_thermal.c942 status = acpi_SetInteger(sc->tz_handle, "_SCP", in acpi_tz_power_profile()
/freebsd/sys/dev/acpi_support/
H A Dacpi_rapidstart.c117 acpi_SetInteger(acpi_get_handle(dev), in sysctl_acpi_rapidstart_gen_handler()
H A Dacpi_sony.c183 acpi_SetInteger(acpi_get_handle(dev), in sysctl_acpi_sony_gen_handler()
H A Dacpi_toshiba.c345 status = acpi_SetInteger(h, METHOD_VIDEO, *video_output); in hci_video_output()
H A Dacpi_ibm.c905 status = acpi_SetInteger(sc->handle, IBM_NAME_EVENTS_STATUS_SET, arg); in acpi_ibm_sysctl_set()
1270 return acpi_SetInteger(sc->handle, IBM_NAME_WLAN_BT_SET, val); in acpi_ibm_bluetooth_set()
/freebsd/sys/dev/gpio/
H A Dgpioaei.c72 acpi_SetInteger(sc->handle, NULL, sc->pin); in gpio_aei_intr()