Home
last modified time | relevance | path

Searched refs:polling (Results 1 – 25 of 96) sorted by relevance

1234

/linux-3.4.99/drivers/media/video/saa7134/
Dsaa7134-input.c71 if (ir->polling) { in build_key()
90 if (ir->polling) { in build_key()
430 if (!ir->polling && !ir->raw_decode) { in saa7134_input_irq()
443 mod_timer(&ir->timer, jiffies + msecs_to_jiffies(ir->polling)); in saa7134_input_timer()
506 if (ir->polling) { in __saa7134_ir_start()
532 if (ir->polling || ir->raw_decode) in __saa7134_ir_stop()
580 unsigned polling = 0; in saa7134_input_init1() local
612 polling = 50; // ms in saa7134_input_init1()
619 polling = 50; // ms in saa7134_input_init1()
636 polling = 50; // ms in saa7134_input_init1()
[all …]
/linux-3.4.99/drivers/media/video/cx88/
Dcx88-input.c51 int polling; member
114 if (ir->polling) { in cx88_ir_handle_key()
124 ir->polling ? "poll" : "irq", in cx88_ir_handle_key()
163 ktime_set(0, ir->polling * 1000000)); in cx88_ir_work()
180 if (ir->polling) { in __cx88_ir_start()
184 ktime_set(0, ir->polling * 1000000), in __cx88_ir_start()
209 if (ir->polling) in __cx88_ir_stop()
273 ir->polling = 50; /* ms */ in cx88_ir_init()
302 ir->polling = 50; /* ms */ in cx88_ir_init()
313 ir->polling = 1; /* ms */ in cx88_ir_init()
[all …]
/linux-3.4.99/drivers/media/video/bt8xx/
Dbttv-input.c60 if (ir->polling) { in ir_handle_key()
70 ir->polling ? "poll" : "irq", in ir_handle_key()
134 else if (!ir->polling) in bttv_input_irq()
147 mod_timer(&ir->timer, jiffies + msecs_to_jiffies(ir->polling)); in bttv_input_timer()
305 if (ir->polling) { in bttv_ir_start()
321 if (btv->remote->polling) in bttv_ir_stop()
445 ir->polling = 50; // ms in bttv_input_init()
453 ir->polling = 50; // ms in bttv_input_init()
460 ir->polling = 50; // ms in bttv_input_init()
468 ir->polling = 50; // ms in bttv_input_init()
[all …]
/linux-3.4.99/Documentation/ABI/testing/
Dsysfs-class-devfreq30 polling mechanism or not.
37 the requested polling interval of the corresponding devfreq
40 no polling. This value is meaningless if the governor is
41 not polling; thus. If the governor is not using
42 devfreq-provided central polling
/linux-3.4.99/Documentation/networking/
Dnfc.txt61 * stop_poll - stop on progress polling operation
78 * NFC_CMD_START_POLL - setup a specific device to polling for targets
79 * NFC_CMD_STOP_POLL - stop the polling operation in a specific device
88 protocols through NFC_ATTR_PROTOCOLS attribute. The device remains in polling
89 state until it finds any target. However, the user can stop the polling
93 If the polling operation finds one or more targets, the event TARGETS_FOUND is
98 All polling operations requested through one netlink socket are stopped when
Ddm9000.txt118 Switch to using the simpler PHY polling method which does not
120 when using the internal PHY. See the section on link state polling
124 "Force simple NSR based PHY polling" allows this flag to be
128 PHY Link state polling
157 polling of the PHY status may be disabled on these devices when using
Dgeneric-hdlc.txt85 t391 - link integrity verification polling timer (in seconds) - user
86 t392 - polling verification timer (in seconds) - network
87 n391 - full status polling counter - user
/linux-3.4.99/drivers/input/touchscreen/
Dtps6507x-ts.c45 unsigned polling; /* polling is active */ member
223 tsc->polling = 1; in tps6507x_ts_handler()
225 tsc->polling = 0; in tps6507x_ts_handler()
229 tsc->polling = 0; in tps6507x_ts_handler()
328 tsc->polling = 1; in tps6507x_ts_probe()
330 tsc->polling = 0; in tps6507x_ts_probe()
/linux-3.4.99/drivers/devfreq/
Ddevfreq.c38 static bool polling; variable
332 polling = true; in devfreq_monitor()
335 polling = false; in devfreq_monitor()
414 if (devfreq_wq && devfreq->next_polling && !polling) { in devfreq_add_device()
415 polling = true; in devfreq_add_device()
505 if (df->next_polling > 0 && !polling) { in store_polling_interval()
506 polling = true; in store_polling_interval()
608 polling = false; in devfreq_start_polling()
/linux-3.4.99/drivers/power/
Dpda_power.c40 static int polling; variable
350 polling = 1; in pda_power_probe()
371 polling = 1; in pda_power_probe()
383 polling = 0; in pda_power_probe()
387 if (polling) { in pda_power_probe()
436 if (polling) in pda_power_remove()
/linux-3.4.99/net/nfc/
Dcore.c98 if (dev->polling || dev->remote_activated) { in nfc_dev_down()
139 if (dev->polling) { in nfc_start_poll()
146 dev->polling = true; in nfc_start_poll()
171 if (!dev->polling) { in nfc_stop_poll()
177 dev->polling = false; in nfc_stop_poll()
433 dev->polling = false; in nfc_targets_found()
/linux-3.4.99/drivers/ide/
Dide-eh.c186 hwif->polling = 0; in atapi_reset_pollfunc()
193 hwif->polling = 0; in atapi_reset_pollfunc()
264 hwif->polling = 0; /* done polling */ in reset_pollfunc()
358 hwif->polling = 1; in do_reset1()
418 hwif->polling = 1; in do_reset1()
Dide-io.c663 if (hwif->polling) { in ide_timer_expiry()
683 if (startstop == ide_stopped && hwif->polling == 0) { in ide_timer_expiry()
795 if (handler == NULL || hwif->polling) { in ide_intr()
859 if (startstop == ide_stopped && hwif->polling == 0) { in ide_intr()
/linux-3.4.99/Documentation/x86/x86_64/
Dmachinecheck41 the polling interval. When the poller stops finding MCEs, it
42 triggers an exponential backoff (poll less often) on the polling
44 maximum polling interval. 0 means no polling for corrected machine
/linux-3.4.99/drivers/media/video/tm6000/
Dtm6000-input.c65 int polling; member
150 if (!ir->polling) in tm6000_ir_config()
243 schedule_delayed_work(&ir->work, msecs_to_jiffies(ir->polling)); in tm6000_ir_handle_key()
436 ir->polling = 50; in tm6000_ir_init()
484 if (!ir->polling) in tm6000_ir_fini()
/linux-3.4.99/drivers/staging/iio/Documentation/
Doverview.txt28 event must be accessed via polling.
38 polling to establish when data is available.
/linux-3.4.99/drivers/net/ethernet/davicom/
DKconfig18 bool "Force simple NSR based PHY polling"
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb3/
Dadapter.h136 unsigned int polling; /* is the queue serviced through NAPI? */ member
322 irq_handler_t t3_intr_handler(struct adapter *adap, int polling);
Dcxgb3_ioctl.h92 int32_t polling; member
/linux-3.4.99/drivers/s390/cio/
Dqdio_main.c412 if (!q->u.in.polling) in qdio_stop_polling()
415 q->u.in.polling = 0; in qdio_stop_polling()
480 if (!q->u.in.polling) { in inbound_primed()
481 q->u.in.polling = 1; in inbound_primed()
500 if (q->u.in.polling) { in inbound_primed()
505 q->u.in.polling = 1; in inbound_primed()
1572 if (!q->u.in.polling) in handle_inbound()
1578 q->u.in.polling = 0; in handle_inbound()
1588 q->u.in.polling = 0; in handle_inbound()
1596 q->u.in.polling = 0; in handle_inbound()
/linux-3.4.99/drivers/media/video/em28xx/
Dem28xx-input.c71 int polling; member
327 schedule_delayed_work(&ir->work, msecs_to_jiffies(ir->polling)); in em28xx_ir_work()
427 ir->polling = 100; /* ms */ in em28xx_ir_init()
/linux-3.4.99/Documentation/scheduler/
Dsched-arch.txt60 In other words, they must be periodically polling need_resched,
69 arch/x86/kernel/process.c has examples of both polling and
/linux-3.4.99/Documentation/devicetree/bindings/i2c/
Dmrvl-i2c.txt20 - mrvl,i2c-polling : Disable interrupt of i2c controller. Polling
/linux-3.4.99/Documentation/sysctl/
Dnet.txt87 Maximum number of packets taken from all interfaces in one polling cycle (NAPI
88 poll). In one polling cycle interfaces which are registered to polling are
/linux-3.4.99/drivers/char/
Dlp.c220 int polling; in lp_error() local
225 polling = lp_table[minor].dev->port->irq == PARPORT_IRQ_NONE; in lp_error()
226 if (polling) lp_release_parport (&lp_table[minor]); in lp_error()
230 if (polling) lp_claim_parport_or_block (&lp_table[minor]); in lp_error()

1234