Lines Matching refs:ACPI_HANDLE
128 ACPI_HANDLE handle;
129 ACPI_HANDLE video_handle;
135 typedef int hci_fn_t(ACPI_HANDLE, int, UINT32 *);
146 static int hci_call(ACPI_HANDLE h, int op, int function, UINT32 *arg);
147 static void hci_key_action(struct acpi_toshiba_softc *sc, ACPI_HANDLE h,
149 static void acpi_toshiba_notify(ACPI_HANDLE h, UINT32 notify,
321 hci_force_fan(ACPI_HANDLE h, int op, UINT32 *state) in hci_force_fan()
338 hci_video_output(ACPI_HANDLE h, int op, UINT32 *video_output) in hci_video_output()
365 hci_lcd_brightness(ACPI_HANDLE h, int op, UINT32 *brightness) in hci_lcd_brightness()
382 hci_lcd_backlight(ACPI_HANDLE h, int op, UINT32 *backlight) in hci_lcd_backlight()
394 hci_cpu_speed(ACPI_HANDLE h, int op, UINT32 *speed) in hci_cpu_speed()
411 hci_call(ACPI_HANDLE h, int op, int function, UINT32 *arg) in hci_call()
473 hci_key_action(struct acpi_toshiba_softc *sc, ACPI_HANDLE h, UINT32 key) in hci_key_action()
517 acpi_toshiba_notify(ACPI_HANDLE h, UINT32 notify, void *context) in acpi_toshiba_notify()