Lines Matching refs:flags
9 …local flags="-f -w -l -d -p -g -a -s -y -o -m -n --freq --hwfreq --hwlimits --driver --policy --go…
13 frequency-info) COMPREPLY=($(compgen -W "$flags" -- "$cur")) ;;
19 local flags="-f -g --freq --governor -d --min -u --max -r --related"
31 frequency-set) COMPREPLY=($(compgen -W "$flags" -- "$cur")) ;;
37 local flags="-f --silent"
41 idle-info) COMPREPLY=($(compgen -W "$flags" -- "$cur")) ;;
47 local flags="-d --disable -e --enable -D --disable-by-latency -E --enable-all"
51 idle-set) COMPREPLY=($(compgen -W "$flags" -- "$cur")) ;;
57 local flags="--perf-bias, -b"
61 set) COMPREPLY=($(compgen -W "$flags" -- "$cur")) ;;
67 local flags="-l -m -i -c -v"
71 monitor) COMPREPLY=($(compgen -W "$flags" -- "$cur")) ;;