Lines Matching defs:mode
614 * @mode: type of the event, RTC_AF, RTC_UF of RTC_PF
616 * This function is called when an AIE, UIE or PIE mode interrupt
620 void rtc_handle_legacy_irq(struct rtc_device *rtc, int num, int mode)
624 /* mark one irq of the appropriate mode */
626 rtc->irq_data = (rtc->irq_data + (num << 8)) | (RTC_IRQF | mode);
634 * rtc_aie_update_irq - AIE mode rtctimer hook
645 * rtc_uie_update_irq - UIE mode rtctimer hook
656 * rtc_pie_update_irq - PIE mode hrtimer hook
657 * @timer: pointer to the pie mode hrtimer
659 * This function is used to emulate PIE mode interrupts