| /Linux-v6.6/drivers/firmware/arm_scmi/ |
| D | virtio.c | 326 * Process pre-fetched messages: these could be non-polled messages or in scmi_vio_deferred_tx_worker() 327 * late timed-out replies to polled messages dequeued by chance while in scmi_vio_deferred_tx_worker() 525 * - bind the polled message to the xfer via .priv in virtio_send_message() 596 * For this same reason, here, we take care to free only the polled messages 599 * any timed-out polled message if that indeed appears to have been at least 601 * messages won't be freed elsewhere. Any other polled message is marked as 604 * Possible late replies to timed-out polled messages will be eventually freed 625 /* Must be a polled xfer and not already freed on the IRQ path */ in virtio_mark_txdone() 632 /* Do not free timedout polled messages only if still inflight */ in virtio_mark_txdone() 668 * out reply to a polled message that we should dequeue. [all …]
|
| /Linux-v6.6/arch/arm/boot/dts/st/ |
| D | stm32mp15xx-dhcom-pdk2.dtsi | 36 gpio-keys-polled { 37 compatible = "gpio-keys-polled"; 42 * so mark this as polled GPIO key. 52 * so mark this as polled GPIO key. 62 * so mark this as polled GPIO key.
|
| /Linux-v6.6/Documentation/devicetree/bindings/mtd/ |
| D | ti,gpmc-nand.yaml | 44 enum: [prefetch-polled, polled, prefetch-dma, prefetch-irq] 45 default: prefetch-polled
|
| /Linux-v6.6/drivers/gpu/drm/i915/display/ |
| D | intel_hotplug.c | 192 if (connector->base.polled != DRM_CONNECTOR_POLL_HPD) in intel_hpd_irq_storm_switch_to_polling() 206 connector->base.polled = DRM_CONNECTOR_POLL_CONNECT | in intel_hpd_irq_storm_switch_to_polling() 242 if (connector->base.polled != connector->polled) in intel_hpd_irq_storm_reenable_work() 246 connector->base.polled = connector->polled; in intel_hpd_irq_storm_reenable_work() 655 connector->base.polled = connector->polled; in i915_hpd_poll_init_work() 657 if (enabled && connector->base.polled == DRM_CONNECTOR_POLL_HPD) in i915_hpd_poll_init_work() 658 connector->base.polled = DRM_CONNECTOR_POLL_CONNECT | in i915_hpd_poll_init_work() 724 * Also used during driver init to initialize connector->polled
|
| /Linux-v6.6/drivers/input/joystick/ |
| D | adc-joystick.c | 29 bool polled; member 220 joy->polled = true; in adc_joystick_probe() 228 if (joy->polled) in adc_joystick_probe() 256 if (joy->polled) { in adc_joystick_probe()
|
| /Linux-v6.6/drivers/gpu/drm/ |
| D | drm_probe_helper.c | 255 if (connector->polled & (DRM_CONNECTOR_POLL_CONNECT | in drm_kms_helper_enable_hpd() 323 * in drm_connector::polled. Note that after disabling polling by clearing these 782 if (!connector->polled || connector->polled == DRM_CONNECTOR_POLL_HPD) in output_poll_execute() 789 !(connector->polled & DRM_CONNECTOR_POLL_DISCONNECT)) in output_poll_execute() 898 * Drivers can control which connectors are polled by setting the 905 * Note that a connector can be both polled and probed from the hotplug handler, 939 drm_WARN_ON(dev, !(connector->polled & DRM_CONNECTOR_POLL_HPD)); in check_connector_changed() 976 * which has the DRM_CONNECTOR_POLL_HPD flag set in its &polled member. 986 * Note that a connector can be both polled and probed from the hotplug 1017 * which have the DRM_CONNECTOR_POLL_HPD flag set in their &polled member. All [all …]
|
| /Linux-v6.6/arch/arm64/boot/dts/amlogic/ |
| D | meson-gxl-s905d-mecool-kii-pro.dts | 31 gpio-keys-polled { 32 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-gxbb-wetek-play2.dts | 38 gpio-keys-polled { 39 compatible = "gpio-keys-polled";
|
| D | meson-gxl-s905d-p230.dts | 31 gpio-keys-polled { 32 compatible = "gpio-keys-polled";
|
| D | meson-gxl-s905d-vero4k-plus.dts | 17 gpio-keys-polled { 18 compatible = "gpio-keys-polled";
|
| D | meson-gxm-mecool-kiii-pro.dts | 36 gpio-keys-polled { 37 compatible = "gpio-keys-polled";
|
| D | meson-gxm-minix-neo-u9h.dts | 42 gpio-keys-polled { 43 compatible = "gpio-keys-polled";
|
| D | meson-g12b-gtking-pro.dts | 22 gpio-keys-polled { 23 compatible = "gpio-keys-polled";
|
| D | meson-g12b-gsking-x.dts | 31 gpio-keys-polled { 32 compatible = "gpio-keys-polled";
|
| /Linux-v6.6/include/linux/platform_data/ |
| D | mtd-nand-omap2.h | 15 NAND_OMAP_PREFETCH_POLLED = 0, /* prefetch polled mode, default */ 16 NAND_OMAP_POLLED, /* polled mode, without prefetch */
|
| /Linux-v6.6/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() 1092 int pmac_i2c_open(struct pmac_i2c_bus *bus, int polled) in pmac_i2c_open() argument [all …]
|
| /Linux-v6.6/drivers/dma/ |
| D | dmatest.c | 87 static bool polled; variable 88 module_param(polled, bool, 0644); 89 MODULE_PARM_DESC(polled, "Use polling for completion instead of interrupts"); 106 * @polled: use polling for completion instead of interrupts 122 bool polled; member 677 if (params->polled) in dmatest_func() 809 if (!params->polled) { in dmatest_func() 822 if (params->polled) { in dmatest_func() 1024 info->params.polled) { in dmatest_add_channel() 1025 info->params.polled = false; in dmatest_add_channel() [all …]
|
| /Linux-v6.6/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-v6.6/drivers/staging/media/ipu3/ |
| D | ipu3-css-fw.h | 111 u32 sw_state; /* Polled from css, enum imgu_abi_sp_swstate */ 112 u32 host_sp_queues_initialized; /* Polled from the SP */ 133 u32 sw_state; /* Polled from css, enum imgu_abi_bl_swstate */
|
| /Linux-v6.6/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-v6.6/drivers/input/keyboard/ |
| D | gpio_keys_polled.c | 26 #define DRV_NAME "gpio-keys-polled" 223 { .compatible = "gpio-keys-polled", }, 360 dev_err(dev, "unable to register polled device, err=%d\n", in gpio_keys_polled_probe() 386 MODULE_DESCRIPTION("Polled GPIO Buttons driver");
|
| /Linux-v6.6/Documentation/devicetree/bindings/input/ |
| D | gpio-keys.yaml | 16 - gpio-keys-polled 111 const: gpio-keys-polled
|
| /Linux-v6.6/drivers/infiniband/hw/ocrdma/ |
| D | ocrdma_verbs.c | 2513 bool *polled, bool *stop) in ocrdma_poll_err_scqe() argument 2530 *polled = true; in ocrdma_poll_err_scqe() 2539 *polled = false; in ocrdma_poll_err_scqe() 2546 *polled = false; in ocrdma_poll_err_scqe() 2549 *polled = true; in ocrdma_poll_err_scqe() 2557 struct ib_wc *ibwc, bool *polled) in ocrdma_poll_success_scqe() argument 2564 *polled = false; /* WC cannot be consumed yet */ in ocrdma_poll_success_scqe() 2570 *polled = true; in ocrdma_poll_success_scqe() 2582 struct ib_wc *ibwc, bool *polled, bool *stop) in ocrdma_poll_scqe() argument 2591 expand = ocrdma_poll_success_scqe(qp, cqe, ibwc, polled); in ocrdma_poll_scqe() [all …]
|