Lines Matching defs:mode
52 * report mode 2. First 2^n bytes carries inband tones and last
192 if (ar->spectral.mode == SPECTRAL_DISABLED)
211 enum ath10k_spectral_mode mode)
225 arvif->spectral_enabled = (mode != SPECTRAL_DISABLED);
226 ar->spectral.mode = mode;
236 if (mode == SPECTRAL_DISABLED)
239 if (mode == SPECTRAL_BACKGROUND)
277 char *mode = "";
282 spectral_mode = ar->spectral.mode;
287 mode = "disable";
290 mode = "background";
293 mode = "manual";
297 len = strlen(mode);
298 return simple_read_from_buffer(user_buf, count, ppos, mode, len);
319 if (ar->spectral.mode == SPECTRAL_MANUAL ||
320 ar->spectral.mode == SPECTRAL_BACKGROUND) {
325 ar->spectral.mode);
478 umode_t mode,
484 buf_file = debugfs_create_file(filename, mode, parent, buf,
514 ar->spectral.mode = SPECTRAL_DISABLED;