Home
last modified time | relevance | path

Searched refs:hci_write (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/platform/x86/
Dtoshiba_acpi.c359 static u32 hci_write(struct toshiba_acpi_dev *dev, u32 reg, u32 in1) in hci_write() function
640 result = hci_write(dev, HCI_KBD_ILLUMINATION, state); in toshiba_kbd_backlight_set()
1292 u32 result = hci_write(dev, HCI_COOLING_METHOD, state); in toshiba_cooling_method_set()
1318 u32 result = hci_write(dev, HCI_TR_BACKLIGHT, !status); in set_tr_backlight_status()
1406 result = hci_write(dev, HCI_LCD_BRIGHTNESS, value); in set_lcd_brightness()
1578 u32 result = hci_write(dev, HCI_FAN, status); in set_fan_status()
2664 result = hci_write(dev, HCI_HOTKEY_EVENT, in toshiba_acpi_enable_hotkeys()
2667 result = hci_write(dev, HCI_HOTKEY_EVENT, HCI_HOTKEY_ENABLE); in toshiba_acpi_enable_hotkeys()
2770 result = hci_write(dev, HCI_SYSTEM_EVENT, 1); in toshiba_acpi_process_hotkeys()
2852 else if (hci_write(dev, HCI_SYSTEM_EVENT, 1) == TOS_SUCCESS) in toshiba_acpi_setup_keyboard()
[all …]
/Linux-v4.19/sound/pci/hda/
Dpatch_ca0132.c2679 const struct dsp_image_seg *hci_write = NULL; in dspxfr_one_seg() local
2686 hci_write = fls; in dspxfr_one_seg()
2690 if (hci_write && (!fls || is_last(fls))) { in dspxfr_one_seg()
2692 return dspxfr_hci_write(codec, hci_write); in dspxfr_one_seg()
2705 return hci_write ? dspxfr_hci_write(codec, hci_write) : 0; in dspxfr_one_seg()
2801 if (hci_write) { in dspxfr_one_seg()
2802 status = dspxfr_hci_write(codec, hci_write); in dspxfr_one_seg()
2805 hci_write = NULL; in dspxfr_one_seg()