| /linux/Documentation/devicetree/bindings/mtd/ |
| H A D | ti,gpmc-nand.yaml | 44 enum: [prefetch-polled, polled, prefetch-dma, prefetch-irq] 45 default: prefetch-polled
|
| /linux/drivers/dma/ |
| H A D | dmatest.c | 91 static bool polled; variable 92 module_param(polled, bool, 0644); 93 MODULE_PARM_DESC(polled, "Use polling for completion instead of interrupts"); 111 * @polled: use polling for completion instead of interrupts 128 bool polled; member 691 if (params->polled) in dmatest_func() 823 if (!params->polled) { in dmatest_func() 836 if (params->polled) { in dmatest_func() 1038 info->params.polled) { in dmatest_add_channel() 1039 info->params.polled = false; in dmatest_add_channel() [all …]
|
| /linux/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() 402 int use_irq = host->irq && !bus->polled; in kw_i2c_xfer() 446 host->polled = bus->polled; in kw_i2c_xfer() 448 /* Enable interrupt if not using polled mode and interrupt is in kw_i2c_xfer() 1095 int pmac_i2c_open(struct pmac_i2c_bus *bus, int polled) in pmac_i2c_open() argument [all …]
|
| /linux/arch/arm64/boot/dts/amlogic/ |
| H A D | meson-gxl-s905d-mecool-kii-pro.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-vero4k-plus.dts | 17 gpio-keys-polled { 18 compatible = "gpio-keys-polled";
|
| H A D | meson-gxm-mecool-kiii-pro.dts | 36 gpio-keys-polled { 37 compatible = "gpio-keys-polled";
|
| H A D | meson-gxbb-wetek-play2.dts | 37 gpio-keys-polled { 38 compatible = "gpio-keys-polled";
|
| H A D | meson-gxm-minix-neo-u9h.dts | 42 gpio-keys-polled { 43 compatible = "gpio-keys-polled";
|
| H A D | meson-g12b-gtking-pro.dts | 22 gpio-keys-polled { 23 compatible = "gpio-keys-polled";
|
| H A D | meson-gxbb-kii-pro.dts | 34 gpio-keys-polled { 35 compatible = "gpio-keys-polled";
|
| H A D | meson-g12b-gsking-x.dts | 31 gpio-keys-polled { 32 compatible = "gpio-keys-polled";
|
| H A D | meson-gxl-s905x-vero4k.dts | 25 gpio-keys-polled { 26 compatible = "gpio-keys-polled";
|
| /linux/include/linux/platform_data/ |
| H A D | mtd-nand-omap2.h | 15 NAND_OMAP_PREFETCH_POLLED = 0, /* prefetch polled mode, default */ 16 NAND_OMAP_POLLED, /* polled mode, without prefetch */
|
| /linux/drivers/staging/media/ipu3/ |
| H A D | ipu3-css-fw.h | 113 u32 sw_state; /* Polled from css, enum imgu_abi_sp_swstate */ 114 u32 host_sp_queues_initialized; /* Polled from the SP */ 135 u32 sw_state; /* Polled from css, enum imgu_abi_bl_swstate */
|
| /linux/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
|
| /linux/drivers/input/keyboard/ |
| H A D | gpio_keys_polled.c | 26 #define DRV_NAME "gpio-keys-polled" 221 { .compatible = "gpio-keys-polled", }, 354 dev_err(dev, "unable to register polled device, err=%d\n", in gpio_keys_polled_probe() 380 MODULE_DESCRIPTION("Polled GPIO Buttons driver");
|
| /linux/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
|
| /linux/arch/arm64/boot/dts/broadcom/bcmbca/ |
| H A D | bcm4906-tplink-archer-c2300-v1.dts | 86 gpio-keys-polled { 87 compatible = "gpio-keys-polled";
|
| H A D | bcm4908-asus-gt-ac5300.dts | 18 gpio-keys-polled { 19 compatible = "gpio-keys-polled";
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | tqmls10xxa-mbls10xxa.dtsi | 15 gpio-keys-polled { 16 compatible = "gpio-keys-polled";
|
| /linux/Documentation/devicetree/bindings/input/ |
| H A D | gpio-keys.yaml | 16 - gpio-keys-polled 141 const: gpio-keys-polled
|
| /linux/arch/arm/boot/dts/intel/ixp/ |
| H A D | intel-ixp42x-dlink-dsm-g600.dts | 67 compatible = "gpio-keys-polled"; 71 * need to be polled. Investigate if this is really the case or if
|
| /linux/arch/x86/platform/geode/ |
| H A D | geode-common.c | 52 * Creates gpio-keys-polled device for the restart key. 61 .name = "gpio-keys-polled", in geode_create_restart_key()
|
| /linux/sound/usb/usx2y/ |
| H A D | us122l.c | 204 unsigned int *polled; in usb_stream_hwdep_mmap() 215 polled = &s->periods_polled; in usb_stream_hwdep_poll() local 217 polled = &us122l->second_periods_polled; in usb_stream_hwdep_poll() 218 if (*polled != s->periods_done) { in usb_stream_hwdep_poll() 219 *polled = s->periods_done; in usb_stream_hwdep_poll()
|