Home
last modified time | relevance | path

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

/hardware/qcom/bt/sdm845/libbt-vendor/src/
Dbt_vendor_qcom.c281 int soc_type = BT_SOC_DEFAULT; in stop_hci_filter() local
285 if ((soc_type = get_bt_soc_type()) == BT_SOC_CHEROKEE) { in stop_hci_filter()
330 } else if (soc_type == BT_SOC_ROME) { in stop_hci_filter()
333 ALOGI("%s: Unknown soc type %d, Unexpected!", __func__, soc_type); in stop_hci_filter()
499 if (q->soc_type >= BT_SOC_CHEROKEE && q->soc_type < BT_SOC_RESERVED) { in bt_powerup()
574 static inline void soc_init(int soc_type) in soc_init() argument
576 switch (soc_type) in soc_init()
587 ALOGE("Unknown soc yype: %d", soc_type); in soc_init()
638 temp->soc_type = get_bt_soc_type(); in init()
639 soc_init(temp->soc_type); in init()
[all …]
/hardware/qcom/bt/msm8998/libbt-vendor/src/
Dbt_vendor_qcom.c285 int soc_type = BT_SOC_DEFAULT; in stop_hci_filter() local
483 if (q.soc_type >= BT_SOC_CHEROKEE && q.soc_type < BT_SOC_RESERVED) { in bt_powerup()
558 static inline void soc_init(int soc_type) in soc_init() argument
560 switch (soc_type) in soc_init()
571 ALOGE("Unknown soc yype: %d", soc_type); in soc_init()
613 q.soc_type = get_bt_soc_type(); in init()
614 soc_init(q.soc_type); in init()
756 switch(q.soc_type) in op()
789 if (q.soc_type == BT_SOC_ROME) { in op()
830 switch(q.soc_type) in op()
[all …]
/hardware/qcom/bt/msm8998/libbt-vendor/include/
Dbt_vendor_qcom.h88 int soc_type; member
/hardware/qcom/bt/sdm845/libbt-vendor/include/
Dbt_vendor_qcom.h88 int soc_type; member