/drivers/media/pci/saa7134/ |
D | saa7134-input.c | 62 if (ir->polling) { in build_key() 82 if (ir->polling) { in build_key() 425 if (!ir->polling && !ir->raw_decode) { in saa7134_input_irq() 438 mod_timer(&ir->timer, jiffies + msecs_to_jiffies(ir->polling)); in saa7134_input_timer() 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() 551 polling = 50; // ms in saa7134_input_init1() 569 polling = 50; // ms in saa7134_input_init1() [all …]
|
/drivers/media/pci/cx88/ |
D | cx88-input.c | 39 int polling; member 107 if (ir->polling) { in cx88_ir_handle_key() 117 ir->polling ? "poll" : "irq", in cx88_ir_handle_key() 175 ktime_set(0, ir->polling * 1000000)); in cx88_ir_work() 192 if (ir->polling) { in __cx88_ir_start() 196 ktime_set(0, ir->polling * 1000000), in __cx88_ir_start() 221 if (ir->polling) in __cx88_ir_stop() 287 ir->polling = 50; /* ms */ in cx88_ir_init() 316 ir->polling = 50; /* ms */ in cx88_ir_init() 327 ir->polling = 1; /* ms */ in cx88_ir_init() [all …]
|
/drivers/media/pci/bt8xx/ |
D | bttv-input.c | 47 if (ir->polling) { in ir_handle_key() 57 ir->polling ? "poll" : "irq", in ir_handle_key() 123 else if (!ir->polling) in bttv_input_irq() 136 mod_timer(&ir->timer, jiffies + msecs_to_jiffies(ir->polling)); in bttv_input_timer() 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() [all …]
|
/drivers/power/supply/ |
D | pda_power.c | 33 static int polling; variable 347 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() 441 if (polling) in pda_power_remove()
|
/drivers/media/usb/au0828/ |
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/media/usb/tm6000/ |
D | tm6000-input.c | 53 int polling; member 137 if (!ir->polling) in tm6000_ir_config() 248 schedule_delayed_work(&ir->work, msecs_to_jiffies(ir->polling)); in tm6000_ir_handle_key() 440 ir->polling = 50; in tm6000_ir_init() 488 if (!ir->polling) in tm6000_ir_fini()
|
/drivers/net/wireless/realtek/rtw88/ |
D | ps.c | 70 u8 request, confirm, polling; in rtw_power_mode_change() local 89 ret = read_poll_timeout_atomic(rtw_read8, polling, in rtw_power_mode_change() 90 (polling ^ confirm) & BIT_RPWM_TOGGLE, in rtw_power_mode_change()
|
/drivers/hid/intel-ish-hid/ |
D | Kconfig | 12 sensor polling and algorithm processing to a dedicated low power 26 sensor polling and algorithm processing to a dedicated low power
|
/drivers/cpuidle/ |
D | Kconfig | 42 for polling for a certain amount of time before entering idle 71 before halting in the guest (more efficient than polling in the
|
/drivers/net/ethernet/amazon/ena/ |
D | ena_com.h | 228 bool polling; member 484 void ena_com_set_admin_polling_mode(struct ena_com_dev *ena_dev, bool polling); 495 bool polling);
|
D | ena_com.c | 472 if (!admin_queue->polling) in ena_com_handle_single_admin_completion() 804 admin_queue->polling = true; in ena_com_wait_and_process_admin_cq_interrupts() 814 if (!admin_queue->polling) { in ena_com_wait_and_process_admin_cq_interrupts() 899 if (admin_queue->polling) in ena_com_wait_and_process_admin_cq() 1714 void ena_com_set_admin_polling_mode(struct ena_com_dev *ena_dev, bool polling) in ena_com_set_admin_polling_mode() argument 1718 if (polling) in ena_com_set_admin_polling_mode() 1722 ena_dev->admin_queue.polling = polling; in ena_com_set_admin_polling_mode() 1726 bool polling) in ena_com_set_admin_auto_polling_mode() argument 1728 ena_dev->admin_queue.auto_polling = polling; in ena_com_set_admin_auto_polling_mode() 1811 admin_queue->polling = false; in ena_com_admin_init()
|
/drivers/net/ethernet/chelsio/cxgb3/ |
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);
|
D | cxgb3_ioctl.h | 92 int32_t polling; member
|
D | cxgb3_main.c | 411 rspq.polling), 0, in request_msix_data_irqs() 1278 t3_intr_handler(adap, adap->sge.qs[0].rspq.polling), in cxgb_up() 2194 t.polling >= 0 || t.cong_thres >= 0)) in cxgb_siocdevprivate() 2234 if (t.polling >= 0) { in cxgb_siocdevprivate() 2236 q->polling = t.polling; in cxgb_siocdevprivate() 2241 t.polling = 0; in cxgb_siocdevprivate() 2246 q->polling = t.polling; in cxgb_siocdevprivate() 2294 t.polling = q->polling; in cxgb_siocdevprivate() 2638 t3_intr_handler(adapter, qs->rspq.polling) (0, source); in cxgb_netpoll()
|
D | sge.c | 1967 if (rq->polling) { in rx_offload() 2108 if (rq->polling) { in rx_eth() 2842 irq_handler_t t3_intr_handler(struct adapter *adap, int polling) in t3_intr_handler() argument 2845 return polling ? t3_sge_intr_msix_napi : t3_sge_intr_msix; in t3_intr_handler() 2847 return polling ? t3_intr_msi_napi : t3_intr_msi; in t3_intr_handler() 2849 return polling ? t3b_intr_napi : t3b_intr; in t3_intr_handler() 3017 qs->rspq.polling = p->polling; in t3_update_qset_coalesce() 3018 qs->napi.poll = p->polling ? napi_rx_handler : ofld_poll; in t3_update_qset_coalesce() 3374 q->polling = adap->params.rev > 0; in t3_sge_prep()
|
/drivers/media/usb/em28xx/ |
D | em28xx-input.c | 65 int polling; member 374 schedule_delayed_work(&ir->work, msecs_to_jiffies(ir->polling)); in em28xx_ir_work() 818 ir->polling = 100; /* ms */ in em28xx_ir_init() 911 schedule_delayed_work(&ir->work, msecs_to_jiffies(ir->polling)); in em28xx_ir_resume()
|
/drivers/net/ethernet/davicom/ |
D | Kconfig | 18 bool "Force simple NSR based PHY polling"
|
/drivers/mailbox/ |
D | mailbox-altera.c | 189 goto polling; /* use polling if failed */ in altera_mbox_startup_receiver() 196 polling: in altera_mbox_startup_receiver()
|
/drivers/char/ |
D | lp.c | 222 int polling; in lp_error() local 227 polling = lp_table[minor].dev->port->irq == PARPORT_IRQ_NONE; in lp_error() 228 if (polling) in lp_error() 233 if (polling) in lp_error()
|
/drivers/net/ethernet/ibm/emac/ |
D | Kconfig | 23 int "MAL NAPI polling weight"
|
/drivers/i2c/busses/ |
D | i2c-omap.c | 660 struct i2c_msg *msg, int stop, bool polling) in omap_i2c_xfer_msg() argument 689 if (!polling) in omap_i2c_xfer_msg() 742 if (!polling) { in omap_i2c_xfer_msg() 793 bool polling) in omap_i2c_xfer_common() argument 816 polling); in omap_i2c_xfer_common()
|
D | i2c-ocores.c | 373 bool polling) in ocores_xfer_core() argument 379 if (polling) in ocores_xfer_core() 392 if (polling) { in ocores_xfer_core()
|
/drivers/infiniband/hw/efa/ |
D | efa_com.h | 129 void efa_com_set_admin_polling_mode(struct efa_com_dev *edev, bool polling);
|
/drivers/net/wireless/intel/iwlwifi/pcie/ |
D | rx.c | 1830 bool polling = false; in iwl_pcie_irq_handler() local 2024 polling = true; in iwl_pcie_irq_handler() 2051 if (!polling) { in iwl_pcie_irq_handler() 2189 bool polling = false; in iwl_pcie_irq_msix_handler() local 2234 polling = true; in iwl_pcie_irq_msix_handler() 2244 polling = true; in iwl_pcie_irq_msix_handler() 2352 if (!polling) in iwl_pcie_irq_msix_handler()
|
/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
D | dm_common.c | 1501 u32 polling, ratio_tx, ratio_pri; in rtl92c_bt_state_change() local 1512 polling = rtl_read_dword(rtlpriv, 0x490); in rtl92c_bt_state_change() 1515 polling == 0xffffffff && bt_state == 0xff) in rtl92c_bt_state_change() 1533 ratio_tx = bt_tx * 1000 / polling; in rtl92c_bt_state_change() 1534 ratio_pri = bt_pri * 1000 / polling; in rtl92c_bt_state_change()
|