Searched refs:sci_read (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/platform/x86/ |
D | toshiba_acpi.c | 423 static u32 sci_read(struct toshiba_acpi_dev *dev, u32 reg, u32 *out1) in sci_read() function 498 result = sci_read(dev, SCI_ILLUMINATION, &state); in toshiba_illumination_get() 571 result = sci_read(dev, SCI_KBD_ILLUM_STATUS, time); in toshiba_kbd_illum_status_get() 640 result = sci_read(dev, SCI_TOUCHPAD, state); in toshiba_touchpad_get() 806 result = sci_read(dev, SCI_USB_SLEEP_CHARGE, mode); in toshiba_usb_sleep_charge_get() 935 result = sci_read(dev, SCI_USB_SLEEP_MUSIC, state); in toshiba_usb_sleep_music_get() 970 result = sci_read(dev, SCI_KBD_FUNCTION_KEYS, mode); in toshiba_function_keys_get() 1005 result = sci_read(dev, SCI_PANEL_POWER_ON, state); in toshiba_panel_power_on_get() 1040 result = sci_read(dev, SCI_USB_THREE, state); in toshiba_usb_three_get()
|