Lines Matching +full:out +full:- +full:of +full:- +full:band
1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Wifi Band Exclusion Interface (AMD ACPI Implementation)
13 /* The maximum number of frequency band ranges */
21 * struct freq_band_range - Wifi frequency band range definition
31 * struct wbrf_ranges_in_out - wbrf ranges info
32 * @num_of_ranges: total number of band ranges in this struct
33 * @band_list: array of Wifi band ranges
41 * enum wbrf_notifier_actions - wbrf notifier actions index
42 * @WBRF_CHANGED: there was some frequency band updates. The consumers
53 int amd_wbrf_retrieve_freq_band(struct device *dev, struct wbrf_ranges_in_out *out);
66 return -ENODEV; in acpi_amd_wbrf_add_remove()
75 int amd_wbrf_retrieve_freq_band(struct device *dev, struct wbrf_ranges_in_out *out) in amd_wbrf_retrieve_freq_band() argument
77 return -ENODEV; in amd_wbrf_retrieve_freq_band()
82 return -ENODEV; in amd_wbrf_register_notifier()
87 return -ENODEV; in amd_wbrf_unregister_notifier()