Home
last modified time | relevance | path

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

/dragonfly/sys/dev/acpica/acpi_toshiba/
H A Dacpi_toshiba.c144 static int hci_call(ACPI_HANDLE h, int op, int function, UINT32 *arg);
330 ret = hci_call(h, op, HCI_REG_FAN, state); in hci_force_fan()
355 ret = hci_call(h, op, HCI_REG_VIDEO_OUTPUT, video_output); in hci_video_output()
374 ret = hci_call(h, op, HCI_REG_LCD_BRIGHTNESS, brightness); in hci_lcd_brightness()
389 return (hci_call(h, op, HCI_REG_LCD_BACKLIGHT, backlight)); in hci_lcd_backlight()
403 ret = hci_call(h, op, HCI_REG_CPU_SPEED, speed); in hci_cpu_speed()
410 hci_call(ACPI_HANDLE h, int op, int function, UINT32 *arg) in hci_call() function
457 hci_call(h, HCI_SET, HCI_REG_SYSTEM_EVENT, &i); in hci_call()
525 while (hci_call(h, HCI_GET, HCI_REG_SYSTEM_EVENT, &key) == 0) { in acpi_toshiba_notify()