Home
last modified time | relevance | path

Searched refs:activated (Results 76 – 100 of 234) sorted by relevance

12345678910

/openbmc/linux/drivers/thunderbolt/
H A Dtunnel.c2102 WARN_ON(!tunnel->paths[i]->activated); in tb_tunnel_is_invalid()
2127 if (tunnel->paths[i]->activated) { in tb_tunnel_restart()
2129 tunnel->paths[i]->activated = false; in tb_tunnel_restart()
2170 if (tunnel->paths[i]->activated) { in tb_tunnel_activate()
2194 if (tunnel->paths[i] && tunnel->paths[i]->activated) in tb_tunnel_deactivate()
2230 if (!tunnel->paths[i]->activated) in tb_tunnel_is_active()
/openbmc/linux/drivers/mmc/host/
H A Dcqhci.h246 bool activated; member
/openbmc/linux/arch/x86/kvm/svm/
H A Davic.c1138 bool activated = kvm_vcpu_apicv_active(vcpu); in avic_refresh_apicv_exec_ctrl() local
1145 if (activated) in avic_refresh_apicv_exec_ctrl()
1150 avic_set_pi_irte_mode(vcpu, activated); in avic_refresh_apicv_exec_ctrl()
/openbmc/linux/Documentation/leds/
H A Dledtrig-transient.rst69 transient trigger is activated these properties are set to default values.
80 1 when activated, 0 when deactivated.
/openbmc/u-boot/doc/
H A DREADME.fsl-ddr137 2. Memory test can be done with Power-On-Self-Test function, activated at
276 be activated by setting the environment variable "ddr_interactive" to any
279 activated, U-Boot will show the prompt "FSL DDR>" before enabling the DDR
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-core.c646 csdev->activated) in coresight_find_enabled_sink()
1259 return scnprintf(buf, PAGE_SIZE, "%u\n", csdev->activated); in enable_sink_show()
1275 csdev->activated = true; in enable_sink_store()
1277 csdev->activated = false; in enable_sink_store()
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Ddm-service-time.rst23 the default value, see the activated table.
/openbmc/u-boot/doc/driver-model/
H A DREADME.txt244 The device is automatically activated ready for use by uclass_get_device().
568 methods to allow it to do some processing before the child is activated or
639 activated (except for the root device). Each bound device that was created
686 unless its predecessors (all the way up to the root device) are activated.
688 be activated.
708 devices which are regularly de/activated).
725 i. The device is marked 'activated'
729 activated and 'known' by the uclass.
733 The device is now activated and can be used. From now until it is removed
783 activated again, then the cycle starts again at step 2 above.
/openbmc/linux/Documentation/devicetree/bindings/reset/
H A Dreset.txt23 the DT node of each affected HW block, since if activated, an unrelated block
/openbmc/u-boot/doc/device-tree-bindings/reset/
H A Dreset.txt23 the DT node of each affected HW block, since if activated, an unrelated block
/openbmc/linux/include/linux/
H A Ddamon.h206 bool activated; member
H A Dleds.h193 bool activated; member
/openbmc/linux/Documentation/networking/device_drivers/wwan/
H A Diosm.rst94 [3] Modem Manager - "a DBus-activated daemon which controls mobile
H A Dt7xx.rst113 [3] *Modem Manager "a DBus-activated daemon which controls mobile broadband
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_fdma.c348 tx->activated = false; in lan966x_fdma_tx_disable()
688 if (likely(lan966x->tx.activated)) { in lan966x_fdma_tx_start()
697 lan966x->tx.activated = true; in lan966x_fdma_tx_start()
/openbmc/linux/Documentation/devicetree/bindings/thermal/
H A Dthermal-zones.yaml29 1. when passive cooling is activated (polling-delay-passive)
31 active cooling is activated.
/openbmc/linux/Documentation/sound/cards/
H A Demu-mixer.rst188 When the tone control code is activated, the samples are always modified.
194 When the tone control code is activated, the samples are always modified.
H A Dsb-live-mixer.rst143 a digital loopback is activated.
224 When the tone control code is activated, the samples are always modified.
230 When the tone control code is activated, the samples are always modified.
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_fbc.c107 bool activated; member
650 fbc->activated = true; in intel_fbc_hw_activate()
1254 if (fbc->activated && DISPLAY_VER(i915) >= 10) in __intel_fbc_pre_update()
1256 fbc->activated = false; in __intel_fbc_pre_update()
/openbmc/linux/fs/btrfs/
H A DKconfig63 If the integrity check tool is included and activated in
/openbmc/linux/Documentation/driver-api/nvdimm/
H A Dfirmware-activate.rst84 activated via the legacy method of power-cycling the system.
/openbmc/linux/Documentation/devicetree/bindings/pci/
H A Dbaikal,bt1-pcie.yaml14 activated. It's based on the DWC RC PCIe v4.60a IP-core, which is configured
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A DREADME133 hs_activated = <0/1, extended host sleep not activated/activated>
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_devlink.c389 bool activated = false; in bnxt_dl_livepatch_activate() local
427 activated = true; in bnxt_dl_livepatch_activate()
446 if (activated) { in bnxt_dl_livepatch_activate()
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_payload.robot41 # 01 instance 1 is activated.
81 # First four bytes should be 00 if given instance is not activated.
87 # First four bytes should be session ID when payload is activated.

12345678910