Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/ath11k/
Dspectral.h34 struct dentry *scan_bins; member
Dspectral.c868 debugfs_remove(ar->spectral.scan_bins); in ath11k_spectral_debug_unregister()
869 ar->spectral.scan_bins = NULL; in ath11k_spectral_debug_unregister()
963 ar->spectral.scan_bins = debugfs_create_file("spectral_bins", in ath11k_spectral_debug_register()
967 if (!ar->spectral.scan_bins) { in ath11k_spectral_debug_register()