Searched refs:poller (Results 1 - 23 of 23) sorted by relevance

/linux-4.4.14/drivers/staging/nvec/
H A Dnvec_power.c29 struct delayed_work poller; member in struct:nvec_power
354 poller.work); nvec_power_poll()
396 INIT_DELAYED_WORK(&power->poller, nvec_power_poll); nvec_power_probe()
397 schedule_delayed_work(&power->poller, msecs_to_jiffies(5000)); nvec_power_probe()
423 cancel_delayed_work_sync(&power->poller); nvec_power_remove()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Drammcp77.c41 /* Enable NISO poller for various clients and set their associated mcp77_ram_init()
65 u32 rsvd_tail = (1024 * 1024) + 0x1000; /* vbios etc + poller mem */ mcp77_ram_new()
/linux-4.4.14/drivers/edac/
H A Dedac_module.c74 edac_workqueue = create_singlethread_workqueue("edac-poller"); edac_workqueue_setup()
H A Dedac_pci.c448 * provide for a generic poller.
/linux-4.4.14/drivers/staging/dgnc/
H A Ddgnc_driver.c77 static uint dgnc_poll_stop; /* Used to tell poller to stop */
142 /* Turn off poller right away. */ dgnc_cleanup_module()
258 /* Start the poller */ dgnc_start()
637 * waiter needs to be woken up, and (b) whether the poller needs to
H A Ddgnc_driver.h176 spinlock_t bd_intr_lock; /* Used to protect the poller tasklet
H A Ddgnc_neo.c827 * Our board poller function.
929 /* Lock out the slow poller from running on this board. */ neo_intr()
H A Ddgnc_cls.c675 * Our board poller function.
H A Ddgnc_tty.c1310 * Our poller will get any FEP events and wake us up when DCD dgnc_block_til_ready()
/linux-4.4.14/kernel/irq/
H A Dspurious.c28 * We wait here for a poller to finish.
34 * We wait until the poller is done and then recheck disabled and
81 * disabled poller asks explicitely. try_one_irq()
/linux-4.4.14/drivers/net/fddi/skfp/h/
H A Dsmc.h381 u_long ecm_check_poll ; /* ECM : check bypass poller */
388 u_long rmt_t_poll ; /* RMT : claim/beacon poller */
H A Dcmtdef.h262 #define RM_TIMEOUT_POLL 17 /* claim/beacon poller */
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
H A Dmce_intel.c244 * Just call the poller directly to log any events.
H A Dmce.c1233 * poller finds an MCE, poll 2x faster. When the poller finds no more
/linux-4.4.14/drivers/tty/serial/jsm/
H A Djsm.h144 spinlock_t bd_intr_lock; /* Used to protect the poller tasklet and
H A Djsm_cls.c837 /* Lock out the slow poller from running on this board. */ cls_intr()
H A Djsm_neo.c1120 /* Lock out the slow poller from running on this board. */ neo_intr()
/linux-4.4.14/drivers/staging/dgap/
H A Ddgap.c90 static uint dgap_poll_stop; /* Used to tell poller to stop */
1992 * Our board poller function.
2228 * waiter needs to be woken up, and (b) whether the poller needs to
2252 * then use the typical old style poller. dgap_poll_handler()
2253 * Otherwise, use our new tasklet based poller, which should dgap_poll_handler()
2263 /* Call the real board poller directly */ dgap_poll_handler()
2281 * poller. dgap_poll_handler()
3094 * Our poller will get any FEP events and wake us up when DCD dgap_block_til_ready()
7003 /* Start the poller */ dgap_start()
H A Ddgap.h574 u8 inhibit_poller; /* Tells the poller to leave us alone */
949 #define DIGI_SPOLL (('d'<<8) | 254) /* change poller rate */
/linux-4.4.14/drivers/net/ethernet/ibm/emac/
H A Dmal.c380 /* Synchronize with the MAL NAPI poller */ mal_poll_disable()
/linux-4.4.14/drivers/net/wireless/
H A Drndis_wlan.c2723 * workers, indication handlers, device poller
3231 netdev_dbg(usbdev->net, "dev-poller: RNDIS_OID_802_11_RSSI -> %d, rssi:%d, qual: %d\n", rndis_device_poller()
/linux-4.4.14/drivers/net/can/
H A Djanz-ican3.c1423 /* disable interrupt generation, schedule the NAPI poller */ ican3_irq()
/linux-4.4.14/drivers/platform/x86/
H A Dthinkpad_acpi.c1989 /* kthread for the hotkey poller */
1993 * Acquire mutex to write poller control variables as an
2005 * hotkey poller control variables

Completed in 766 milliseconds