Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dbtintel.c2849 union acpi_object *domain, *bt_pkg; in btintel_acpi_get_bt_pkg() local
2853 bt_pkg = &buffer->package.elements[i]; in btintel_acpi_get_bt_pkg()
2854 domain = &bt_pkg->package.elements[0]; in btintel_acpi_get_bt_pkg()
2857 return bt_pkg; in btintel_acpi_get_bt_pkg()
3053 union acpi_object *bt_pkg, *buffer = NULL; in btintel_acpi_set_sar() local
3063 bt_pkg = btintel_acpi_get_bt_pkg(buffer); in btintel_acpi_set_sar()
3065 if (IS_ERR(bt_pkg)) { in btintel_acpi_set_sar()
3066 ret = PTR_ERR(bt_pkg); in btintel_acpi_set_sar()
3070 if (!bt_pkg->package.count) { in btintel_acpi_set_sar()
3085 if (revision == BTINTEL_SAR_LEGACY && bt_pkg->package.count == 8) { in btintel_acpi_set_sar()
[all …]