| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A 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.
|
| H A D | ox810se-wd-mbwe.dts | 31 gpio-keys-polled { 32 compatible = "gpio-keys-polled";
|
| /OK3568_Linux_fs/kernel/net/smc/ |
| H A D | smc_wr.c | 126 int polled = 0; in smc_wr_tx_tasklet_fn() local 129 polled++; in smc_wr_tx_tasklet_fn() 133 if (polled == 1) { in smc_wr_tx_tasklet_fn() 143 if (polled == 1) in smc_wr_tx_tasklet_fn() 415 int polled = 0; in smc_wr_rx_tasklet_fn() local 419 polled++; in smc_wr_rx_tasklet_fn() 423 if (polled == 1) { in smc_wr_rx_tasklet_fn() 432 if (polled == 1) in smc_wr_rx_tasklet_fn()
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/amlogic/ |
| H A D | meson-gxbb-wetek-play2.dts | 30 gpio-keys-polled { 31 compatible = "gpio-keys-polled";
|
| H A D | meson-gxbb-kii-pro.dts | 27 gpio-keys-polled { 28 compatible = "gpio-keys-polled";
|
| H A D | meson-gxm-q200.dts | 31 gpio-keys-polled { 32 compatible = "gpio-keys-polled";
|
| H A D | meson-gxm-wetek-core2.dts | 46 gpio-keys-polled { 47 compatible = "gpio-keys-polled";
|
| H A D | meson-g12b-gtking-pro.dts | 17 gpio-keys-polled { 18 compatible = "gpio-keys-polled";
|
| H A D | meson-gxl-s905d-p230.dts | 31 gpio-keys-polled { 32 compatible = "gpio-keys-polled";
|
| H A D | meson-gxl-s905x-khadas-vim.dts | 34 gpio-keys-polled { 35 compatible = "gpio-keys-polled";
|
| H A D | meson-gxbb-nexbox-a95x.dts | 42 gpio-keys-polled { 43 compatible = "gpio-keys-polled";
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/ |
| H A D | low_i2c.c | 87 int polled; /* open mode */ member 116 int polled; member 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() 1091 int pmac_i2c_open(struct pmac_i2c_bus *bus, int polled) in pmac_i2c_open() argument 1096 bus->polled = polled || pmac_i2c_force_poll; in pmac_i2c_open()
|
| /OK3568_Linux_fs/kernel/drivers/dma/ |
| H A 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"); 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() 1107 params->polled = polled; in add_threaded_test()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_probe_helper.c | 254 if (connector->polled & (DRM_CONNECTOR_POLL_CONNECT | in drm_kms_helper_poll_enable() 651 if (!connector->polled || connector->polled == DRM_CONNECTOR_POLL_HPD) in output_poll_execute() 658 !(connector->polled & DRM_CONNECTOR_POLL_DISCONNECT)) in output_poll_execute() 835 if (!(connector->polled & DRM_CONNECTOR_POLL_HPD)) in drm_helper_hpd_irq_event()
|
| H A D | drm_bridge_connector.c | 373 connector->polled = DRM_CONNECTOR_POLL_HPD; in drm_bridge_connector_init() 375 connector->polled = DRM_CONNECTOR_POLL_CONNECT in drm_bridge_connector_init()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/ocrdma/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mtd/ |
| H A D | gpmc-nand.txt | 39 "prefetch-polled" Prefetch polled mode (default) 40 "polled" Polled mode, without prefetch 80 ti,nand-xfer-type = "polled";
|
| /OK3568_Linux_fs/kernel/tools/io_uring/ |
| H A D | io_uring-bench.c | 99 static int polled = 1; /* use IO polling */ variable 263 if (polled && cqe->res == -EOPNOTSUPP) in reap_events() 399 if (polled && !do_nop) in setup_ring() 557 printf("polled=%d, fixedbufs=%d, buffered=%d", polled, fixedbufs, buffered); in main()
|
| /OK3568_Linux_fs/kernel/sound/usb/usx2y/ |
| H A D | us122l.c | 238 unsigned *polled; in usb_stream_hwdep_poll() local 248 polled = &s->periods_polled; in usb_stream_hwdep_poll() 250 polled = &us122l->second_periods_polled; in usb_stream_hwdep_poll() 251 if (*polled != s->periods_done) { in usb_stream_hwdep_poll() 252 *polled = s->periods_done; in usb_stream_hwdep_poll()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/aspeed/ |
| H A D | aspeed_gfx_out.c | 35 priv->connector.polled = 0; in aspeed_gfx_create_output()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/auxdisplay/ |
| H A D | arm-charlcd.txt | 12 operate in polled mode without an interrupt.
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | pmac_low_i2c.h | 87 extern int pmac_i2c_open(struct pmac_i2c_bus *bus, int polled);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/ |
| H A D | ti-tfp410.c | 140 dvi->connector.polled = DRM_CONNECTOR_POLL_HPD; in tfp410_attach() 142 dvi->connector.polled = DRM_CONNECTOR_POLL_CONNECT | DRM_CONNECTOR_POLL_DISCONNECT; in tfp410_attach()
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | abx500.rst | 32 polled.
|