Home
last modified time | relevance | path

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

/hardware/qcom/bt/msm8998/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()
493 if (q->soc_type >= BT_SOC_CHEROKEE && q->soc_type < BT_SOC_RESERVED) { in bt_powerup()
568 static inline void soc_init(int soc_type) in soc_init() argument
570 switch (soc_type) in soc_init()
581 ALOGE("Unknown soc yype: %d", soc_type); in soc_init()
632 temp->soc_type = get_bt_soc_type(); in init()
633 soc_init(temp->soc_type); in init()
[all …]
/hardware/qcom/bt/msm8998/libbt-vendor/include/
Dbt_vendor_qcom.h82 int soc_type; member