Home
last modified time | relevance | path

Searched refs:scan_bins (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dspectral.h34 struct dentry *scan_bins; member
H A Dspectral.c878 debugfs_remove(ar->spectral.scan_bins); in ath11k_spectral_debug_unregister()
879 ar->spectral.scan_bins = NULL; in ath11k_spectral_debug_unregister()
973 ar->spectral.scan_bins = debugfs_create_file("spectral_bins", in ath11k_spectral_debug_register()
977 if (!ar->spectral.scan_bins) { in ath11k_spectral_debug_register()