Home
last modified time | relevance | path

Searched full:polled (Results 1 – 25 of 396) sorted by relevance

12345678910>>...16

/Linux-v6.1/drivers/firmware/arm_scmi/
Dvirtio.c327 * Process pre-fetched messages: these could be non-polled messages or in scmi_vio_deferred_tx_worker()
328 * late timed-out replies to polled messages dequeued by chance while in scmi_vio_deferred_tx_worker()
522 * - bind the polled message to the xfer via .priv in virtio_send_message()
593 * For this same reason, here, we take care to free only the polled messages
596 * any timed-out polled message if that indeed appears to have been at least
598 * messages won't be freed elsewhere. Any other polled message is marked as
601 * Possible late replies to timed-out polled messages will be eventually freed
622 /* Must be a polled xfer and not already freed on the IRQ path */ in virtio_mark_txdone()
629 /* Do not free timedout polled messages only if still inflight */ in virtio_mark_txdone()
665 * out reply to a polled message that we should dequeue.
[all …]
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_hotplug.c189 if (connector->base.polled != DRM_CONNECTOR_POLL_HPD) in intel_hpd_irq_storm_switch_to_polling()
203 connector->base.polled = DRM_CONNECTOR_POLL_CONNECT | in intel_hpd_irq_storm_switch_to_polling()
239 if (connector->base.polled != connector->polled) in intel_hpd_irq_storm_reenable_work()
243 connector->base.polled = connector->polled; in intel_hpd_irq_storm_reenable_work()
632 connector->base.polled = connector->polled; in i915_hpd_poll_init_work()
634 if (enabled && connector->base.polled == DRM_CONNECTOR_POLL_HPD) in i915_hpd_poll_init_work()
635 connector->base.polled = DRM_CONNECTOR_POLL_CONNECT | in i915_hpd_poll_init_work()
700 * Also used during driver init to initialize connector->polled
/Linux-v6.1/arch/arm/boot/dts/
Dstm32mp15xx-dhcom-pdk2.dtsi36 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.
Dox810se-wd-mbwe.dts31 gpio-keys-polled {
32 compatible = "gpio-keys-polled";
/Linux-v6.1/Documentation/devicetree/bindings/mtd/
Dti,gpmc-nand.yaml44 enum: [prefetch-polled, polled, prefetch-dma, prefetch-irq]
45 default: prefetch-polled
/Linux-v6.1/drivers/gpu/drm/
Ddrm_probe_helper.c254 if (connector->polled & (DRM_CONNECTOR_POLL_CONNECT | in drm_kms_helper_poll_enable()
724 if (!connector->polled || connector->polled == DRM_CONNECTOR_POLL_HPD) in output_poll_execute()
731 !(connector->polled & DRM_CONNECTOR_POLL_DISCONNECT)) in output_poll_execute()
837 * Drivers can control which connectors are polled by setting the
844 * Note that a connector can be both polled and probed from the hotplug handler,
877 drm_WARN_ON(dev, !(connector->polled & DRM_CONNECTOR_POLL_HPD)); in check_connector_changed()
914 * which has the DRM_CONNECTOR_POLL_HPD flag set in its &polled member.
924 * Note that a connector can be both polled and probed from the hotplug
955 * which have the DRM_CONNECTOR_POLL_HPD flag set in their &polled member. All
971 * Note that a connector can be both polled and probed from the hotplug handler,
[all …]
/Linux-v6.1/arch/arm64/boot/dts/amlogic/
Dmeson-gxbb-kii-pro.dts27 gpio-keys-polled {
28 compatible = "gpio-keys-polled";
Dmeson-gxl-s905d-mecool-kii-pro.dts31 gpio-keys-polled {
32 compatible = "gpio-keys-polled";
Dmeson-gxm-q200.dts31 gpio-keys-polled {
32 compatible = "gpio-keys-polled";
Dmeson-gxm-wetek-core2.dts46 gpio-keys-polled {
47 compatible = "gpio-keys-polled";
Dmeson-gxbb-wetek-play2.dts38 gpio-keys-polled {
39 compatible = "gpio-keys-polled";
Dmeson-gxl-s905d-p230.dts31 gpio-keys-polled {
32 compatible = "gpio-keys-polled";
Dmeson-gxl-s905d-vero4k-plus.dts17 gpio-keys-polled {
18 compatible = "gpio-keys-polled";
Dmeson-gxm-mecool-kiii-pro.dts36 gpio-keys-polled {
37 compatible = "gpio-keys-polled";
Dmeson-gxm-minix-neo-u9h.dts42 gpio-keys-polled {
43 compatible = "gpio-keys-polled";
Dmeson-g12b-gtking-pro.dts22 gpio-keys-polled {
23 compatible = "gpio-keys-polled";
/Linux-v6.1/drivers/input/joystick/
Dadc-joystick.c29 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.1/include/linux/platform_data/
Dmtd-nand-omap2.h15 NAND_OMAP_PREFETCH_POLLED = 0, /* prefetch polled mode, default */
16 NAND_OMAP_POLLED, /* polled mode, without prefetch */
/Linux-v6.1/drivers/staging/media/ipu3/
Dipu3-css-fw.h111 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.1/lib/
Dirq_poll.c44 * __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.1/arch/powerpc/platforms/powermac/
Dlow_i2c.c87 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.1/drivers/dma/
Ddmatest.c87 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.1/drivers/media/test-drivers/vidtv/
Dvidtv_channel.h15 * 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.1/Documentation/devicetree/bindings/input/
Dgpio-keys.yaml16 - gpio-keys-polled
111 const: gpio-keys-polled
/Linux-v6.1/drivers/infiniband/hw/ocrdma/
Docrdma_verbs.c2515 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 …]

12345678910>>...16