Home
last modified time | relevance | path

Searched refs:signaling (Results 1 – 25 of 48) sorted by relevance

12

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_breadcrumbs.c646 list_for_each_entry_safe(rq, n, &b->signals, signaling.link) { in intel_breadcrumbs_signaler()
647 u32 this = rq->signaling.wait.seqno; in intel_breadcrumbs_signaler()
649 GEM_BUG_ON(!rq->signaling.wait.seqno); in intel_breadcrumbs_signaler()
656 &rq->signaling.wait); in intel_breadcrumbs_signaler()
658 rq->signaling.wait.seqno = 0; in intel_breadcrumbs_signaler()
659 __list_del_entry(&rq->signaling.link); in intel_breadcrumbs_signaler()
663 list_add_tail(&rq->signaling.link, in intel_breadcrumbs_signaler()
673 list_for_each_entry_safe(rq, n, &list, signaling.link) { in intel_breadcrumbs_signaler()
736 list_for_each_entry_reverse(iter, &b->signals, signaling.link) in insert_signal()
737 if (i915_seqno_passed(seqno, iter->signaling.wait.seqno)) in insert_signal()
[all …]
Di915_request.h101 struct intel_signal_node signaling; member
DKconfig.debug30 select SW_SYNC # signaling validation framework (igt/syncobj*)
/Linux-v4.19/arch/arm/nwfpe/
Dsoftfloat-specialize91 Returns 1 if the single-precision floating-point value `a' is a signaling
105 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
138 signaling NaN, the invalid exception is raised.
183 Returns 1 if the double-precision floating-point value `a' is a signaling
199 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
235 signaling NaN, the invalid exception is raised.
286 signaling NaN; otherwise returns 0.
307 point NaN `a' to the canonical NaN format. If `a' is a signaling NaN, the
344 `b' is a signaling NaN, the invalid exception is raised.
/Linux-v4.19/arch/arm/boot/dts/
Dtwl4030_omap3.dtsi29 * this file. For proper idle mode signaling with sys_clkreq and sys_off_mode
31 * sys_nvmode2 signaling.
/Linux-v4.19/Documentation/driver-api/gpio/
Dintro.rst51 other value (notably, "open drain" signaling).
55 cases (to support bidirectional signaling). GPIO controllers may have
96 driven) signaling. That term applies to CMOS transistors; "open collector" is
105 don't. When you need open drain signaling but your hardware doesn't directly
115 The same logic can be applied to emulate open source signaling, by driving the
123 delays the rising edge of SCK, and the I2C master adjusts its signaling rate
Dlegacy.rst35 for the other value (notably, "open drain" signaling).
39 cases (to support bidirectional signaling). GPIO controllers may have
180 issues including open-drain signaling and output latencies.
416 Sometimes shared signals need to use "open drain" signaling, where only the
426 you need open drain signaling but your hardware doesn't directly support it,
441 signaling rate accordingly.
/Linux-v4.19/Documentation/devicetree/bindings/mailbox/
Dstm32-ipcc.txt3 The IPCC block provides a non blocking signaling mechanism to post and
5 It provides the signaling for N bidirectionnal channels. The number of channels
/Linux-v4.19/net/atm/
DMakefile6 atm-y := addr.o pvc.o signaling.o svc.o ioctl.o common.o atm_misc.o raw.o resources.o atm_sysfs.o
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-devices-power_resources_wakeup7 require ACPI power resources for wakeup signaling.
Dsysfs-platform-chipidea-usb-otg10 be set to 1 by kernel in response to remote wakeup signaling
Devm50 INTEGRITY_UNKNOWN. Loading keys and signaling EVM
/Linux-v4.19/Documentation/devicetree/bindings/i2c/
Di2c-arb-gpio-challenge.txt24 - OUR_CLAIM: output from us signaling to other hosts that we want the bus
25 - THEIR_CLAIMS: output from others signaling that they want the bus
/Linux-v4.19/Documentation/devicetree/bindings/misc/
Difm-csi.txt7 of the interrupt line signaling frame valid events
/Linux-v4.19/Documentation/leds/
Dledtrig-oneshot.txt4 This is a LED trigger useful for signaling the user of an event where there are
/Linux-v4.19/Documentation/i2c/
Dsummary12 a subset of I2C protocols and signaling. Many I2C devices will work on an
/Linux-v4.19/Documentation/power/
Dpci.txt211 capable of signaling wakeup. The information on the connections between GPEs
233 a PCI device signaling wakeup). The GPEs used for notifying the kernel of
255 In principle the native PCI Express PME signaling may also be used on ACPI-based
260 the native PCI Express PME signaling cannot be used by the kernel in that case.
311 unsigned int pme_interrupt:1;/* Is native PCIe PME signaling used? */
343 device from signaling wakeup.
363 PCI Express PME signaling and the ACPI GPE-based wakeup signaling described in
376 state from which it can signal wakeup. The exact method of signaling wakeup is
379 device for signaling wakeup and put it into the selected low-power state, the
384 not attempt to prepare the device for signaling wakeup or to put it into a
[all …]
/Linux-v4.19/Documentation/driver-api/
Di2c.rst12 I2C is a multi-master bus; open drain signaling is used to arbitrate
/Linux-v4.19/Documentation/devicetree/bindings/soc/qcom/
Dqcom,smsm.txt19 signaling the N:th remote processor
Dqcom,smd.txt35 signaling the remote processor:
Dqcom,smp2p.txt30 signaling the remote end of the smp2p edge:
/Linux-v4.19/Documentation/scheduler/
Dcompletion.txt36 wait_for_completion() and the signaling side through a call to complete()
211 The signaling will work as expected even if completions are signaled before
/Linux-v4.19/Documentation/infiniband/
Dipoib.txt70 IPoIB doesn't use events for TX completion signaling so only RX
/Linux-v4.19/Documentation/ABI/stable/
Dsysfs-bus-vmbus84 Description: Channel signaling latency
/Linux-v4.19/drivers/usb/host/
Dsl811-hcd.c1127 u8 signaling = sl811->ctrl1 & SL11H_CTL1MASK_FORCE; in sl811h_timer() local
1141 switch (signaling) { in sl811h_timer()
1157 "odd timer signaling: %02x\n", signaling); in sl811h_timer()

12