/Linux-v6.1/Documentation/driver-api/gpio/ |
D | intro.rst | 51 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
|
/Linux-v6.1/drivers/gpu/host1x/ |
D | fence.c | 23 atomic_t signaling; member 111 if (atomic_xchg(&f->signaling, 1)) in host1x_fence_signal() 116 * not get 'f->signaling' and return. in host1x_fence_signal() 132 if (atomic_xchg(&f->signaling, 1)) in do_fence_timeout() 137 * not get 'f->signaling' and return. in do_fence_timeout()
|
/Linux-v6.1/Documentation/devicetree/bindings/mmc/ |
D | nvidia,tegra20-sdhci.yaml | 115 signaling modes. 120 automatic calibration times out on a 1.8 V signaling mode. 125 signaling modes. 130 automatic calibration times out on a 3.3 V signaling mode. 143 signaling modes. 148 automatic calibration times out on a 1.8 V signaling mode. 153 signaling modes. 165 automatic calibration times out on a 3.3 V signaling mode.
|
/Linux-v6.1/drivers/platform/x86/intel/wmi/ |
D | sbl-fw-update.c | 3 * Slim Bootloader(SBL) firmware update signaling driver 116 dev_info(&wdev->dev, "Slim Bootloader signaling driver attached\n"); in intel_wmi_sbl_fw_update_probe() 122 dev_info(&wdev->dev, "Slim Bootloader signaling driver removed\n"); in intel_wmi_sbl_fw_update_remove() 143 MODULE_DESCRIPTION("Slim Bootloader firmware update signaling driver");
|
/Linux-v6.1/Documentation/devicetree/bindings/arm/tegra/ |
D | nvidia,tegra186-pmc.yaml | 73 state and signaling voltage. A pad can be either in active or 74 power down mode. The support for power state and signaling voltage 76 1.8 V signaling voltages are supported on pins where software 77 controllable signaling voltage switching is available. 131 signaling voltages: sdmmc2-hv, dmic-hv, sdmmc1-hv, sdmmc3-hv,
|
D | nvidia,tegra20-pmc.yaml | 246 and signaling voltage. A pad can be either in active or power down mode. 247 The support for power state and signaling voltage configuration varies 248 depending on the pad in question. 3.3V and 1.8V signaling voltages 249 are supported on pins where software controllable signaling voltage 286 TEGRA_IO_PAD_VOLTAGE_3V3 to select between signaling voltages. 290 pads. None of the Tegra124 or Tegra132 pads support signaling 293 state configuration. Signaling voltage switching is supported
|
/Linux-v6.1/include/uapi/linux/ |
D | atmsvc.h | 2 /* atmsvc.h - ATM signaling kernel-demon interface definitions */ 16 /* become ATM signaling demon control socket */ 49 * if signaling only uses one ATM interface).
|
/Linux-v6.1/include/linux/ |
D | dma-fence-chain.h | 32 * @cb: callback for signaling 34 * This is used to add the callback for signaling the 41 * @work: irq work item for signaling
|
D | dma-fence.h | 50 * DMA_FENCE_FLAG_TIMESTAMP_BIT - timestamp recorded for fence signaling 75 * signaling while simultaneously notifying the cb_list. Ergo, we 160 * Enable software signaling of fence. 163 * signaling, they can implement this op to enable the necessary 176 * signaling. True indicates successful enabling. 190 * driver must always have signaling enabled. 390 * function doesn't enable signaling, it is not guaranteed to ever return 417 * function doesn't enable signaling, it is not guaranteed to ever return 538 * rather than success. This must be set before signaling (so that the value
|
/Linux-v6.1/include/net/caif/ |
D | caif_layer.h | 36 * enum caif_ctrlcmd - CAIF Stack Control Signaling sent in layer.ctrlcmd(). 63 * They are used for signaling originating from the modem or CAIF Link Layer. 79 * enum caif_modemcmd - Modem Control Signaling, sent from CAIF Client 123 * @modemcmd: Used for control signaling downwards in the stack. 210 * Used for signaling responses (CAIF_CTRLCMD_*_RSP)
|
/Linux-v6.1/net/atm/ |
D | signaling.h | 2 /* net/atm/signaling.h - ATM signaling */
|
D | signaling.c | 2 /* net/atm/signaling.c - ATM signaling */ 21 #include "signaling.h" 28 pr_debug("atmsvc: no signaling daemon\n"); in sigd_put_skb()
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | twl4030_omap3.dtsi | 26 * this file. For proper idle mode signaling with sys_clkreq and sys_off_mode 28 * sys_nvmode2 signaling.
|
D | am5729-beagleboneai.dts | 557 /* DS: Default speed (DS) up to 25 MHz, including 1- and 4-bit modes (3.3 V signaling). */ 558 /* HS: High speed up to 50 MHz (3.3 V signaling). */ 559 /* SDR12: SDR up to 25 MHz (1.8 V signaling). */ 560 /* SDR25: SDR up to 50 MHz (1.8 V signaling). */ 561 /* SDR50: SDR up to 100 MHz (1.8 V signaling). */ 562 /* SDR104: SDR up to 208 MHz (1.8 V signaling) */ 563 /* DDR50: DDR up to 50 MHz (1.8 V signaling). */
|
/Linux-v6.1/drivers/s390/cio/ |
D | vfio_ccw_private.h | 86 * @io_trigger: eventfd ctx for signaling userspace I/O results 87 * @crw_trigger: eventfd ctx for signaling userspace CRW information 88 * @req_trigger: eventfd ctx for signaling userspace to return device
|
/Linux-v6.1/Documentation/scheduler/ |
D | completion.rst | 40 - the signaling side through a call to complete() or complete_all(). 43 Note that while initialization must happen first, the waiting and signaling 243 Signaling completions: 256 The signaling will work as expected even if completions are signaled before 271 Signaling completion from IRQ context is fine as it will appropriately
|
/Linux-v6.1/Documentation/devicetree/bindings/mailbox/ |
D | st,stm32-ipcc.yaml | 10 The IPCC block provides a non blocking signaling mechanism to post and 12 It provides the signaling for N bidirectionnal channels. The number of
|
/Linux-v6.1/arch/arm/nwfpe/ |
D | softfloat-specialize | 91 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-v6.1/arch/parisc/math-emu/ |
D | fmpyfadd.c | 126 * is NaN; signaling or quiet? in dbl_fmpyfadd() 137 * is second operand a signaling NaN? in dbl_fmpyfadd() 150 * is third operand a signaling NaN? in dbl_fmpyfadd() 217 * is NaN; signaling or quiet? in dbl_fmpyfadd() 228 * is third operand a signaling NaN? in dbl_fmpyfadd() 258 * is NaN; signaling or quiet? in dbl_fmpyfadd() 786 * is NaN; signaling or quiet? 797 * is second operand a signaling NaN? 810 * is third operand a signaling NaN? 877 * is NaN; signaling or quiet? [all …]
|
D | sfrem.c | 64 * is NaN; signaling or quiet? in sgl_frem() 75 * is second operand a signaling NaN? in sgl_frem() 106 * is NaN; signaling or quiet? in sgl_frem()
|
D | dfrem.c | 65 * is NaN; signaling or quiet? in dbl_frem() 76 * is second operand a signaling NaN? in dbl_frem() 107 * is NaN; signaling or quiet? in dbl_frem()
|
/Linux-v6.1/Documentation/gpu/amdgpu/display/ |
D | dc-glossary.rst | 117 Display Power Management (Signaling) 225 Transition-Minimized Differential Signaling
|
/Linux-v6.1/Documentation/power/ |
D | pci.rst | 200 1.4. Wakeup Signaling 217 capable of signaling wakeup. The information on the connections between GPEs 239 a PCI device signaling wakeup). The GPEs used for notifying the kernel of 261 In principle the native PCI Express PME signaling may also be used on ACPI-based 266 the native PCI Express PME signaling cannot be used by the kernel in that case. 351 device from signaling wakeup. 372 PCI Express PME signaling and the ACPI GPE-based wakeup signaling described in 385 state from which it can signal wakeup. The exact method of signaling wakeup is 388 device for signaling wakeup and put it into the selected low-power state, the 393 not attempt to prepare the device for signaling wakeup or to put it into a [all …]
|
/Linux-v6.1/drivers/net/fddi/skfp/h/ |
D | smtstate.h | 93 short pcm_r_val ; /* signaling bits */ 94 short pcm_t_val ; /* signaling bits */
|
/Linux-v6.1/drivers/gpio/ |
D | gpio-max3191x.c | 60 * @crc_error: bitmap signaling CRC error for each chip 61 * @overtemp: bitmap signaling overtemperature alarm for each chip 62 * @undervolt1: bitmap signaling undervoltage alarm for each chip 63 * @undervolt2: bitmap signaling undervoltage warning for each chip 64 * @fault: bitmap signaling assertion of @fault_pins for each chip
|