/linux-4.4.14/drivers/staging/nvec/ |
H A D | nvec_power.c | 29 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 D | rammcp77.c | 41 /* 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 D | edac_module.c | 74 edac_workqueue = create_singlethread_workqueue("edac-poller"); edac_workqueue_setup()
|
H A D | edac_pci.c | 448 * provide for a generic poller.
|
/linux-4.4.14/drivers/staging/dgnc/ |
H A D | dgnc_driver.c | 77 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 D | dgnc_driver.h | 176 spinlock_t bd_intr_lock; /* Used to protect the poller tasklet
|
H A D | dgnc_neo.c | 827 * Our board poller function. 929 /* Lock out the slow poller from running on this board. */ neo_intr()
|
H A D | dgnc_cls.c | 675 * Our board poller function.
|
H A D | dgnc_tty.c | 1310 * 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 D | spurious.c | 28 * 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 D | smc.h | 381 u_long ecm_check_poll ; /* ECM : check bypass poller */ 388 u_long rmt_t_poll ; /* RMT : claim/beacon poller */
|
H A D | cmtdef.h | 262 #define RM_TIMEOUT_POLL 17 /* claim/beacon poller */
|
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/ |
H A D | mce_intel.c | 244 * Just call the poller directly to log any events.
|
H A D | mce.c | 1233 * poller finds an MCE, poll 2x faster. When the poller finds no more
|
/linux-4.4.14/drivers/tty/serial/jsm/ |
H A D | jsm.h | 144 spinlock_t bd_intr_lock; /* Used to protect the poller tasklet and
|
H A D | jsm_cls.c | 837 /* Lock out the slow poller from running on this board. */ cls_intr()
|
H A D | jsm_neo.c | 1120 /* Lock out the slow poller from running on this board. */ neo_intr()
|
/linux-4.4.14/drivers/staging/dgap/ |
H A D | dgap.c | 90 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 D | dgap.h | 574 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 D | mal.c | 380 /* Synchronize with the MAL NAPI poller */ mal_poll_disable()
|
/linux-4.4.14/drivers/net/wireless/ |
H A D | rndis_wlan.c | 2723 * 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 D | janz-ican3.c | 1423 /* disable interrupt generation, schedule the NAPI poller */ ican3_irq()
|
/linux-4.4.14/drivers/platform/x86/ |
H A D | thinkpad_acpi.c | 1989 /* kthread for the hotkey poller */ 1993 * Acquire mutex to write poller control variables as an 2005 * hotkey poller control variables
|