Home
last modified time | relevance | path

Searched refs:polling (Results 1 - 25 of 80) sorted by relevance

1234

/kernel/linux/linux-5.10/drivers/media/pci/cx88/
H A Dcx88-input.c39 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 in cx88_ir_init()
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/cx88/
H A Dcx88-input.c39 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 in cx88_ir_init()
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/saa7134/
H A Dsaa7134-input.c62 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 in saa7134_input_init1()
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/saa7134/
H A Dsaa7134-input.c62 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 in saa7134_input_init1()
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H A Dbttv-input.c47 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 in bttv_input_init()
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H A Dbttv-input.c47 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 in bttv_input_init()
[all...]
/kernel/linux/linux-6.6/tools/thermal/thermometer/
H A Dthermometer.c48 int polling; member
61 int polling; member
95 config->tz_regex[config->nr_tz_regex].polling = 250; in configuration_default_init()
141 int polling; in configuration_init() local
154 if (!config_setting_lookup_int(node, "polling", &polling)) { in configuration_init()
168 config->tz_regex[config->nr_tz_regex].polling = polling; in configuration_init()
171 INFO("Thermal zone regular expression '%s' with polling %d\n", in configuration_init()
172 name, polling); in configuration_init()
257 thermometer_add_tz(const char *path, const char *name, int polling, struct thermometer *thermometer) thermometer_add_tz() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/au0828/
H A Dau0828-input.c30 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()
/kernel/linux/linux-6.6/drivers/media/usb/au0828/
H A Dau0828-input.c30 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()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H A Dps.c70 u8 request, confirm, polling; in rtw_power_mode_change() local
95 polling = rtw_read8(rtwdev, rtwdev->hci.cpwm_addr); in rtw_power_mode_change()
96 if ((polling ^ confirm) & BIT_RPWM_TOGGLE) in rtw_power_mode_change()
/kernel/linux/linux-5.10/net/nfc/
H A Dcore.c155 if (dev->polling || dev->active_target) { in nfc_dev_down()
189 * nfc_start_poll - start polling for nfc targets
191 * @dev: The nfc device that must start polling
192 * @protocols: bitset of nfc protocols that must be used for polling
194 * The device remains polling for targets until a target is found or
219 if (dev->polling) { in nfc_start_poll()
226 dev->polling = true; in nfc_start_poll()
236 * nfc_stop_poll - stop polling for nfc targets
238 * @dev: The nfc device that must stop polling
253 if (!dev->polling) { in nfc_stop_poll()
[all...]
/kernel/linux/linux-6.6/net/nfc/
H A Dcore.c155 if (dev->polling || dev->active_target) { in nfc_dev_down()
189 * nfc_start_poll - start polling for nfc targets
191 * @dev: The nfc device that must start polling
192 * @im_protocols: bitset of nfc initiator protocols to be used for polling
193 * @tm_protocols: bitset of nfc transport protocols to be used for polling
195 * The device remains polling for targets until a target is found or
220 if (dev->polling) { in nfc_start_poll()
227 dev->polling = true; in nfc_start_poll()
237 * nfc_stop_poll - stop polling for nfc targets
239 * @dev: The nfc device that must stop polling
[all...]
/kernel/linux/linux-5.10/drivers/power/supply/
H A Dpda_power.c33 static int polling; variable
196 dev_dbg(dev, "polling...\n"); in polling_work_func()
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()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A Dps.c71 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()
/kernel/linux/linux-5.10/drivers/ide/
H A Dide-eh.c183 /* continue polling */ in atapi_reset_pollfunc()
186 /* end of polling */ in atapi_reset_pollfunc()
187 hwif->polling = 0; in atapi_reset_pollfunc()
193 /* done polling */ in atapi_reset_pollfunc()
194 hwif->polling = 0; in atapi_reset_pollfunc()
245 /* continue polling */ in reset_pollfunc()
265 hwif->polling = 0; /* done polling */ in reset_pollfunc()
359 hwif->polling = 1; in do_reset1()
419 hwif->polling in do_reset1()
[all...]
H A Dide-io.c666 if (hwif->polling) { in ide_timer_expiry()
687 if (startstop == ide_stopped && hwif->polling == 0) { in ide_timer_expiry()
799 if (handler == NULL || hwif->polling) { in ide_intr()
863 if (startstop == ide_stopped && hwif->polling == 0) { in ide_intr()
/kernel/linux/linux-5.10/drivers/media/usb/tm6000/
H A Dtm6000-input.c53 int polling; member
137 if (!ir->polling) in tm6000_ir_config()
247 /* Re-schedule polling */ in tm6000_ir_handle_key()
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()
/kernel/linux/linux-6.6/include/linux/platform_data/
H A Dspi-s3c64xx.h39 bool polling; member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dps.c19 u32 polling; in rtw89_fw_leave_lps_check() local
22 ret = read_poll_timeout_atomic(rtw89_read32_mask, polling, !polling, in rtw89_fw_leave_lps_check()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H A Dadapter.h135 unsigned int polling; /* is the queue serviced through NAPI? */ member
322 irq_handler_t t3_intr_handler(struct adapter *adap, int polling);
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H A Dadapter.h135 unsigned int polling; /* is the queue serviced through NAPI? */ member
322 irq_handler_t t3_intr_handler(struct adapter *adap, int polling);
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/
H A Dem28xx-input.c65 int polling; member
374 schedule_delayed_work(&ir->work, msecs_to_jiffies(ir->polling)); in em28xx_ir_work()
577 /* Save current value for comparison during the next polling */ in em28xx_query_buttons()
631 /* Check if polling address is already on the list */ in em28xx_init_buttons()
639 /* Check if max. number of polling addresses is exceeded */ in em28xx_init_buttons()
642 WARN_ONCE(1, "BUG: maximum number of button polling addresses exceeded."); in em28xx_init_buttons()
658 /* Add read address to list of polling addresses */ in em28xx_init_buttons()
665 /* Reduce polling interval if necessary */ in em28xx_init_buttons()
674 /* Start polling */ in em28xx_init_buttons()
685 /* Cancel polling */ in em28xx_shutdown_buttons()
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/
H A Dem28xx-input.c55 int polling; member
364 schedule_delayed_work(&ir->work, msecs_to_jiffies(ir->polling)); in em28xx_ir_work()
567 /* Save current value for comparison during the next polling */ in em28xx_query_buttons()
621 /* Check if polling address is already on the list */ in em28xx_init_buttons()
629 /* Check if max. number of polling addresses is exceeded */ in em28xx_init_buttons()
632 WARN_ONCE(1, "BUG: maximum number of button polling addresses exceeded."); in em28xx_init_buttons()
648 /* Add read address to list of polling addresses */ in em28xx_init_buttons()
655 /* Reduce polling interval if necessary */ in em28xx_init_buttons()
664 /* Start polling */ in em28xx_init_buttons()
675 /* Cancel polling */ in em28xx_shutdown_buttons()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/amazon/ena/
H A Dena_com.h228 bool polling; member
230 /* Define if fallback to polling mode should occur */
473 * @return - current polling mode (enable/disable)
477 /* ena_com_set_admin_polling_mode - Set the admin completion queue polling mode
479 * @polling: ENAble/Disable polling mode
483 void ena_com_set_admin_polling_mode(struct ena_com_dev *ena_dev, bool polling);
485 /* ena_com_set_admin_auto_polling_mode - Enable autoswitch to polling mode
487 * @polling: Enable/Disable polling mod
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/amazon/ena/
H A Dena_com.h228 bool polling; member
230 /* Define if fallback to polling mode should occur */
475 * @return - current polling mode (enable/disable)
479 /* ena_com_set_admin_polling_mode - Set the admin completion queue polling mode
481 * @polling: ENAble/Disable polling mode
485 void ena_com_set_admin_polling_mode(struct ena_com_dev *ena_dev, bool polling);
487 /* ena_com_set_admin_auto_polling_mode - Enable autoswitch to polling mode
489 * @polling: Enable/Disable polling mod
[all...]

Completed in 17 milliseconds

1234