Home
last modified time | relevance | path

Searched refs:activation (Results 1 – 25 of 76) sorted by relevance

1234

/linux-6.15/Documentation/driver-api/nvdimm/
H A Dfirmware-activate.rst17 to advertise and control their local runtime firmware activation
32 back to idle and completing an activation cycle.
37 activation. In that scenario the potential for firmware activation to
42 run firmware activation from within the equivalent of the hibernation
45 firmware activation without this hibernation cycle. The
47 firmware activation capability is detected.
57 elided completely if no firmware activation capability is detected.
66 triggered. After that activation event the nmemX/firmware/result
67 attribute reflects the state of the last activation as one of:
73 The last runtime activation completed successfully.
[all …]
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_pxp.c182 if (!wait_for_completion_timeout(&pxp->activation, in pxp_terminate()
417 init_completion(&pxp->activation); in xe_pxp_init()
420 complete_all(&pxp->activation); in xe_pxp_init()
561 if (!wait_for_completion_timeout(&pxp->activation, in xe_pxp_exec_queue_add()
580 reinit_completion(&pxp->activation); in xe_pxp_exec_queue_add()
584 XE_WARN_ON(completion_done(&pxp->activation)); in xe_pxp_exec_queue_add()
623 XE_WARN_ON(completion_done(&pxp->activation)); in xe_pxp_exec_queue_add()
628 complete_all(&pxp->activation); in xe_pxp_exec_queue_add()
834 if (!wait_for_completion_timeout(&pxp->activation, in xe_pxp_pm_suspend()
H A Dxe_pxp_types.h105 struct completion activation; member
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-driver-hid-ntrig30 Threholds to override activation slack.
50 activation and activity.
53 activation and activity.
H A Dsysfs-bus-nfit212 the system over the activation event, or trust that the OS will
217 the activation might abort if, for example, platform firmware
218 determines that the activation time exceeds the max PCI-E
220 OS is running the activation from a suspend context it aborts,
223 enabled to bypass the activation abort.
H A Dsysfs-class-net-qmi39 activation and data stream setup on the modem side by
/linux-6.15/Documentation/input/devices/
H A Dntrig.rst36 |min_width |both to decide activation and during activity |
101 contact immediately overrides the waiting period and leads to activation.
103 Setting the activation size thresholds to large values will result in deciding
104 primarily on activation slack. If you see longer lived ghosts, turning up the
105 activation slack while reducing the size thresholds may suffice to eliminate
109 the initial activation filter is satisfied. The intent is to provide
/linux-6.15/Documentation/leds/
H A Dledtrig-transient.rst11 gets deactivated. There is no provision for one time activation to implement
20 Transient trigger addresses the need for one shot timer activation. The
25 triggers it supports and a default trigger. During registration, activation
46 as its default trigger, trigger activation routine will get called. During
52 Transient trigger activation routine doesn't change the LED state. It
74 duration to be set after trigger activation.
136 - Timer activation is one shot and extending and/or shortening the timer
/linux-6.15/Documentation/networking/devlink/
H A Ddevlink-reload.rst38 pending activation. If no limitation specified this action may involve
45 being performed without fw activation. Therefore, the devlink reload
/linux-6.15/Documentation/devicetree/bindings/memory-controllers/
H A Dti-aemif.txt104 and the activation of read strobe.
108 Time between the activation and deactivation of
121 and the activation of write strobe.
125 Time between the activation and deactivation of
H A Dti,gpmc-child.yaml118 gpmc,clk-activation-ns:
119 description: GPMC clock activation time
/linux-6.15/security/tomoyo/
H A DKconfig63 activation. You can override this setting via TOMOYO_loader= kernel
72 This is the default pathname of activation trigger.
/linux-6.15/Documentation/devicetree/bindings/spi/
H A Dcdns,qspi-nor-peripheral-props.yaml30 and the activation of another.
/linux-6.15/Documentation/core-api/
H A Ddebug-objects.rst117 This function is called whenever the activation function of a real
125 problem before the real activation of the object happens. E.g. it can
130 allow the legitimate activation of statically allocated and initialized
135 When the activation is legitimate, then the state of the associated
247 The activation of statically initialized objects is a special case. When
/linux-6.15/arch/arm/boot/dts/ti/omap/
H A Domap2430-sdp.dts65 gpmc,clk-activation-ns = <0>;
H A Domap-gpmc-smsc911x.dtsi47 gpmc,clk-activation-ns = <0>;
H A Domap2420-n8x0-common.dtsi81 gpmc,clk-activation-ns = <9>;
H A Domap-zoom-common.dtsi49 gpmc,clk-activation-ns = <0>;
H A Domap3-sb-t35.dtsi130 gpmc,clk-activation-ns = <0>;
H A Ddra62x-j5eco-evm.dts75 gpmc,clk-activation-ns = <0>;
H A Ddm8148-evm.dts75 gpmc,clk-activation-ns = <0>;
H A Domap3-gta04a5one.dts82 gpmc,clk-activation-ns = <5>;
/linux-6.15/Documentation/trace/
H A Dtimerlat-tracer.rst47 prints two lines at every activation. The first is the *timer latency*
48 observed at the *hardirq* context before the activation of the thread.
220 a timer, and go to sleep for the following activation.
/linux-6.15/arch/arm64/boot/dts/ti/
H A Dk3-am62-lp-sk-nand.dtso77 gpmc,clk-activation-ns = <0>;
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmlo.c376 le32_to_cpu(notif->activation) ? "enter" : "exit", in iwl_mld_handle_emlsr_trans_fail_notif()
383 le32_to_cpu(notif->activation) ? "" : "de", in iwl_mld_handle_emlsr_trans_fail_notif()
392 if (!le32_to_cpu(notif->activation)) { in iwl_mld_handle_emlsr_trans_fail_notif()

1234