Searched refs:irqwork (Results 1 – 3 of 3) sorted by relevance
77 schedule_work(&rtc->irqwork); in rtc_set_time()118 schedule_work(&rtc->irqwork); in rtc_set_mmss()585 schedule_work(&rtc->irqwork); in rtc_update_irq()774 schedule_work(&rtc->irqwork); in rtc_timer_enqueue()821 schedule_work(&rtc->irqwork); in rtc_timer_remove()843 container_of(work, struct rtc_device, irqwork); in rtc_timer_do_work()
174 INIT_WORK(&rtc->irqwork, rtc_timer_do_work); in rtc_device_register()
204 struct work_struct irqwork; member