Lines Matching +full:in +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
22 * @start: start frequency point (in Hz)
23 * @end: end frequency point (in Hz)
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
51 int acpi_amd_wbrf_add_remove(struct device *dev, uint8_t action, struct wbrf_ranges_in_out *in);
64 int acpi_amd_wbrf_add_remove(struct device *dev, uint8_t action, struct wbrf_ranges_in_out *in) in acpi_amd_wbrf_add_remove() argument
66 return -ENODEV; in acpi_amd_wbrf_add_remove()
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()