Searched refs:hci_read (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/platform/x86/ | 
| D | toshiba_acpi.c | 356 static u32 hci_read(struct toshiba_acpi_dev *dev, u32 reg, u32 *out1)  in hci_read()  function 607 	result = hci_read(dev, HCI_KBD_ILLUMINATION, &state);  in toshiba_kbd_backlight_get() 1267 	u32 result = hci_read(dev, HCI_COOLING_METHOD, state);  in toshiba_cooling_method_get() 1294 	u32 result = hci_read(dev, HCI_TR_BACKLIGHT, status);  in get_tr_backlight_status() 1335 	result = hci_read(dev, HCI_LCD_BRIGHTNESS, &value);  in __get_lcd_brightness() 1447 	u32 result = hci_read(dev, HCI_VIDEO_OUT, status);  in get_video_status() 1554 	u32 result = hci_read(dev, HCI_FAN, status);  in get_fan_status() 2745 			result = hci_read(dev, HCI_SYSTEM_EVENT, &value);  in toshiba_acpi_process_hotkeys()
  |