Searched refs:irqwork (Results 1 – 3 of 3) sorted by relevance
89 schedule_work(&rtc->irqwork); in rtc_set_time()133 schedule_work(&rtc->irqwork); in rtc_set_mmss()616 schedule_work(&rtc->irqwork); in rtc_update_irq()806 schedule_work(&rtc->irqwork); in rtc_timer_enqueue()854 schedule_work(&rtc->irqwork); in rtc_timer_remove()877 container_of(work, struct rtc_device, irqwork); in rtc_timer_do_work()
214 INIT_WORK(&rtc->irqwork, rtc_timer_do_work); in rtc_device_register()
133 struct work_struct irqwork; member