Searched refs:soc_type (Results 1 – 4 of 4) sorted by relevance
281 int soc_type = BT_SOC_DEFAULT; in stop_hci_filter() local285 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() argument576 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 …]
285 int soc_type = BT_SOC_DEFAULT; in stop_hci_filter() local483 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() argument560 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 …]
88 int soc_type; member