Symbol: ath_diag
sys/dev/ath/ath_dfs/null/dfs_null.c
216
ath_ioctl_phyerr(struct ath_softc *sc, struct ath_diag *ad)
sys/dev/ath/if_ath_btcoex.c
427
ath_btcoex_ioctl(struct ath_softc *sc, struct ath_diag *ad)
sys/dev/ath/if_ath_btcoex.h
40
extern int ath_btcoex_ioctl(struct ath_softc *sc, struct ath_diag *ad);
sys/dev/ath/if_ath_ioctl.c
167
ath_ioctl_diag(struct ath_softc *sc, struct ath_diag *ad)
sys/dev/ath/if_ath_lna_div.c
151
ath_lna_div_ioctl(struct ath_softc *sc, struct ath_diag *ad)
sys/dev/ath/if_ath_lna_div.h
82
extern int ath_lna_div_ioctl(struct ath_softc *sc, struct ath_diag *ad);
sys/dev/ath/if_ath_spectral.c
170
ath_ioctl_spectral(struct ath_softc *sc, struct ath_diag *ad)
sys/dev/ath/if_ath_spectral.h
36
extern int ath_ioctl_spectral(struct ath_softc *sc, struct ath_diag *ad);
sys/dev/ath/if_athdfs.h
45
extern int ath_ioctl_phyerr(struct ath_softc *sc, struct ath_diag *ad);
sys/dev/ath/if_athioctl.h
199
#define SIOCGATHDIAG _IOWR('i', 138, struct ath_diag)
sys/dev/ath/if_athioctl.h
200
#define SIOCGATHPHYERR _IOWR('i', 140, struct ath_diag)
sys/dev/ath/if_athioctl.h
447
#define SIOCGATHSPECTRAL _IOWR('i', 151, struct ath_diag)
sys/dev/ath/if_athioctl.h
461
#define SIOCGATHBTCOEX _IOWR('i', 152, struct ath_diag)
tools/tools/ath/ath_prom_read/ath_prom_read.c
41
struct ath_diag atd;
tools/tools/ath/athaggrstats/athaggrstats.c
154
struct ath_diag atd;
tools/tools/ath/athani/main.c
147
struct ath_diag atd;
tools/tools/ath/athani/main.c
177
struct ath_diag atd;
tools/tools/ath/athani/main.c
95
struct ath_diag atd;
tools/tools/ath/athkey/athkey.c
130
struct ath_diag atd;
tools/tools/ath/athpoke/athpoke.c
121
regread(int s, struct ath_diag *atd, uint32_t r)
tools/tools/ath/athpoke/athpoke.c
140
regwrite(int s, struct ath_diag *atd, uint32_t r, uint32_t v)
tools/tools/ath/athpoke/athpoke.c
51
static uint32_t regread(int s, struct ath_diag *atd, uint32_t r);
tools/tools/ath/athpoke/athpoke.c
52
static void regwrite(int s, struct ath_diag *atd, uint32_t r, uint32_t v);
tools/tools/ath/athpoke/athpoke.c
65
struct ath_diag atd;
tools/tools/ath/athpow/athpow.c
75
struct ath_diag atd;
tools/tools/ath/athprom/athprom.c
51
struct ath_diag atd;
tools/tools/ath/athradar/athradar.c
40
struct ath_diag atd;
tools/tools/ath/athregs/dumpregs.c
396
ath_hal_setupregs(struct ath_diag *atd, int what)
tools/tools/ath/athregs/dumpregs.c
61
static int ath_hal_setupregs(struct ath_diag *atd, int what);
tools/tools/ath/athregs/dumpregs.c
92
struct ath_diag atd;
tools/tools/ath/athspectral/athspectral.c
40
struct ath_diag atd;
tools/tools/ath/athstats/athstats.c
459
struct ath_diag atd;
tools/tools/ath/athsurvey/athsurvey.c
55
struct ath_diag atd;
tools/tools/ath/common/ctrl.c
125
struct ath_diag *ad)
tools/tools/ath/common/ctrl.h
33
struct ath_diag;
tools/tools/ath/common/ctrl.h
48
unsigned long cmd, struct ath_diag *ad);