Lines Matching defs:self
172 static void sh_irda_write(struct sh_irda_self *self, u32 offset, u16 data) in sh_irda_write()
181 static u16 sh_irda_read(struct sh_irda_self *self, u32 offset) in sh_irda_read()
193 static void sh_irda_update_bits(struct sh_irda_self *self, u32 offset, in sh_irda_update_bits()
219 static void sh_irda_rcv_ctrl(struct sh_irda_self *self, int enable) in sh_irda_rcv_ctrl()
227 static int sh_irda_set_timeout(struct sh_irda_self *self, int interval) in sh_irda_set_timeout()
243 static int sh_irda_set_baudrate(struct sh_irda_self *self, int baudrate) in sh_irda_set_baudrate()
268 static int sh_irda_get_rcv_length(struct sh_irda_self *self) in sh_irda_get_rcv_length()
278 static int sh_irda_xir_fre(struct sh_irda_self *self) in sh_irda_xir_fre()
285 static int sh_irda_xir_trov(struct sh_irda_self *self) in sh_irda_xir_trov()
292 static int sh_irda_xir_9(struct sh_irda_self *self) in sh_irda_xir_9()
299 static int sh_irda_xir_8(struct sh_irda_self *self) in sh_irda_xir_8()
306 static int sh_irda_xir_fte(struct sh_irda_self *self) in sh_irda_xir_fte()
340 static int sh_irda_sir_fre(struct sh_irda_self *self) in sh_irda_sir_fre()
368 static int sh_irda_sir_trov(struct sh_irda_self *self) in sh_irda_sir_trov()
377 static int sh_irda_sir_tot(struct sh_irda_self *self) in sh_irda_sir_tot()
387 static int sh_irda_sir_fer(struct sh_irda_self *self) in sh_irda_sir_fer()
396 static int sh_irda_sir_fte(struct sh_irda_self *self) in sh_irda_sir_fte()
414 static void sh_irda_set_mode(struct sh_irda_self *self, enum sh_irda_mode mode) in sh_irda_set_mode()
458 static void sh_irda_set_irq_mask(struct sh_irda_self *self) in sh_irda_set_irq_mask()
497 struct sh_irda_self *self = dev_id; in sh_irda_irq() local
525 static void sh_irda_crc_reset(struct sh_irda_self *self) in sh_irda_crc_reset()
530 static void sh_irda_crc_add(struct sh_irda_self *self, u16 data) in sh_irda_crc_add()
535 static u16 sh_irda_crc_cnt(struct sh_irda_self *self) in sh_irda_crc_cnt()
540 static u16 sh_irda_crc_out(struct sh_irda_self *self) in sh_irda_crc_out()
545 static int sh_irda_crc_init(struct sh_irda_self *self) in sh_irda_crc_init()
585 static void sh_irda_remove_iobuf(struct sh_irda_self *self) in sh_irda_remove_iobuf()
595 static int sh_irda_init_iobuf(struct sh_irda_self *self, int rxsize, int txsize) in sh_irda_init_iobuf()
629 struct sh_irda_self *self = netdev_priv(ndev); in sh_irda_hard_xmit() local
688 struct sh_irda_self *self = netdev_priv(ndev); in sh_irda_stats() local
695 struct sh_irda_self *self = netdev_priv(ndev); in sh_irda_open() local
729 struct sh_irda_self *self = netdev_priv(ndev); in sh_irda_stop() local
763 struct sh_irda_self *self; in sh_irda_probe() local
835 struct sh_irda_self *self = netdev_priv(ndev); in sh_irda_remove() local