| /drivers/media/pci/saa7134/ |
| A D | saa7134-input.c | 62 if (ir->polling) { in build_key() 82 if (ir->polling) { in build_key() 484 if (ir->polling) { in saa7134_ir_open() 498 if (ir->polling) in saa7134_ir_close() 512 unsigned polling = 0; in saa7134_input_init1() local 544 polling = 50; // ms in saa7134_input_init1() 715 polling = 50; //ms in saa7134_input_init1() 721 polling = 50; /* ms */ in saa7134_input_init1() 727 polling = 50; /* ms */ in saa7134_input_init1() 732 polling = 40; /* ms */ in saa7134_input_init1() [all …]
|
| /drivers/media/pci/cx88/ |
| A D | cx88-input.c | 39 int polling; member 107 if (ir->polling) { in cx88_ir_handle_key() 192 if (ir->polling) { in __cx88_ir_start() 220 if (ir->polling) in __cx88_ir_stop() 286 ir->polling = 50; /* ms */ in cx88_ir_init() 315 ir->polling = 50; /* ms */ in cx88_ir_init() 326 ir->polling = 1; /* ms */ in cx88_ir_init() 333 ir->polling = 5; /* ms */ in cx88_ir_init() 357 ir->polling = 1; /* ms */ in cx88_ir_init() 364 ir->polling = 1; /* ms */ in cx88_ir_init() [all …]
|
| /drivers/media/pci/bt8xx/ |
| A D | bttv-input.c | 47 if (ir->polling) { in ir_handle_key() 123 else if (!ir->polling) in bttv_input_irq() 292 if (ir->polling) { in bttv_ir_start() 306 if (btv->remote->polling) in bttv_ir_stop() 432 ir->polling = 50; // ms in bttv_input_init() 440 ir->polling = 50; // ms in bttv_input_init() 447 ir->polling = 50; // ms in bttv_input_init() 455 ir->polling = 50; // ms in bttv_input_init() 472 ir->polling = 50; // ms in bttv_input_init() 481 ir->polling = 50; // ms in bttv_input_init() [all …]
|
| /drivers/media/usb/au0828/ |
| A D | au0828-input.c | 30 int polling; member 225 schedule_delayed_work(&ir->work, msecs_to_jiffies(ir->polling)); in au0828_rc_work() 237 schedule_delayed_work(&ir->work, msecs_to_jiffies(ir->polling)); in au0828_rc_start() 315 ir->polling = 100; /* ms */ in au0828_rc_register() 395 schedule_delayed_work(&ir->work, msecs_to_jiffies(ir->polling)); in au0828_rc_resume()
|
| /drivers/hid/intel-ish-hid/ |
| A D | Kconfig | 11 sensor polling and algorithm processing to a dedicated low power 25 sensor polling and algorithm processing to a dedicated low power
|
| /drivers/net/wireless/realtek/rtw88/ |
| A D | ps.c | 71 u8 request, confirm, polling; in rtw_power_mode_change() local 93 ret = read_poll_timeout_atomic(rtw_read8, polling, in rtw_power_mode_change() 94 (polling ^ confirm) & BIT_RPWM_TOGGLE, in rtw_power_mode_change()
|
| /drivers/platform/x86/lenovo/ |
| A D | Kconfig | 179 bool "Support NVRAM polling for hot keys" 183 Some thinkpad models benefit from NVRAM polling to detect a few of 185 need to do NVRAM polling to support any of the hot keys you use, 189 unlikely to need NVRAM polling in their latest BIOS versions. 191 NVRAM polling can detect at most the following keys: ThinkPad/Access 195 If you are not sure, say Y here. The driver enables polling only if
|
| /drivers/cpuidle/ |
| A D | Kconfig | 42 for polling for a certain amount of time before entering idle 81 before halting in the guest (more efficient than polling in the
|
| /drivers/net/ethernet/chelsio/cxgb3/ |
| A D | adapter.h | 135 unsigned int polling; /* is the queue serviced through NAPI? */ member 322 irq_handler_t t3_intr_handler(struct adapter *adap, int polling);
|
| A D | cxgb3_main.c | 410 rspq.polling), 0, in request_msix_data_irqs() 1276 t3_intr_handler(adap, adap->sge.qs[0].rspq.polling), in cxgb_up() 2184 t.polling >= 0 || t.cong_thres >= 0)) in cxgb_siocdevprivate() 2224 if (t.polling >= 0) { in cxgb_siocdevprivate() 2226 q->polling = t.polling; in cxgb_siocdevprivate() 2231 t.polling = 0; in cxgb_siocdevprivate() 2236 q->polling = t.polling; in cxgb_siocdevprivate() 2284 t.polling = q->polling; in cxgb_siocdevprivate() 2628 t3_intr_handler(adapter, qs->rspq.polling) (0, source); in cxgb_netpoll()
|
| A D | cxgb3_ioctl.h | 92 int32_t polling; member
|
| A D | sge.c | 1965 if (rq->polling) { in rx_offload() 2106 if (rq->polling) { in rx_eth() 2826 irq_handler_t t3_intr_handler(struct adapter *adap, int polling) in t3_intr_handler() argument 2829 return polling ? t3_sge_intr_msix_napi : t3_sge_intr_msix; in t3_intr_handler() 2831 return polling ? t3_intr_msi_napi : t3_intr_msi; in t3_intr_handler() 2833 return polling ? t3b_intr_napi : t3b_intr; in t3_intr_handler() 3001 qs->rspq.polling = p->polling; in t3_update_qset_coalesce() 3002 qs->napi.poll = p->polling ? napi_rx_handler : ofld_poll; in t3_update_qset_coalesce() 3358 q->polling = adap->params.rev > 0; in t3_sge_prep()
|
| /drivers/media/usb/em28xx/ |
| A D | em28xx-input.c | 55 int polling; member 364 schedule_delayed_work(&ir->work, msecs_to_jiffies(ir->polling)); in em28xx_ir_work() 808 ir->polling = 100; /* ms */ in em28xx_ir_init() 901 schedule_delayed_work(&ir->work, msecs_to_jiffies(ir->polling)); in em28xx_ir_resume()
|
| /drivers/mailbox/ |
| A D | mailbox-altera.c | 189 goto polling; /* use polling if failed */ in altera_mbox_startup_receiver() 196 polling: in altera_mbox_startup_receiver()
|
| /drivers/net/wireless/realtek/rtw89/ |
| A D | ps.c | 46 u32 polling; in rtw89_fw_leave_lps_check() local 49 ret = read_poll_timeout_atomic(rtw89_read32_mask, polling, !polling, in rtw89_fw_leave_lps_check()
|
| A D | pci_be.c | 643 u32 polling; in rtw89_pci_resume_be() local 652 ret = read_poll_timeout_atomic(rtw89_read32, polling, !polling, 1, 1000, in rtw89_pci_resume_be()
|
| /drivers/tty/serial/ |
| A D | sc16is7xx.c | 353 bool polling; member 1230 if (s->polling) in sc16is7xx_startup() 1255 if (s->polling) in sc16is7xx_shutdown() 1567 s->polling = (irq <= 0); in sc16is7xx_probe() 1568 if (s->polling) in sc16is7xx_probe() 1699 if (s->polling) { in sc16is7xx_probe() 1764 if (s->polling) in sc16is7xx_remove()
|
| /drivers/char/ |
| A D | lp.c | 224 int polling; in lp_error() local 229 polling = lp_table[minor].dev->port->irq == PARPORT_IRQ_NONE; in lp_error() 230 if (polling) in lp_error() 235 if (polling) in lp_error()
|
| /drivers/net/ethernet/ibm/emac/ |
| A D | Kconfig | 23 int "MAL NAPI polling weight"
|
| /drivers/i2c/busses/ |
| A D | i2c-omap.c | 662 struct i2c_msg *msg, int stop, bool polling) in omap_i2c_xfer_msg() argument 691 if (!polling) in omap_i2c_xfer_msg() 744 if (!polling) { in omap_i2c_xfer_msg() 794 bool polling) in omap_i2c_xfer_common() argument 817 polling); in omap_i2c_xfer_common()
|
| A D | i2c-ocores.c | 362 bool polling) in ocores_xfer_core() argument 368 if (polling) in ocores_xfer_core() 381 if (polling) { in ocores_xfer_core()
|
| /drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/ |
| A D | rx.c | 1900 bool polling = false; in iwl_pcie_irq_handler() local 2104 polling = true; in iwl_pcie_irq_handler() 2136 if (!polling) { in iwl_pcie_irq_handler() 2274 bool polling = false; in iwl_pcie_irq_msix_handler() local 2320 polling = true; in iwl_pcie_irq_msix_handler() 2330 polling = true; in iwl_pcie_irq_msix_handler() 2482 if (!polling) in iwl_pcie_irq_msix_handler()
|
| /drivers/net/ethernet/davicom/ |
| A D | Kconfig | 31 bool "Force simple NSR based PHY polling"
|
| /drivers/infiniband/hw/efa/ |
| A D | efa_com.h | 163 void efa_com_set_admin_polling_mode(struct efa_com_dev *edev, bool polling);
|
| /drivers/net/ethernet/amazon/ena/ |
| A D | ena_com.h | 233 bool polling; member 575 void ena_com_set_admin_polling_mode(struct ena_com_dev *ena_dev, bool polling);
|