Home
last modified time | relevance | path

Searched +full:rx +full:- +full:float +full:- +full:inactive (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/input/
Diqs269a.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jeff LaBundy <jeff@labundy.com>
13 The Azoteq IQS269A is an 8-channel capacitive touch controller that features
14 additional Hall-effect and inductive sensing capabilities.
28 "#address-cells":
31 "#size-cells":
34 azoteq,hall-enable:
37 Enables Hall-effect sensing on channels 6 and 7. In this case, keycodes
[all …]
Dazoteq,iqs7222.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jeff LaBundy <jeff@labundy.com>
21 - azoteq,iqs7222a
22 - azoteq,iqs7222b
23 - azoteq,iqs7222c
28 irq-gpios:
31 Specifies the GPIO connected to the device's active-low RDY output.
33 reset-gpios:
[all …]
/Linux-v6.1/drivers/tty/serial/
Dimx.c1 // SPDX-License-Identifier: GPL-2.0+
30 #include <linux/dma-mapping.h>
33 #include <linux/dma/imx-dma.h>
124 #define UFCR_RFDIV_REG(x) (((x) < 7 ? 6 - (x) : 6) << 7)
153 #define UTS_LOOP (1<<12) /* Loop tx and rx */
160 /* We've been assigned a range on the "Low-density serial ports" major */
173 #define DRIVER_NAME "IMX-uart"
268 { .compatible = "fsl,imx6q-uart", .data = &imx_uart_devdata[IMX6Q_UART], },
269 { .compatible = "fsl,imx53-uart", .data = &imx_uart_devdata[IMX53_UART], },
270 { .compatible = "fsl,imx1-uart", .data = &imx_uart_devdata[IMX1_UART], },
[all …]
/Linux-v6.1/drivers/input/misc/
Diqs269a.c1 // SPDX-License-Identifier: GPL-2.0+
8 * inductive keys as well as Hall-effect switches, and one for each of the two
149 #define IQS269_ATI_POLL_SLEEP_US (iqs269->delay_mult * 10000)
150 #define IQS269_ATI_POLL_TIMEOUT_US (iqs269->delay_mult * 500000)
151 #define IQS269_ATI_STABLE_DELAY_MS (iqs269->delay_mult * 150)
201 .name = "event-prox",
207 .name = "event-prox-alt",
214 .name = "event-touch",
220 .name = "event-touch-alt",
227 .name = "event-deep",
[all …]
Diqs7222.c1 // SPDX-License-Identifier: GPL-2.0-or-later
139 .name = "event-prox",
144 .name = "event-touch",
151 { .name = "event-press", },
153 .name = "event-tap",
160 .name = "event-swipe-pos",
167 .name = "event-swipe-neg",
174 .name = "event-flick-pos",
181 .name = "event-flick-neg",
484 .name = "azoteq,conv-period",
[all …]
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_display.c2 * Copyright © 2006-2007 Intel Corporation
32 #include <linux/dma-resv.h>
134 * intel_update_watermarks - update FIFO watermark values based on current modes
141 * - normal (i.e. non-self-refresh)
142 * - self-refresh (SR) mode
143 * - lines are large relative to FIFO size (buffer can hold up to 2)
144 * - lines are small relative to FIFO size (buffer can hold more than 2
164 * to set the non-SR watermarks to 8.
168 if (dev_priv->display.funcs.wm->update_wm) in intel_update_watermarks()
169 dev_priv->display.funcs.wm->update_wm(dev_priv); in intel_update_watermarks()
[all …]