Searched refs:hci_write (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | toshiba_acpi.c | 351 static u32 hci_write(struct toshiba_acpi_dev *dev, u32 reg, u32 in1) in hci_write() function 630 result = hci_write(dev, HCI_KBD_ILLUMINATION, state); in toshiba_kbd_backlight_set() 1284 u32 result = hci_write(dev, HCI_COOLING_METHOD, state); in toshiba_cooling_method_set() 1347 u32 result = hci_write(dev, HCI_BATTERY_CHARGE_MODE, state); in toshiba_battery_charge_mode_set() 1373 u32 result = hci_write(dev, HCI_TR_BACKLIGHT, !status); in set_tr_backlight_status() 1461 result = hci_write(dev, HCI_LCD_BRIGHTNESS, value); in set_lcd_brightness() 1630 u32 result = hci_write(dev, HCI_FAN, status); in set_fan_status() 2737 result = hci_write(dev, HCI_HOTKEY_EVENT, in toshiba_acpi_enable_hotkeys() 2740 result = hci_write(dev, HCI_HOTKEY_EVENT, HCI_HOTKEY_ENABLE); in toshiba_acpi_enable_hotkeys() 2843 result = hci_write(de in toshiba_acpi_process_hotkeys() [all...] |
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | toshiba_acpi.c | 344 static u32 hci_write(struct toshiba_acpi_dev *dev, u32 reg, u32 in1) in hci_write() function 623 result = hci_write(dev, HCI_KBD_ILLUMINATION, state); in toshiba_kbd_backlight_set() 1274 u32 result = hci_write(dev, HCI_COOLING_METHOD, state); in toshiba_cooling_method_set() 1300 u32 result = hci_write(dev, HCI_TR_BACKLIGHT, !status); in set_tr_backlight_status() 1388 result = hci_write(dev, HCI_LCD_BRIGHTNESS, value); in set_lcd_brightness() 1557 u32 result = hci_write(dev, HCI_FAN, status); in set_fan_status() 2641 result = hci_write(dev, HCI_HOTKEY_EVENT, in toshiba_acpi_enable_hotkeys() 2644 result = hci_write(dev, HCI_HOTKEY_EVENT, HCI_HOTKEY_ENABLE); in toshiba_acpi_enable_hotkeys() 2747 result = hci_write(dev, HCI_SYSTEM_EVENT, 1); in toshiba_acpi_process_hotkeys() 2829 else if (hci_write(de in toshiba_acpi_setup_keyboard() [all...] |
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | patch_ca0132.c | 3041 codec_dbg(codec, "hci_write invalid params\n"); in dspxfr_hci_write() 3050 codec_dbg(codec, "hci_write chipio failed\n"); in dspxfr_hci_write() 3098 const struct dsp_image_seg *hci_write = NULL; in dspxfr_one_seg() local 3105 hci_write = fls; in dspxfr_one_seg() 3109 if (hci_write && (!fls || is_last(fls))) { in dspxfr_one_seg() 3110 codec_dbg(codec, "hci_write\n"); in dspxfr_one_seg() 3111 return dspxfr_hci_write(codec, hci_write); in dspxfr_one_seg() 3124 return hci_write ? dspxfr_hci_write(codec, hci_write) : 0; in dspxfr_one_seg() 3220 if (hci_write) { in dspxfr_one_seg() [all...] |
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | patch_ca0132.c | 3162 codec_dbg(codec, "hci_write invalid params\n"); in dspxfr_hci_write() 3171 codec_dbg(codec, "hci_write chipio failed\n"); in dspxfr_hci_write() 3218 const struct dsp_image_seg *hci_write = NULL; in dspxfr_one_seg() local 3225 hci_write = fls; in dspxfr_one_seg() 3229 if (hci_write && (!fls || is_last(fls))) { in dspxfr_one_seg() 3230 codec_dbg(codec, "hci_write\n"); in dspxfr_one_seg() 3231 return dspxfr_hci_write(codec, hci_write); in dspxfr_one_seg() 3244 return hci_write ? dspxfr_hci_write(codec, hci_write) : 0; in dspxfr_one_seg() 3340 if (hci_write) { in dspxfr_one_seg() [all...] |
Completed in 25 milliseconds