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

/linux-4.4.14/drivers/platform/x86/
H A Dtoshiba_acpi.c338 static u32 hci_write(struct toshiba_acpi_dev *dev, u32 reg, u32 in1) hci_write() function
610 result = hci_write(dev, HCI_KBD_ILLUMINATION, state); toshiba_kbd_backlight_set()
1103 u32 result = hci_write(dev, HCI_TR_BACKLIGHT, !status); set_tr_backlight_status()
1191 result = hci_write(dev, HCI_LCD_BRIGHTNESS, value); set_lcd_brightness()
1367 u32 result = hci_write(dev, HCI_FAN, status); set_fan_status()
2262 result = hci_write(dev, HCI_HOTKEY_EVENT, toshiba_acpi_enable_hotkeys()
2265 result = hci_write(dev, HCI_HOTKEY_EVENT, HCI_HOTKEY_ENABLE); toshiba_acpi_enable_hotkeys()
2368 result = hci_write(dev, HCI_SYSTEM_EVENT, 1); toshiba_acpi_process_hotkeys()
2445 else if (hci_write(dev, HCI_SYSTEM_EVENT, 1) == TOS_SUCCESS) toshiba_acpi_setup_keyboard()
2830 result = hci_write(dev, HCI_HOTKEY_EVENT, HCI_HOTKEY_DISABLE); toshiba_acpi_suspend()
/linux-4.4.14/sound/pci/hda/
H A Dpatch_ca0132.c2221 codec_dbg(codec, "hci_write invalid params\n"); dspxfr_hci_write()
2230 codec_dbg(codec, "hci_write chipio failed\n"); dspxfr_hci_write()
2278 const struct dsp_image_seg *hci_write = NULL; dspxfr_one_seg() local
2285 hci_write = fls; dspxfr_one_seg()
2289 if (hci_write && (!fls || is_last(fls))) { dspxfr_one_seg()
2290 codec_dbg(codec, "hci_write\n"); dspxfr_one_seg()
2291 return dspxfr_hci_write(codec, hci_write); dspxfr_one_seg()
2304 return hci_write ? dspxfr_hci_write(codec, hci_write) : 0; dspxfr_one_seg()
2400 if (hci_write) { dspxfr_one_seg()
2401 status = dspxfr_hci_write(codec, hci_write); dspxfr_one_seg()
2404 hci_write = NULL; dspxfr_one_seg()

Completed in 174 milliseconds