Lines Matching defs:mode
191 "DRC nighttime listening mode"
508 * depending on mode, the attack/release thresholds have
829 * This is called by ALSA to put the component into low power mode
1088 [STA350_FFX_PM_FULL_POWER] = "full-power-mode",
1121 if (!of_property_read_string(np, "st,ffx-power-output-mode",
1123 int i, mode = -EINVAL;
1127 mode = i;
1129 if (mode < 0)
1130 dev_warn(dev, "Unsupported ffx output mode: %s\n",
1133 pdata->ffx_power_output_mode = mode;
1150 if (of_get_property(np, "st,am-reduction-mode", NULL))
1153 if (of_get_property(np, "st,odd-pwm-speed-mode", NULL))