/freebsd/tools/tools/ath/athpoke/ |
H A D | athpoke.c | 51 static uint32_t regread(int s, struct ath_diag *atd, uint32_t r); 52 static void regwrite(int s, struct ath_diag *atd, uint32_t r, uint32_t v); 65 struct ath_diag atd; in main() 121 regread(int s, struct ath_diag *atd, uint32_t r) in regread() 140 regwrite(int s, struct ath_diag *atd, uint32_t r, uint32_t v) in regwrite()
|
/freebsd/sys/dev/ath/ |
H A D | if_athioctl.h | 186 struct ath_diag { struct 199 #define SIOCGATHDIAG _IOWR('i', 138, struct ath_diag) argument 200 #define SIOCGATHPHYERR _IOWR('i', 140, struct ath_diag) 447 #define SIOCGATHSPECTRAL _IOWR('i', 151, struct ath_diag) 461 #define SIOCGATHBTCOEX _IOWR('i', 152, struct ath_diag)
|
H A D | if_ath_spectral.h | 36 extern int ath_ioctl_spectral(struct ath_softc *sc, struct ath_diag *ad);
|
H A D | if_ath_btcoex.h | 40 extern int ath_btcoex_ioctl(struct ath_softc *sc, struct ath_diag *ad);
|
H A D | if_athdfs.h | 45 extern int ath_ioctl_phyerr(struct ath_softc *sc, struct ath_diag *ad);
|
H A D | if_ath_lna_div.h | 82 extern int ath_lna_div_ioctl(struct ath_softc *sc, struct ath_diag *ad);
|
H A D | if_ath_spectral.c | 170 ath_ioctl_spectral(struct ath_softc *sc, struct ath_diag *ad) in ath_ioctl_spectral()
|
H A D | if_ath_ioctl.c | 167 ath_ioctl_diag(struct ath_softc *sc, struct ath_diag *ad) in ath_ioctl_diag()
|
H A D | if_ath_btcoex.c | 427 ath_btcoex_ioctl(struct ath_softc *sc, struct ath_diag *ad) in ath_btcoex_ioctl()
|
H A D | if_ath_lna_div.c | 151 ath_lna_div_ioctl(struct ath_softc *sc, struct ath_diag *ad) in ath_lna_div_ioctl()
|
/freebsd/tools/tools/ath/common/ |
H A D | ctrl.h | 33 struct ath_diag; 48 unsigned long cmd, struct ath_diag *ad);
|
H A D | ctrl.c | 125 struct ath_diag *ad) in ath_driver_req_fetch_diag()
|
/freebsd/tools/tools/ath/athani/ |
H A D | main.c | 95 struct ath_diag atd; in ani_write_state() 147 struct ath_diag atd; in ani_read_state() 177 struct ath_diag atd; in main()
|
/freebsd/tools/tools/ath/ath_prom_read/ |
H A D | ath_prom_read.c | 41 struct ath_diag atd;
|
/freebsd/sys/dev/ath/ath_dfs/null/ |
H A D | dfs_null.c | 216 ath_ioctl_phyerr(struct ath_softc *sc, struct ath_diag *ad) in ath_ioctl_phyerr()
|
/freebsd/tools/tools/ath/athkey/ |
H A D | athkey.c | 130 struct ath_diag atd; in main()
|
/freebsd/tools/tools/ath/athregs/ |
H A D | dumpregs.c | 61 static int ath_hal_setupregs(struct ath_diag *atd, int what); 92 struct ath_diag atd; in main() 396 ath_hal_setupregs(struct ath_diag *atd, int what) in ath_hal_setupregs()
|
/freebsd/tools/tools/ath/athsurvey/ |
H A D | athsurvey.c | 55 struct ath_diag atd; in get_survey_stats()
|
/freebsd/tools/tools/ath/athpow/ |
H A D | athpow.c | 75 struct ath_diag atd; in main()
|
/freebsd/tools/tools/ath/athradar/ |
H A D | athradar.c | 40 struct ath_diag atd;
|
/freebsd/tools/tools/ath/athspectral/ |
H A D | athspectral.c | 40 struct ath_diag atd;
|
/freebsd/tools/tools/ath/athaggrstats/ |
H A D | athaggrstats.c | 154 struct ath_diag atd;
|
/freebsd/tools/tools/ath/athprom/ |
H A D | athprom.c | 51 struct ath_diag atd;
|
/freebsd/tools/tools/ath/athstats/ |
H A D | athstats.c | 459 struct ath_diag atd;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 692 unsigned struct_ath_diag_sz = sizeof(ath_diag);
|