Searched refs:sci_read (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/platform/x86/ |
D | toshiba_acpi.c | 441 static u32 sci_read(struct toshiba_acpi_dev *dev, u32 reg, u32 *out1) in sci_read() function 521 result = sci_read(dev, SCI_ILLUMINATION, &state); in toshiba_illumination_get() 598 result = sci_read(dev, SCI_KBD_ILLUM_STATUS, time); in toshiba_kbd_illum_status_get() 667 result = sci_read(dev, SCI_TOUCHPAD, state); in toshiba_touchpad_get() 857 result = sci_read(dev, SCI_USB_SLEEP_CHARGE, mode); in toshiba_usb_sleep_charge_get() 1001 result = sci_read(dev, SCI_USB_SLEEP_MUSIC, state); in toshiba_usb_sleep_music_get() 1036 result = sci_read(dev, SCI_KBD_FUNCTION_KEYS, mode); in toshiba_function_keys_get() 1071 result = sci_read(dev, SCI_PANEL_POWER_ON, state); in toshiba_panel_power_on_get() 1106 result = sci_read(dev, SCI_USB_THREE, state); in toshiba_usb_three_get()
|