Searched refs:poll_work (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/adc/
H A Dmax1363_ring.c120 schedule_work(&st->poll_work);
136 poll_work);
205 INIT_WORK(&st->poll_work, &max1363_poll_bh_to_ring);
H A Dmax1363.h184 * @poll_work: bottom half of polling interrupt handler
204 struct work_struct poll_work; member in struct:max1363_state
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rfkill/
H A Dcore.c74 struct delayed_work poll_work; member in struct:rfkill
782 cancel_delayed_work_sync(&rfkill->poll_work);
793 schedule_work(&rfkill->poll_work.work);
889 rfkill = container_of(work, struct rfkill, poll_work.work);
898 schedule_delayed_work(&rfkill->poll_work,
957 INIT_DELAYED_WORK(&rfkill->poll_work, rfkill_poll);
962 schedule_delayed_work(&rfkill->poll_work,
996 cancel_delayed_work_sync(&rfkill->poll_work);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/atm/
H A Dcxacru.c194 struct delayed_work poll_work; member in struct:cxacru_data
444 cxacru_poll_status(&instance->poll_work.work);
807 cxacru_poll_status(&instance->poll_work.work);
819 container_of(work, struct cxacru_data, poll_work.work);
929 schedule_delayed_work(&instance->poll_work,
1206 INIT_DELAYED_WORK(&instance->poll_work, cxacru_poll_status);
1250 cancel_rearming_delayed_work(&instance->poll_work);

Completed in 115 milliseconds