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