| /kernel/linux/linux-5.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 …]
|
| /kernel/linux/linux-5.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.
|
| /kernel/linux/linux-6.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 …]
|
| /kernel/linux/linux-5.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";
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | stm32mp15xx-dhcom-pdk2.dtsi | 35 gpio-keys-polled { 36 compatible = "gpio-keys-polled"; 41 * so mark this as polled GPIO key. 51 * so mark this as polled GPIO key. 61 * so mark this as polled GPIO key.
|
| D | ox810se-wd-mbwe.dts | 31 gpio-keys-polled { 32 compatible = "gpio-keys-polled";
|
| /kernel/linux/linux-5.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.
|
| /kernel/linux/linux-6.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.
|
| /kernel/linux/linux-5.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()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/mtd/ |
| D | ti,gpmc-nand.yaml | 44 enum: [prefetch-polled, polled, prefetch-dma, prefetch-irq] 45 default: prefetch-polled
|
| /kernel/linux/linux-5.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";
|
| /kernel/linux/linux-5.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 */
|
| /kernel/linux/linux-6.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
|
| /kernel/linux/linux-6.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()
|
| /kernel/linux/linux-6.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 */
|
| /kernel/linux/linux-6.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-wetek-core2.dts | 46 gpio-keys-polled { 47 compatible = "gpio-keys-polled";
|
| D | meson-gxm-q200.dts | 31 gpio-keys-polled { 32 compatible = "gpio-keys-polled";
|
| /kernel/linux/linux-6.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 …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/ |
| D | drm_probe_helper.c | 254 if (connector->polled & (DRM_CONNECTOR_POLL_CONNECT | in drm_kms_helper_poll_enable() 652 if (!connector->polled || connector->polled == DRM_CONNECTOR_POLL_HPD) in output_poll_execute() 659 !(connector->polled & DRM_CONNECTOR_POLL_DISCONNECT)) in output_poll_execute() 765 * Drivers can control which connectors are polled by setting the 772 * Note that a connector can be both polled and probed from the hotplug handler, 803 * which have the DRM_CONNECTOR_POLL_HPD flag set in their &polled member. All 818 * Note that a connector can be both polled and probed from the hotplug handler, 836 if (!(connector->polled & DRM_CONNECTOR_POLL_HPD)) in drm_helper_hpd_irq_event()
|
| /kernel/linux/linux-6.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 */
|
| /kernel/linux/linux-6.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
|