Home
last modified time | relevance | path

Searched refs:enabled (Results 476 – 500 of 4551) sorted by relevance

1...<<11121314151617181920>>...183

/openbmc/linux/drivers/pwm/
H A Dpwm-lpc32xx.c99 if (!state->enabled) { in lpc32xx_pwm_apply()
100 if (pwm->state.enabled) in lpc32xx_pwm_apply()
110 if (!pwm->state.enabled) in lpc32xx_pwm_apply()
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dpixman_0.42.2.bb36 …rget:powerpc = " ${@bb.utils.contains("TUNE_FEATURES", "altivec", "-Dvmx=enabled", "-Dvmx=disabled…
37 …et:powerpc64 = " ${@bb.utils.contains("TUNE_FEATURES", "altivec", "-Dvmx=enabled", "-Dvmx=disabled…
38 …:powerpc64le = " ${@bb.utils.contains("TUNE_FEATURES", "altivec", "-Dvmx=enabled", "-Dvmx=disabled…
/openbmc/openbmc/meta-openpower/recipes-phosphor/host/
H A Dop-proc-control_git.bb30 PACKAGECONFIG[phal] = "-Dphal=enabled, -Dphal=disabled -Dp9=enabled, ipl pdata"
31 PACKAGECONFIG[op-fsi] = "-Dopenfsi=enabled, -Dopenfsi=disabled"
/openbmc/openbmc/meta-openpower/recipes-phosphor/flash/
H A Dopenpower-software-manager_git.bb39 PACKAGECONFIG[verify_pnor_signature] = "-Dverify-signature=enabled, -Dverify-signature=disabled"
42 PACKAGECONFIG[virtual_pnor] = "-Dvpnor=enabled, -Dvpnor=disabled,,bash"
43 PACKAGECONFIG[pldm] = "-Dpldm=enabled, -Dpldm=disabled"
/openbmc/linux/mm/
H A DKconfig.debug26 PAGE_OWNER is also selected and enabled on boot.
31 be enabled in combination with hibernation as that would result in
38 enabled by DEBUG_PAGEALLOC_ENABLE_DEFAULT or the debug_pagealloc
64 will still exist (with SYSFS enabled), it will not provide e.g. cache
93 a fair amount of memory if enabled. See tools/mm/page_owner_sort.c
117 is disabled, and can be optionally enabled via page_table_check=on
119 enabled.
129 have a potential performance impact if enabled with the
151 nil until the tracepoints are actually enabled.
257 Say Y here to disable kmemleak by default. It can then be enabled
[all …]
/openbmc/linux/Documentation/admin-guide/hw-vuln/
H A Dmds.rst103 - The processor is vulnerable, but no mitigation enabled
107 The mitigation is enabled on a best effort basis. See :ref:`vmwerv`
110 enabled.
116 'SMT vulnerable' SMT is enabled
117 'SMT mitigated' SMT is enabled and mitigated
159 If SMT is enabled it also clears the buffers on idle entry when the CPU
176 If the L1D flush mitigation is enabled and up to date microcode is
181 invoked explicit when the host MDS mitigation is enabled.
189 mitigation is enabled.
257 protected as well if SMT is enabled.
[all …]
/openbmc/linux/drivers/staging/rtl8192e/
H A Ddot11d.h36 bool enabled; member
58 (GET_DOT11D_INFO(__ieee_dev)->enabled)
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/fpn/fpn_1.0/
H A Dia_css_fpn.host.c38 to->enabled = from->data != NULL; in ia_css_fpn_encode()
51 "fpn_enabled", fpn->enabled); in ia_css_fpn_dump()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-power-rt94678 If enabled and the input is removed, the internal battery FET
18 - 1: enabled
/openbmc/linux/drivers/rtc/
H A Drtc-nct3018y.c238 err = nct3018y_get_alarm_mode(client, &tm->enabled, &tm->pending); in nct3018y_rtc_read_alarm()
244 tm->time.tm_hour, tm->enabled, tm->pending); in nct3018y_rtc_read_alarm()
256 tm->enabled); in nct3018y_rtc_set_alarm()
276 return nct3018y_set_alarm_mode(client, tm->enabled); in nct3018y_rtc_set_alarm()
279 static int nct3018y_irq_enable(struct device *dev, unsigned int enabled) in nct3018y_irq_enable() argument
281 dev_dbg(dev, "%s: alarm enable=%d\n", __func__, enabled); in nct3018y_irq_enable()
283 return nct3018y_set_alarm_mode(to_i2c_client(dev), enabled); in nct3018y_irq_enable()
H A Drtc-opal.c176 if (alarm->enabled) { in opal_set_tpo_time()
215 static int opal_tpo_alarm_irq_enable(struct device *dev, unsigned int enabled) in opal_tpo_alarm_irq_enable() argument
217 struct rtc_wkalrm alarm = { .enabled = 0 }; in opal_tpo_alarm_irq_enable()
224 return enabled ? 0 : opal_set_tpo_time(dev, &alarm); in opal_tpo_alarm_irq_enable()
/openbmc/linux/Documentation/arch/arm64/
H A Dpointer-authentication.rst91 Pointer authentication is enabled in KVM guest when each virtual cpu is
93 requesting these two separate cpu features to be enabled. The current KVM
98 enabled independently of one another.
115 PAC keys are enabled in a particular task. It takes two arguments, the
119 should be enabled or disabled. For example::
138 IB, DA and DB enabled, and are reset to this state on exec(). Processes created
139 via fork() and clone() inherit the key enabled state from the calling process.
/openbmc/linux/drivers/counter/
H A Dti-ecap-capture.c89 bool enabled; member
324 *enable = ecap_dev->enabled; in ecap_cnt_enable_read()
336 if (enable == ecap_dev->enabled) in ecap_cnt_enable_write()
343 ecap_dev->enabled = enable; in ecap_cnt_enable_write()
545 if (ecap_dev->enabled) in ecap_cnt_remove()
557 if (ecap_dev->enabled) { in ecap_cnt_suspend()
585 if (ecap_dev->enabled) { in ecap_cnt_resume()
/openbmc/sdeventplus/src/sdeventplus/internal/
H A Dsdevent.cpp178 int* enabled) const in sd_event_source_get_enabled()
180 return ::sd_event_source_get_enabled(source, enabled); in sd_event_source_get_enabled()
184 int enabled) const in sd_event_source_set_enabled()
186 return ::sd_event_source_set_enabled(source, enabled); in sd_event_source_set_enabled()
/openbmc/qemu/hw/display/
H A Dssd0303.c61 int enabled; member
143 s->enabled = 0; in ssd0303_send()
146 s->enabled = 1; in ssd0303_send()
290 VMSTATE_INT32(enabled, ssd0303_state),
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_modeset_verify.c117 bool enabled = false, found = false; in verify_encoder_state() local
133 enabled = true; in verify_encoder_state()
143 I915_STATE_WARN(dev_priv, !!encoder->base.crtc != enabled, in verify_encoder_state()
145 !!encoder->base.crtc, enabled); in verify_encoder_state()
/openbmc/linux/Documentation/virt/kvm/x86/
H A Dcpuid.rst55 KVM_FEATURE_ASYNC_PF 4 async pf can be enabled by
58 KVM_FEATURE_STEAL_TIME 5 steal time can be enabled by
62 handler can be enabled by
74 can be enabled by setting bit 2
/openbmc/linux/Documentation/gpu/amdgpu/
H A Dthermal.rst81 Use it to enable/disable GFXOFF, and to check if it's current enabled/disabled::
87 - Read 0 means it's disabled, 1 it's enabled.
89 If it's enabled, that means that the GPU is free to enter into GFXOFF mode as
105 If GFXOFF is enabled, the value will be transitioning around [0, 3], always
/openbmc/linux/drivers/clk/qcom/
H A Dclk-spmi-pmic-div.c144 bool enabled; in clk_spmi_pmic_div_set_rate() local
148 enabled = is_spmi_pmic_clkdiv_enabled(clkdiv); in clk_spmi_pmic_div_set_rate()
149 if (enabled) { in clk_spmi_pmic_div_set_rate()
160 if (enabled) in clk_spmi_pmic_div_set_rate()
H A Dclk-hfpll.c159 bool enabled; in clk_hfpll_set_rate() local
165 enabled = __clk_is_enabled(hw->clk); in clk_hfpll_set_rate()
166 if (enabled) in clk_hfpll_set_rate()
181 if (enabled) in clk_hfpll_set_rate()
/openbmc/linux/drivers/hid/
H A Dhid-cougar.c71 bool enabled; member
236 cougar->shared->enabled = true; in cougar_probe()
270 if (!shared->enabled || !shared->input) in cougar_raw_event()
296 cougar->shared->enabled = false; in cougar_remove()
/openbmc/linux/drivers/input/misc/
H A Dpwm-vibra.c57 state.enabled = true; in pwm_vibrator_start()
68 state.enabled = true; in pwm_vibrator_start()
162 state.enabled = false; in pwm_vibrator_probe()
176 state.enabled = false; in pwm_vibrator_probe()
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-flash_git.bb15 PACKAGECONFIG[cleanup-delete] = "-Dcleanup-delete=enabled,-Dcleanup-delete=disabled"
18 # Note that both reboot-update and update-status cannot be enabled at the same time.
26 # Only one type of p2a or lpc can be enabled.
65 # If they enabled host-bios, add those three extra targets.
/openbmc/linux/drivers/i2c/busses/
H A Di2c-designware-slave.c153 unsigned int raw_stat, stat, enabled, tmp; in i2c_dw_isr_slave() local
156 regmap_read(dev->map, DW_IC_ENABLE, &enabled); in i2c_dw_isr_slave()
161 if (!enabled || !(raw_stat & ~DW_IC_INTR_ACTIVITY) || !dev->slave) in i2c_dw_isr_slave()
167 enabled, slave_activity, raw_stat, stat); in i2c_dw_isr_slave()
/openbmc/linux/arch/arm/kernel/
H A Dhead-nommu.S278 orr r6, r6, #(1 << PMSAv7_RSR_EN) @ Set region enabled bit
295 setup_region r0, r5, r6, PMSAv7_DATA_SIDE, r12 @ PHYS_OFFSET, shared, enabled
297 setup_region r0, r5, r6, PMSAv7_INSTR_SIDE, r12 @ PHYS_OFFSET, shared, enabled
306 mov r6, #PMSAv7_RSR_ALL_MEM @ 4GB region, enabled
308 setup_region r0, r5, r6, PMSAv7_DATA_SIDE, r12 @ 0x0, BG region, enabled
310 setup_region r0, r5, r6, PMSAv7_INSTR_SIDE r12 @ 0x0, BG region, enabled
325 orr r6, r6, #(1 << PMSAv7_RSR_EN) @ Set region enabled bit
327 setup_region r0, r5, r6, PMSAv7_DATA_SIDE, r12 @ XIP_PHYS_ADDR, shared, enabled
329 setup_region r0, r5, r6, PMSAv7_INSTR_SIDE, r12 @ XIP_PHYS_ADDR, shared, enabled

1...<<11121314151617181920>>...183