| /OK3568_Linux_fs/kernel/drivers/input/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A 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.
|
| /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/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/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/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() 764 * Drivers can control which connectors are polled by setting the 771 * Note that a connector can be both polled and probed from the hotplug handler, 802 * which have the DRM_CONNECTOR_POLL_HPD flag set in their &polled member. All 817 * Note that a connector can be both polled and probed from the hotplug handler, 835 if (!(connector->polled & DRM_CONNECTOR_POLL_HPD)) in drm_helper_hpd_irq_event()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/ |
| H A 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() 1091 int pmac_i2c_open(struct pmac_i2c_bus *bus, int polled) in pmac_i2c_open() argument [all …]
|
| /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"); 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 …]
|
| /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-gxl-s905d-p230.dts | 31 gpio-keys-polled { 32 compatible = "gpio-keys-polled";
|
| H A D | meson-g12b-gtking-pro.dts | 17 gpio-keys-polled { 18 compatible = "gpio-keys-polled";
|
| /OK3568_Linux_fs/kernel/include/linux/platform_data/ |
| H A D | mtd-nand-omap2.h | 14 NAND_OMAP_PREFETCH_POLLED = 0, /* prefetch polled mode, default */ 15 NAND_OMAP_POLLED, /* polled mode, without prefetch */
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/ipu3/ |
| H A 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 */
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A 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
|
| /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/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | poll.h | 22 /* Event types that can be polled for. These bits may be set in `events' 44 /* Event types always implicitly polled for. These bits need not be set in
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | poll.h | 22 /* Event types that can be polled for. These bits may be set in `events' 44 /* Event types always implicitly polled for. These bits need not be set in
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vidtv/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/ |
| H A D | halmac_pwr_seq_cmd.h | 30 * msk: the mask of the polled value 31 * value: the value to be polled, masked by the msd field.
|
| /OK3568_Linux_fs/kernel/drivers/input/keyboard/ |
| H A 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");
|