Searched refs:hci_write (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/platform/x86/ |
| H A D | toshiba_acpi.c | 637 result = hci_write(dev, HCI_KBD_ILLUMINATION, state); in toshiba_kbd_backlight_set() 1291 u32 result = hci_write(dev, HCI_COOLING_METHOD, state); in toshiba_cooling_method_set() 1354 u32 result = hci_write(dev, HCI_BATTERY_CHARGE_MODE, state); in toshiba_battery_charge_mode_set() 1380 u32 result = hci_write(dev, HCI_TR_BACKLIGHT, !status); in set_tr_backlight_status() 1468 result = hci_write(dev, HCI_LCD_BRIGHTNESS, value); in set_lcd_brightness() 1637 u32 result = hci_write(dev, HCI_FAN, status); in set_fan_status() 2741 result = hci_write(dev, HCI_HOTKEY_EVENT, in toshiba_acpi_enable_hotkeys() 2744 result = hci_write(dev, HCI_HOTKEY_EVENT, in toshiba_acpi_enable_hotkeys() 2850 result = hci_write(dev, HCI_SYSTEM_EVENT, 1); in toshiba_acpi_process_hotkeys() 2933 else if (hci_write(dev, HCI_SYSTEM_EVENT, 1) == TOS_SUCCESS) in toshiba_acpi_setup_keyboard() [all …]
|
| /linux-6.15/sound/pci/hda/ |
| H A D | patch_ca0132.c | 3229 const struct dsp_image_seg *hci_write = NULL; in dspxfr_one_seg() local 3236 hci_write = fls; in dspxfr_one_seg() 3240 if (hci_write && (!fls || is_last(fls))) { in dspxfr_one_seg() 3242 return dspxfr_hci_write(codec, hci_write); in dspxfr_one_seg() 3255 return hci_write ? dspxfr_hci_write(codec, hci_write) : 0; in dspxfr_one_seg() 3351 if (hci_write) { in dspxfr_one_seg() 3352 status = dspxfr_hci_write(codec, hci_write); in dspxfr_one_seg() 3355 hci_write = NULL; in dspxfr_one_seg()
|