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

12

/linux-master/tools/thermal/thermometer/
H A Dthermometer.conf4 polling = 100; }
H A Dthermometer.c48 int polling; member in struct:tz_regex
61 int polling; member in struct:tz
95 config->tz_regex[config->nr_tz_regex].polling = 250;
141 int polling; local
154 if (!config_setting_lookup_int(node, "polling", &polling)) {
168 config->tz_regex[config->nr_tz_regex].polling = polling;
171 INFO("Thermal zone regular expression '%s' with polling %d\n",
172 name, polling);
257 thermometer_add_tz(const char *path, const char *name, int polling, struct thermometer *thermometer) argument
[all...]
/linux-master/include/linux/platform_data/
H A Dspi-s3c64xx.h39 bool polling; member in struct:s3c64xx_spi_info
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-input.c47 if (ir->polling) {
57 ir->polling ? "poll" : "irq",
123 else if (!ir->polling)
136 mod_timer(&ir->timer, jiffies + msecs_to_jiffies(ir->polling));
292 if (ir->polling) {
306 if (btv->remote->polling)
432 ir->polling = 50; // ms
440 ir->polling = 50; // ms
447 ir->polling = 50; // ms
455 ir->polling
[all...]
/linux-master/drivers/media/pci/cx88/
H A Dcx88-input.c39 int polling; member in struct:cx88_IR
107 if (ir->polling) {
117 ir->polling ? "poll" : "irq",
175 ktime_set(0, ir->polling * 1000000));
192 if (ir->polling) {
196 ktime_set(0, ir->polling * 1000000),
221 if (ir->polling)
287 ir->polling = 50; /* ms */
316 ir->polling = 50; /* ms */
327 ir->polling
[all...]
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-input.c62 if (ir->polling) {
82 if (ir->polling) {
425 if (!ir->polling && !ir->raw_decode) {
438 mod_timer(&ir->timer, jiffies + msecs_to_jiffies(ir->polling));
484 if (ir->polling) {
498 if (ir->polling)
512 unsigned polling = 0; local
544 polling = 50; // ms
551 polling = 50; // ms
569 polling
[all...]
/linux-master/drivers/media/usb/au0828/
H A Dau0828-input.c30 int polling; member in struct:au0828_rc
225 schedule_delayed_work(&ir->work, msecs_to_jiffies(ir->polling));
237 schedule_delayed_work(&ir->work, msecs_to_jiffies(ir->polling));
315 ir->polling = 100; /* ms */
395 schedule_delayed_work(&ir->work, msecs_to_jiffies(ir->polling));
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dps.c71 u8 request, confirm, polling; local
93 ret = read_poll_timeout_atomic(rtw_read8, polling,
94 (polling ^ confirm) & BIT_RPWM_TOGGLE,
/linux-master/net/nfc/
H A Dcore.c155 if (dev->polling || dev->active_target) {
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) {
227 dev->polling = true;
237 * nfc_stop_poll - stop polling for nfc targets
239 * @dev: The nfc device that must stop polling
[all...]
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dps.c20 u32 polling; local
23 ret = read_poll_timeout_atomic(rtw89_read32_mask, polling, !polling,
H A Dpci_be.c570 u32 polling; local
579 ret = read_poll_timeout_atomic(rtw89_read32, polling, !polling, 1, 1000,
582 rtw89_warn(rtwdev, "[ERR] PCIE SER clear polling fail\n");
H A Dwow.c441 u8 polling; local
444 ret = read_poll_timeout_atomic(rtw89_read8_mask, polling,
445 wow_enable == !!polling,
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_ioctl.h92 int32_t polling; member in struct:ch_qset_params
H A Dadapter.h135 unsigned int polling; /* is the queue serviced through NAPI? */ member in struct:sge_rspq
322 irq_handler_t t3_intr_handler(struct adapter *adap, int polling);
/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_com.h223 bool polling; member in struct:ena_com_admin_queue
225 /* Define if fallback to polling mode should occur */
470 * @return - current polling mode (enable/disable)
474 /* ena_com_set_admin_polling_mode - Set the admin completion queue polling mode
476 * @polling: ENAble/Disable polling mode
480 void ena_com_set_admin_polling_mode(struct ena_com_dev *ena_dev, bool polling);
482 /* ena_com_set_admin_auto_polling_mode - Enable autoswitch to polling mode
484 * @polling: Enable/Disable polling mod
[all...]
H A Dena_com.c457 if (!admin_queue->polling)
552 "Wait for completion (polling) timeout\n");
779 /* Check if fallback to polling is enabled */
781 admin_queue->polling = true;
787 /* Check if shifted to polling mode.
791 if (!admin_queue->polling) {
874 if (admin_queue->polling)
1653 void ena_com_set_admin_polling_mode(struct ena_com_dev *ena_dev, bool polling) argument
1657 if (polling)
1661 ena_dev->admin_queue.polling
1664 ena_com_set_admin_auto_polling_mode(struct ena_com_dev *ena_dev, bool polling) argument
[all...]
/linux-master/drivers/infiniband/hw/efa/
H A Defa_com.h163 void efa_com_set_admin_polling_mode(struct efa_com_dev *edev, bool polling);
/linux-master/drivers/mailbox/
H A Dmailbox-altera.c37 #define MBOX_POLLING_MS 5 /* polling interval 5ms */
47 /* If the controller supports only RX polling mode */
189 goto polling; /* use polling if failed */
196 polling:
197 /* Setup polling timer */
/linux-master/drivers/i2c/busses/
H A Di2c-ocores.c302 * Used when the device is in polling mode (interrupts disabled).
319 * then we start polling on the ACK/NACK bit
342 * ocores_isr(), we just add our polling code around it.
373 bool polling)
379 if (polling)
392 if (polling) {
371 ocores_xfer_core(struct ocores_i2c *i2c, struct i2c_msg *msgs, int num, bool polling) argument
H A Di2c-omap.c660 struct i2c_msg *msg, int stop, bool polling)
689 if (!polling)
742 if (!polling) {
793 bool polling)
816 polling);
659 omap_i2c_xfer_msg(struct i2c_adapter *adap, struct i2c_msg *msg, int stop, bool polling) argument
792 omap_i2c_xfer_common(struct i2c_adapter *adap, struct i2c_msg msgs[], int num, bool polling) argument
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx-input.c55 int polling; member in struct:em28xx_IR
364 schedule_delayed_work(&ir->work, msecs_to_jiffies(ir->polling));
567 /* Save current value for comparison during the next polling */
621 /* Check if polling address is already on the list */
629 /* Check if max. number of polling addresses is exceeded */
632 WARN_ONCE(1, "BUG: maximum number of button polling addresses exceeded.");
648 /* Add read address to list of polling addresses */
655 /* Reduce polling interval if necessary */
664 /* Start polling */
675 /* Cancel polling */
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dcommon.h147 unsigned int polling; member in struct:sge_params
/linux-master/drivers/char/
H A Dlp.c224 int polling; local
229 polling = lp_table[minor].dev->port->irq == PARPORT_IRQ_NONE;
230 if (polling)
235 if (polling)
941 (port->irq == PARPORT_IRQ_NONE)?"polling":"interrupt-driven");
/linux-master/include/net/nfc/
H A Dnfc.h173 bool polling; member in struct:nfc_dev
/linux-master/drivers/net/wireless/intel/iwlwifi/pcie/
H A Drx.c1832 bool polling = false; local
2026 polling = true;
2058 if (!polling) {
2196 bool polling = false; local
2242 polling = true;
2252 polling = true;
2389 if (!polling)

Completed in 259 milliseconds

12