Home
last modified time | relevance | path

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

12

/Linux-v5.15/drivers/platform/surface/
Dsurface_platform_profile.c157 set_bit(PLATFORM_PROFILE_LOW_POWER, tpd->handler.choices); in surface_platform_profile_probe()
158 set_bit(PLATFORM_PROFILE_BALANCED, tpd->handler.choices); in surface_platform_profile_probe()
159 set_bit(PLATFORM_PROFILE_BALANCED_PERFORMANCE, tpd->handler.choices); in surface_platform_profile_probe()
160 set_bit(PLATFORM_PROFILE_PERFORMANCE, tpd->handler.choices); in surface_platform_profile_probe()
/Linux-v5.15/drivers/acpi/
Dplatform_profile.c41 for_each_set_bit(i, cur_profile->choices, PLATFORM_PROFILE_LAST) { in platform_profile_choices_show()
103 if (!test_bit(i, cur_profile->choices)) { in platform_profile_store()
151 if (!pprof || bitmap_empty(pprof->choices, PLATFORM_PROFILE_LAST) || in platform_profile_register()
/Linux-v5.15/tools/testing/selftests/tc-testing/
Dtdc_multibatch.py22 choices=['add', 'del', 'replace'],
45 choices=range(0, 256),
Dtdc_batch.py34 choices=['add', 'del', 'replace'],
43 choices=range(0, 256),
Dtdc.py501 choices=['none', 'xunit', 'tap'],
/Linux-v5.15/include/linux/
Dplatform_profile.h30 unsigned long choices[BITS_TO_LONGS(PLATFORM_PROFILE_LAST)]; member
/Linux-v5.15/tools/perf/scripts/python/
Dflamegraph.py162 default="html", choices=["json", "html"],
172 choices=["blue-green", "orange"])
/Linux-v5.15/scripts/clang-tools/
Drun-clang-tools.py32 choices=["clang-tidy", "clang-analyzer"],
Dgen_compile_commands.py53 parser.add_argument('--log_level', choices=_VALID_LOG_LEVELS,
/Linux-v5.15/drivers/gpu/drm/radeon/
Dradeon_vm.c184 unsigned choices[2] = {}; in radeon_vm_grab_id() local
208 choices[fence->ring == ring ? 0 : 1] = i; in radeon_vm_grab_id()
213 if (choices[i]) { in radeon_vm_grab_id()
214 vm_id->id = choices[i]; in radeon_vm_grab_id()
215 trace_radeon_vm_grab_id(choices[i], ring); in radeon_vm_grab_id()
216 return rdev->vm_manager.active[choices[i]]; in radeon_vm_grab_id()
/Linux-v5.15/usr/
DKconfig150 is slowest among the choices. The initramfs size is about 10% smaller
164 Decompression speed is between the other choices. Compression is
188 It's compression ratio is the second poorest amongst the choices. The
200 It's compression ratio is the poorest amongst the choices. The kernel
/Linux-v5.15/drivers/platform/x86/
Dhp-wmi.c963 set_bit(PLATFORM_PROFILE_COOL, platform_profile_handler.choices); in thermal_profile_setup()
964 set_bit(PLATFORM_PROFILE_BALANCED, platform_profile_handler.choices); in thermal_profile_setup()
965 set_bit(PLATFORM_PROFILE_PERFORMANCE, platform_profile_handler.choices); in thermal_profile_setup()
Dideapad-laptop.c903 set_bit(PLATFORM_PROFILE_LOW_POWER, priv->dytc->pprof.choices); in ideapad_dytc_profile_init()
904 set_bit(PLATFORM_PROFILE_BALANCED, priv->dytc->pprof.choices); in ideapad_dytc_profile_init()
905 set_bit(PLATFORM_PROFILE_PERFORMANCE, priv->dytc->pprof.choices); in ideapad_dytc_profile_init()
Dasus-wmi.c2242 set_bit(PLATFORM_PROFILE_QUIET, asus->platform_profile_handler.choices); in platform_profile_setup()
2244 asus->platform_profile_handler.choices); in platform_profile_setup()
2246 asus->platform_profile_handler.choices); in platform_profile_setup()
/Linux-v5.15/Documentation/admin-guide/media/
Dsaa7134.rst54 for valid choices.
/Linux-v5.15/drivers/pci/
DKconfig202 The following choices set the MPS and MRRS optimization strategy
203 at compile-time. The choices are the same as those offered for
/Linux-v5.15/Documentation/x86/
Dtlb.rst8 memory, it has two choices:
/Linux-v5.15/Documentation/driver-api/
Dmailbox.rst20 Some of the choices made during implementation are the result of this
/Linux-v5.15/tools/perf/Documentation/
Dperf-annotate.txt142 Set annotation percent type from following choices:
/Linux-v5.15/Documentation/devicetree/bindings/mtd/
Dmtk-nand.txt82 choices above, please select the smaller valid value from
/Linux-v5.15/lib/fonts/
DKconfig22 If unsure, say N (the default choices are safe).
/Linux-v5.15/scripts/
Dbpf_doc.py720 choices=printers.keys(), help='eBPF API target')
/Linux-v5.15/Documentation/process/
Dsubmitting-drivers.rst67 rationale for your license choices in your cover letter.
/Linux-v5.15/Documentation/powerpc/
Dpci_iov_resource_on_powernv.rst305 allocate 256 segments, there are (256 - numVFs) choices for the PE# of VF0.
310 choices because instead of consuming only numVFs segments, the VF(n) BAR
/Linux-v5.15/Documentation/kbuild/
Dkconfig.rst307 have several different viewing choices, modes, and options.

12