Searched refs:choices (Results 1 - 25 of 25) sorted by relevance

/linux-master/include/linux/
H A Dplatform_profile.h30 unsigned long choices[BITS_TO_LONGS(PLATFORM_PROFILE_LAST)]; member in struct:platform_profile_handler
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc_multibatch.py22 choices=['add', 'del', 'replace'], variable
45 choices=range(0, 256), variable
H A Dtdc_batch.py34 choices=['add', 'del', 'replace'], variable
43 choices=range(0, 256), variable
H A Dtdc.py730 choices=['none', 'xunit', 'tap'],
/linux-master/drivers/platform/surface/
H A Dsurface_platform_profile.c157 set_bit(PLATFORM_PROFILE_LOW_POWER, tpd->handler.choices);
158 set_bit(PLATFORM_PROFILE_BALANCED, tpd->handler.choices);
159 set_bit(PLATFORM_PROFILE_BALANCED_PERFORMANCE, tpd->handler.choices);
160 set_bit(PLATFORM_PROFILE_PERFORMANCE, tpd->handler.choices);
/linux-master/drivers/acpi/
H A Dplatform_profile.c41 for_each_set_bit(i, cur_profile->choices, PLATFORM_PROFILE_LAST) {
103 if (!test_bit(i, cur_profile->choices)) {
151 if (!pprof || bitmap_empty(pprof->choices, PLATFORM_PROFILE_LAST) ||
/linux-master/drivers/platform/x86/
H A Dinspur_platform_profile.c183 set_bit(PLATFORM_PROFILE_LOW_POWER, priv->handler.choices);
184 set_bit(PLATFORM_PROFILE_BALANCED, priv->handler.choices);
185 set_bit(PLATFORM_PROFILE_PERFORMANCE, priv->handler.choices);
H A Dacer-wmi.c1893 platform_profile_handler.choices);
1895 platform_profile_handler.choices);
1897 platform_profile_handler.choices);
1899 platform_profile_handler.choices);
1901 platform_profile_handler.choices);
H A Dideapad-laptop.c923 set_bit(PLATFORM_PROFILE_LOW_POWER, priv->dytc->pprof.choices);
924 set_bit(PLATFORM_PROFILE_BALANCED, priv->dytc->pprof.choices);
925 set_bit(PLATFORM_PROFILE_PERFORMANCE, priv->dytc->pprof.choices);
H A Dasus-wmi.c3600 set_bit(PLATFORM_PROFILE_QUIET, asus->platform_profile_handler.choices);
3602 asus->platform_profile_handler.choices);
3604 asus->platform_profile_handler.choices);
H A Dthinkpad_acpi.c10585 set_bit(PLATFORM_PROFILE_LOW_POWER, dytc_profile.choices);
10586 set_bit(PLATFORM_PROFILE_BALANCED, dytc_profile.choices);
10587 set_bit(PLATFORM_PROFILE_PERFORMANCE, dytc_profile.choices);
/linux-master/tools/crypto/ccp/
H A Ddbc_cli.py46 choices=["get-nonce", "get-param", "set-param", "set-uid"],
51 parser.add_argument("--message", choices=messages.keys(), help="Message index")
/linux-master/scripts/clang-tools/
H A Drun-clang-tools.py31 choices=["clang-tidy", "clang-analyzer"],
H A Dgen_compile_commands.py53 parser.add_argument('--log_level', choices=_VALID_LOG_LEVELS,
/linux-master/fs/bcachefs/
H A Dopts.c229 .choices = _choices
232 .choices = _choices
369 ret = match_string(opt->choices, -1, val);
418 prt_string_option(out, opt->choices, v);
420 prt_str(out, opt->choices[v]);
H A Dopts.h541 const char * const *choices; member in struct:bch_option
/linux-master/tools/perf/scripts/python/
H A Dflamegraph.py221 default="html", choices=["json", "html"],
231 choices=["blue-green", "orange"])
H A Dgecko.py369 parser.add_argument('--user-color', default='yellow', help='Color for the User category', choices=['yellow', 'blue', 'purple', 'green', 'orange', 'red', 'grey', 'magenta'])
370 parser.add_argument('--kernel-color', default='orange', help='Color for the Kernel category', choices=['yellow', 'blue', 'purple', 'green', 'orange', 'red', 'grey', 'magenta'])
H A Dtask-analyzer.py155 choices=["always", "never", "auto"],
/linux-master/drivers/platform/x86/amd/pmf/
H A Dsps.c412 set_bit(PLATFORM_PROFILE_LOW_POWER, dev->pprof.choices);
413 set_bit(PLATFORM_PROFILE_BALANCED, dev->pprof.choices);
414 set_bit(PLATFORM_PROFILE_PERFORMANCE, dev->pprof.choices);
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_vm.c184 unsigned choices[2] = {}; local
208 choices[fence->ring == ring ? 0 : 1] = i;
213 if (choices[i]) {
214 vm_id->id = choices[i];
215 trace_radeon_vm_grab_id(choices[i], ring);
216 return rdev->vm_manager.active[choices[i]];
/linux-master/tools/testing/kunit/
H A Dkunit.py389 choices=['skip'])
398 choices=['suite', 'test'])
410 type=str, nargs='?', const='all', default=None, choices=['all', 'kunit'])
/linux-master/drivers/platform/x86/hp/
H A Dhp-wmi.c1457 set_bit(PLATFORM_PROFILE_COOL, platform_profile_handler.choices);
1474 set_bit(PLATFORM_PROFILE_QUIET, platform_profile_handler.choices);
1492 set_bit(PLATFORM_PROFILE_QUIET, platform_profile_handler.choices);
1493 set_bit(PLATFORM_PROFILE_COOL, platform_profile_handler.choices);
1496 set_bit(PLATFORM_PROFILE_BALANCED, platform_profile_handler.choices);
1497 set_bit(PLATFORM_PROFILE_PERFORMANCE, platform_profile_handler.choices);
/linux-master/scripts/
H A Dbpf_doc.py879 choices=printers.keys(), help='eBPF API target')
/linux-master/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py2123 choices=["netdev", "internal"],

Completed in 353 milliseconds