/Linux-v5.10/drivers/input/ |
D | input-polldev.c | 3 * Generic implementation of a polled input device 18 MODULE_DESCRIPTION("Generic implementation of a polled input device"); 152 * input_allocate_polled_device - allocate memory for polled device 154 * The function allocates memory for a polled device and also 155 * for an input device associated with this polled device. 215 * devm_input_allocate_polled_device - allocate managed polled device 216 * @dev: device owning the polled device being created 220 * Managed polled input devices do not need to be explicitly unregistered 222 * from * its driver (or binding fails). Once such managed polled device 224 * fashion as regular polled input devices (using [all …]
|
/Linux-v5.10/include/linux/ |
D | input-polldev.h | 13 * struct input_polled_dev - simple polled input device 18 * longer being polled. Used to put device into low power mode. 27 * @input: input device structure associated with the polled device. 30 * Polled input device provides a skeleton for supporting simple input 32 * scanned or polled to detect changes in their state.
|
/Linux-v5.10/Documentation/devicetree/bindings/mtd/ |
D | gpmc-nand.txt | 39 "prefetch-polled" Prefetch polled mode (default) 40 "polled" Polled mode, without prefetch 80 ti,nand-xfer-type = "polled";
|
/Linux-v5.10/Documentation/ABI/testing/ |
D | sysfs-class-typec | 160 available. The value can be polled. 168 available. The value can be polled. 176 available. The value can be polled. 221 available. The value can be polled. 229 available. The value can be polled. 237 available. The value can be polled.
|
/Linux-v5.10/drivers/gpu/drm/i915/display/ |
D | intel_hotplug.c | 188 if (connector->base.polled != DRM_CONNECTOR_POLL_HPD) in intel_hpd_irq_storm_switch_to_polling() 202 connector->base.polled = DRM_CONNECTOR_POLL_CONNECT | in intel_hpd_irq_storm_switch_to_polling() 238 if (connector->base.polled != connector->polled) in intel_hpd_irq_storm_reenable_work() 242 connector->base.polled = connector->polled; in intel_hpd_irq_storm_reenable_work() 635 connector->base.polled = connector->polled; in i915_hpd_poll_init_work() 637 if (enabled && connector->base.polled == DRM_CONNECTOR_POLL_HPD) in i915_hpd_poll_init_work() 638 connector->base.polled = DRM_CONNECTOR_POLL_CONNECT | in i915_hpd_poll_init_work()
|
/Linux-v5.10/arch/arm64/boot/dts/amlogic/ |
D | meson-gxbb-wetek-play2.dts | 30 gpio-keys-polled { 31 compatible = "gpio-keys-polled";
|
D | meson-gxbb-kii-pro.dts | 27 gpio-keys-polled { 28 compatible = "gpio-keys-polled";
|
D | meson-gxm-q200.dts | 31 gpio-keys-polled { 32 compatible = "gpio-keys-polled";
|
D | meson-gxm-wetek-core2.dts | 46 gpio-keys-polled { 47 compatible = "gpio-keys-polled";
|
D | meson-gxl-s905d-p230.dts | 31 gpio-keys-polled { 32 compatible = "gpio-keys-polled";
|
D | meson-g12b-gtking-pro.dts | 17 gpio-keys-polled { 18 compatible = "gpio-keys-polled";
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | stm32mp15xx-dhcom-pdk2.dtsi | 35 gpio-keys-polled { 36 compatible = "gpio-keys-polled"; 42 * so mark this as polled GPIO key. 52 * so mark this as polled GPIO key.
|
D | ox810se-wd-mbwe.dts | 31 gpio-keys-polled { 32 compatible = "gpio-keys-polled";
|
/Linux-v5.10/include/linux/platform_data/ |
D | mtd-nand-omap2.h | 14 NAND_OMAP_PREFETCH_POLLED = 0, /* prefetch polled mode, default */ 15 NAND_OMAP_POLLED, /* polled mode, without prefetch */
|
/Linux-v5.10/drivers/gpu/drm/ |
D | drm_probe_helper.c | 254 if (connector->polled & (DRM_CONNECTOR_POLL_CONNECT | in drm_kms_helper_poll_enable() 650 if (!connector->polled || connector->polled == DRM_CONNECTOR_POLL_HPD) in output_poll_execute() 657 !(connector->polled & DRM_CONNECTOR_POLL_DISCONNECT)) in output_poll_execute() 759 * Drivers can control which connectors are polled by setting the 766 * Note that a connector can be both polled and probed from the hotplug handler, 797 * which have the DRM_CONNECTOR_POLL_HPD flag set in their &polled member. All 812 * Note that a connector can be both polled and probed from the hotplug handler, 830 if (!(connector->polled & DRM_CONNECTOR_POLL_HPD)) in drm_helper_hpd_irq_event()
|
/Linux-v5.10/drivers/staging/media/ipu3/ |
D | ipu3-css-fw.h | 109 u32 sw_state; /* Polled from css, enum imgu_abi_sp_swstate */ 110 u32 host_sp_queues_initialized; /* Polled from the SP */ 131 u32 sw_state; /* Polled from css, enum imgu_abi_bl_swstate */
|
/Linux-v5.10/lib/ |
D | irq_poll.c | 44 * __irq_poll_complete - Mark this @iop as un-polled again 59 * irq_poll_complete - Mark this @iop as un-polled again 64 * iopoll handler, it'll end the polled mode by calling this function. The
|
/Linux-v5.10/net/smc/ |
D | smc_wr.c | 139 int polled = 0; in smc_wr_tx_tasklet_fn() local 142 polled++; in smc_wr_tx_tasklet_fn() 146 if (polled == 1) { in smc_wr_tx_tasklet_fn() 156 if (polled == 1) in smc_wr_tx_tasklet_fn() 442 int polled = 0; in smc_wr_rx_tasklet_fn() local 446 polled++; in smc_wr_rx_tasklet_fn() 450 if (polled == 1) { in smc_wr_rx_tasklet_fn() 459 if (polled == 1) in smc_wr_rx_tasklet_fn()
|
/Linux-v5.10/drivers/dma/ |
D | dmatest.c | 88 static bool polled; variable 89 module_param(polled, bool, S_IRUGO | S_IWUSR); 90 MODULE_PARM_DESC(polled, "Use polling for completion instead of interrupts"); 107 * @polled: use polling for completion instead of interrupts 123 bool polled; member 675 if (params->polled) in dmatest_func() 807 if (!params->polled) { in dmatest_func() 820 if (params->polled) { in dmatest_func() 1022 info->params.polled) { in dmatest_add_channel() 1023 info->params.polled = false; in dmatest_add_channel() [all …]
|
/Linux-v5.10/arch/powerpc/platforms/powermac/ |
D | low_i2c.c | 87 int polled; /* open mode */ member 116 int polled; member 220 * on udelay nor schedule when in polled mode ! in kw_i2c_wait_interrupt() 223 if (host->polled) { in kw_i2c_wait_interrupt() 266 if (!host->polled) in kw_i2c_handle_interrupt() 333 if (!host->polled) in kw_i2c_handle_interrupt() 401 int use_irq = host->irq && !bus->polled; in kw_i2c_xfer() 445 host->polled = bus->polled; in kw_i2c_xfer() 447 /* Enable interrupt if not using polled mode and interrupt is in kw_i2c_xfer() 1088 int pmac_i2c_open(struct pmac_i2c_bus *bus, int polled) in pmac_i2c_open() argument [all …]
|
/Linux-v5.10/drivers/media/test-drivers/vidtv/ |
D | vidtv_channel.h | 15 * Every stream will have its corresponding encoder polled to produce TS packets 39 * Every stream will have its corresponding encoder polled to produce TS packets
|
/Linux-v5.10/Documentation/devicetree/bindings/input/ |
D | gpio-keys.yaml | 16 - gpio-keys-polled 115 const: gpio-keys-polled
|
/Linux-v5.10/drivers/input/keyboard/ |
D | gpio_keys_polled.c | 26 #define DRV_NAME "gpio-keys-polled" 223 { .compatible = "gpio-keys-polled", }, 364 dev_err(dev, "unable to register polled device, err=%d\n", in gpio_keys_polled_probe() 390 MODULE_DESCRIPTION("Polled GPIO Buttons driver");
|
/Linux-v5.10/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_verbs.c | 2515 bool *polled, bool *stop) in ocrdma_poll_err_scqe() argument 2532 *polled = true; in ocrdma_poll_err_scqe() 2541 *polled = false; in ocrdma_poll_err_scqe() 2548 *polled = false; in ocrdma_poll_err_scqe() 2551 *polled = true; in ocrdma_poll_err_scqe() 2559 struct ib_wc *ibwc, bool *polled) in ocrdma_poll_success_scqe() argument 2566 *polled = false; /* WC cannot be consumed yet */ in ocrdma_poll_success_scqe() 2572 *polled = true; in ocrdma_poll_success_scqe() 2584 struct ib_wc *ibwc, bool *polled, bool *stop) in ocrdma_poll_scqe() argument 2593 expand = ocrdma_poll_success_scqe(qp, cqe, ibwc, polled); in ocrdma_poll_scqe() [all …]
|
/Linux-v5.10/arch/powerpc/platforms/52xx/ |
D | mpc52xx_lpbfifo.c | 84 * Bestcomm to drive the FIFO it needs to either be polled, or in mpc52xx_lpbfifo_kick() 194 * 3) DMA polled mode tx 293 * when using polled DMA. in mpc52xx_lpbfifo_irq() 307 if (irq != 0) /* don't increment on polled case */ in mpc52xx_lpbfifo_irq() 341 if (irq != 0) /* don't increment on polled case */ in mpc52xx_lpbfifo_bcom_irq()
|