FreeBSD kernel ATH device code
if_ath_btcoex.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  ATH_BT_COEX_EVENT { ATH_COEX_EVENT_BT_NOOP }
 

Functions

int ath_btcoex_attach (struct ath_softc *sc)
 
int ath_btcoex_detach (struct ath_softc *sc)
 
int ath_btcoex_ioctl (struct ath_softc *sc, struct ath_diag *ad)
 
int ath_btcoex_enable (struct ath_softc *sc, const struct ieee80211_channel *ch)
 

Enumeration Type Documentation

◆ ATH_BT_COEX_EVENT

Enumerator
ATH_COEX_EVENT_BT_NOOP 

Definition at line 36 of file if_ath_btcoex.h.

Function Documentation

◆ ath_btcoex_attach()

int ath_btcoex_attach ( struct ath_softc sc)

Definition at line 345 of file if_ath_btcoex.c.

References ath_btcoex_cfg_wb195(), ath_btcoex_cfg_wb222(), ath_btcoex_cfg_wb225(), ath_btcoex_cfg_wb335b(), ath_hal_btcoex_supported, ath_softc::sc_ah, and ath_softc::sc_dev.

Referenced by ath_attach().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ath_btcoex_detach()

int ath_btcoex_detach ( struct ath_softc sc)

Definition at line 395 of file if_ath_btcoex.c.

References ath_btcoex_mci_detach(), and ath_softc::sc_btcoex_mci.

Referenced by ath_detach().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ath_btcoex_enable()

int ath_btcoex_enable ( struct ath_softc sc,
const struct ieee80211_channel *  ch 
)

Definition at line 414 of file if_ath_btcoex.c.

References ath_btcoex_mci_enable(), and ath_softc::sc_btcoex_mci.

Referenced by ath_chan_set(), ath_init(), ath_reset(), and ath_resume().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ath_btcoex_ioctl()

int ath_btcoex_ioctl ( struct ath_softc sc,
struct ath_diag ad 
)

Definition at line 431 of file if_ath_btcoex.c.

References ath_diag::ad_id, ath_diag::ad_in_data, ath_diag::ad_in_size, ath_diag::ad_out_data, ath_diag::ad_out_size, ATH_DIAG_DYN, ATH_DIAG_ID, and ATH_DIAG_IN.

Referenced by ath_ioctl().

Here is the caller graph for this function: