Lines Matching refs:poll
262 struct delayed_work poll;
799 mod_delayed_work(system_wq, &sfp->poll, poll_jiffies);
2446 /* Force a poll to re-read the hardware signal state after
2449 mod_delayed_work(system_wq, &sfp->poll, 1);
2885 struct sfp *sfp = container_of(work, struct sfp, poll.work);
2893 mod_delayed_work(system_wq, &sfp->poll, poll_jiffies);
2909 INIT_DELAYED_WORK(&sfp->poll, sfp_poll);
2923 cancel_delayed_work_sync(&sfp->poll);
3064 mod_delayed_work(system_wq, &sfp->poll, poll_jiffies);
3110 cancel_delayed_work_sync(&sfp->poll);