Symbol: hci_write
drivers/platform/x86/toshiba_acpi.c
1293
u32 result = hci_write(dev, HCI_COOLING_METHOD, state);
drivers/platform/x86/toshiba_acpi.c
1356
u32 result = hci_write(dev, HCI_BATTERY_CHARGE_MODE, state);
drivers/platform/x86/toshiba_acpi.c
1382
u32 result = hci_write(dev, HCI_TR_BACKLIGHT, !status);
drivers/platform/x86/toshiba_acpi.c
1470
result = hci_write(dev, HCI_LCD_BRIGHTNESS, value);
drivers/platform/x86/toshiba_acpi.c
1639
u32 result = hci_write(dev, HCI_FAN, status);
drivers/platform/x86/toshiba_acpi.c
2743
result = hci_write(dev, HCI_HOTKEY_EVENT,
drivers/platform/x86/toshiba_acpi.c
2746
result = hci_write(dev, HCI_HOTKEY_EVENT,
drivers/platform/x86/toshiba_acpi.c
2749
result = hci_write(dev, HCI_HOTKEY_EVENT, HCI_HOTKEY_ENABLE);
drivers/platform/x86/toshiba_acpi.c
2852
result = hci_write(dev, HCI_SYSTEM_EVENT, 1);
drivers/platform/x86/toshiba_acpi.c
2935
else if (hci_write(dev, HCI_SYSTEM_EVENT, 1) == TOS_SUCCESS)
drivers/platform/x86/toshiba_acpi.c
3588
result = hci_write(dev, HCI_HOTKEY_EVENT, HCI_HOTKEY_DISABLE);
drivers/platform/x86/toshiba_acpi.c
3611
hci_write(dev, HCI_PANEL_POWER_ON, 1);
drivers/platform/x86/toshiba_acpi.c
639
result = hci_write(dev, HCI_KBD_ILLUMINATION, state);
sound/hda/codecs/ca0132.c
3224
const struct dsp_image_seg *hci_write = NULL;
sound/hda/codecs/ca0132.c
3231
hci_write = fls;
sound/hda/codecs/ca0132.c
3235
if (hci_write && (!fls || is_last(fls))) {
sound/hda/codecs/ca0132.c
3237
return dspxfr_hci_write(codec, hci_write);
sound/hda/codecs/ca0132.c
3250
return hci_write ? dspxfr_hci_write(codec, hci_write) : 0;
sound/hda/codecs/ca0132.c
3346
if (hci_write) {
sound/hda/codecs/ca0132.c
3347
status = dspxfr_hci_write(codec, hci_write);
sound/hda/codecs/ca0132.c
3350
hci_write = NULL;