Searched refs:hci_read1 (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/platform/x86/ |
D | toshiba_acpi.c | 348 static u32 hci_read1(struct toshiba_acpi_dev *dev, u32 reg, u32 *out1) in hci_read1() function 628 result = hci_read1(dev, HCI_KBD_ILLUMINATION, &state); in toshiba_kbd_backlight_get() 1311 hci_result = hci_read1(dev, HCI_TR_BACKLIGHT, &status); in get_tr_backlight_status() 1344 hci_result = hci_read1(dev, HCI_LCD_BRIGHTNESS, &value); in __get_lcd_brightness() 1449 hci_result = hci_read1(dev, HCI_VIDEO_OUT, status); in get_video_status() 1555 hci_result = hci_read1(dev, HCI_FAN, status); in get_fan_status() 1623 hci_result = hci_read1(dev, HCI_SYSTEM_EVENT, &value); in keys_proc_show() 2493 hci_result = hci_read1(dev, HCI_SYSTEM_EVENT, &value); in toshiba_acpi_process_hotkeys()
|