Lines Matching refs:common
41 static bool ath_mci_add_profile(struct ath_common *common, in ath_mci_add_profile() argument
73 static void ath_mci_del_profile(struct ath_common *common, in ath_mci_del_profile() argument
121 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_mci_update_scheme() local
152 ath_dbg(common, MCI, in ath_mci_update_scheme()
162 ath_dbg(common, MCI, in ath_mci_update_scheme()
168 ath_dbg(common, MCI, in ath_mci_update_scheme()
176 ath_dbg(common, MCI, in ath_mci_update_scheme()
181 ath_dbg(common, MCI, in ath_mci_update_scheme()
213 struct ath_common *common = ath9k_hw_common(ah); in ath_mci_cal_msg() local
223 ath_dbg(common, MCI, "MCI State : %d\n", mci_hw->bt_state); in ath_mci_cal_msg()
231 ath_dbg(common, MCI, "Unknown GPM CAL message\n"); in ath_mci_cal_msg()
298 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_mci_process_profile() local
321 if (!entry && !ath_mci_add_profile(common, mci, info)) in ath_mci_process_profile()
324 ath_mci_del_profile(common, mci, entry); in ath_mci_process_profile()
372 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_mci_msg() local
378 ath_dbg(common, MCI, "(MCI) Need to flush BT profiles\n"); in ath_mci_msg()
401 ath_dbg(common, MCI, in ath_mci_msg()
419 ath_dbg(common, MCI, in ath_mci_msg()
427 ath_dbg(common, MCI, "Unknown GPM COEX message = 0x%02x\n", opcode); in ath_mci_msg()
436 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_mci_setup() local
446 ath_dbg(common, FATAL, "MCI buffer alloc failed\n"); in ath_mci_setup()
463 ath_err(common, "Failed to initialize MCI\n"); in ath_mci_setup()
468 ath_dbg(common, MCI, "MCI Initialized\n"); in ath_mci_setup()
475 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_mci_cleanup() local
480 ath_dbg(common, MCI, "MCI De-Initialized\n"); in ath_mci_cleanup()
487 struct ath_common *common = ath9k_hw_common(ah); in ath_mci_intr() local
558 if (test_bit(ATH_OP_HW_RESET, &common->op_flags)) in ath_mci_intr()
608 ath_dbg(common, MCI, in ath_mci_intr()
633 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_mci_enable() local
635 if (!common->btcoex_enabled) in ath_mci_enable()