Lines Matching refs:func
413 struct sh_irda_xir_func *func; in sh_irda_set_mode() local
421 func = &sh_irda_sir_func; in sh_irda_set_mode()
426 func = &sh_irda_mfir_func; in sh_irda_set_mode()
431 func = &sh_irda_mfir_func; in sh_irda_set_mode()
436 func = &sh_irda_xir_func; in sh_irda_set_mode()
441 self->xir_func = func; in sh_irda_set_mode()
494 struct sh_irda_xir_func *func = self->xir_func; in sh_irda_irq() local
501 func->xir_fre(self); in sh_irda_irq()
503 func->xir_trov(self); in sh_irda_irq()
505 func->xir_9(self); in sh_irda_irq()
507 func->xir_8(self); in sh_irda_irq()
509 func->xir_fte(self); in sh_irda_irq()