Searched refs:choices (Results 1 – 11 of 11) sorted by relevance
/drivers/platform/surface/ |
D | surface_platform_profile.c | 157 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()
|
/drivers/acpi/ |
D | platform_profile.c | 41 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()
|
/drivers/platform/x86/amd/pmf/ |
D | sps.c | 213 set_bit(PLATFORM_PROFILE_LOW_POWER, dev->pprof.choices); in amd_pmf_init_sps() 214 set_bit(PLATFORM_PROFILE_BALANCED, dev->pprof.choices); in amd_pmf_init_sps() 215 set_bit(PLATFORM_PROFILE_PERFORMANCE, dev->pprof.choices); in amd_pmf_init_sps()
|
/drivers/gpu/drm/radeon/ |
D | radeon_vm.c | 184 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()
|
/drivers/platform/x86/hp/ |
D | hp-wmi.c | 1284 set_bit(PLATFORM_PROFILE_QUIET, platform_profile_handler.choices); in thermal_profile_setup() 1287 set_bit(PLATFORM_PROFILE_COOL, platform_profile_handler.choices); in thermal_profile_setup() 1288 set_bit(PLATFORM_PROFILE_BALANCED, platform_profile_handler.choices); in thermal_profile_setup() 1289 set_bit(PLATFORM_PROFILE_PERFORMANCE, platform_profile_handler.choices); in thermal_profile_setup()
|
/drivers/pci/ |
D | Kconfig | 210 The following choices set the MPS and MRRS optimization strategy 211 at compile-time. The choices are the same as those offered for
|
/drivers/platform/x86/ |
D | ideapad-laptop.c | 1013 set_bit(PLATFORM_PROFILE_LOW_POWER, priv->dytc->pprof.choices); in ideapad_dytc_profile_init() 1014 set_bit(PLATFORM_PROFILE_BALANCED, priv->dytc->pprof.choices); in ideapad_dytc_profile_init() 1015 set_bit(PLATFORM_PROFILE_PERFORMANCE, priv->dytc->pprof.choices); in ideapad_dytc_profile_init()
|
D | asus-wmi.c | 3026 set_bit(PLATFORM_PROFILE_QUIET, asus->platform_profile_handler.choices); in platform_profile_setup() 3028 asus->platform_profile_handler.choices); in platform_profile_setup() 3030 asus->platform_profile_handler.choices); in platform_profile_setup()
|
D | thinkpad_acpi.c | 10717 set_bit(PLATFORM_PROFILE_LOW_POWER, dytc_profile.choices); in tpacpi_dytc_profile_init() 10718 set_bit(PLATFORM_PROFILE_BALANCED, dytc_profile.choices); in tpacpi_dytc_profile_init() 10719 set_bit(PLATFORM_PROFILE_PERFORMANCE, dytc_profile.choices); in tpacpi_dytc_profile_init()
|
/drivers/comedi/drivers/ni_routing/ |
D | README | 44 choices were made:
|
/drivers/usb/gadget/legacy/ |
D | Kconfig | 31 # The available choices each represent a single precomposed USB
|