Searched refs:hci_write1 (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/platform/x86/ |
D | toshiba_acpi.c | 339 static u32 hci_write1(struct toshiba_acpi_dev *dev, u32 reg, u32 in1) in hci_write1() function 649 result = hci_write1(dev, HCI_KBD_ILLUMINATION, state); in toshiba_kbd_backlight_set() 1321 hci_result = hci_write1(dev, HCI_TR_BACKLIGHT, value); in set_tr_backlight_status() 1399 hci_result = hci_write1(dev, HCI_LCD_BRIGHTNESS, value); in set_lcd_brightness() 1595 hci_result = hci_write1(dev, HCI_FAN, value); in fan_proc_write() 1635 hci_result = hci_write1(dev, HCI_SYSTEM_EVENT, 1); in keys_proc_show() 1772 result = hci_write1(toshiba, HCI_FAN, state); in fan_store() 2394 result = hci_write1(dev, HCI_HOTKEY_EVENT, HCI_HOTKEY_ENABLE); in toshiba_acpi_enable_hotkeys() 2411 result = hci_write1(dev, HCI_HOTKEY_EVENT, in toshiba_acpi_enable_special_functions() 2505 hci_write1(dev, HCI_SYSTEM_EVENT, 1); in toshiba_acpi_process_hotkeys() [all …]
|