Lines Matching full:get
21 "get-fmax-cap": PARAM_GET_FMAX_CAP,
23 "get-power-cap": PARAM_GET_PWR_CAP,
25 "get-graphics-mode": PARAM_GET_GFX_MODE,
27 "get-current-temp": PARAM_GET_CURR_TEMP,
28 "get-fmax-max": PARAM_GET_FMAX_MAX,
29 "get-fmax-min": PARAM_GET_FMAX_MIN,
30 "get-soc-power-max": PARAM_GET_SOC_PWR_MAX,
31 "get-soc-power-min": PARAM_GET_SOC_PWR_MIN,
32 "get-soc-power-cur": PARAM_GET_SOC_PWR_CUR,
46 choices=["get-nonce", "get-param", "set-param", "set-uid"],
96 if args.command == "get-nonce":
109 elif args.command == "get-param":
123 if not args.message or args.message.startswith("get"):