Home
last modified time | relevance | path

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

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