• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/irda/

Lines Matching refs:sh_irda_self

134 struct sh_irda_self;
136 int (*xir_fre) (struct sh_irda_self *self);
137 int (*xir_trov) (struct sh_irda_self *self);
138 int (*xir_9) (struct sh_irda_self *self);
139 int (*xir_8) (struct sh_irda_self *self);
140 int (*xir_fte) (struct sh_irda_self *self);
143 struct sh_irda_self {
169 static void sh_irda_write(struct sh_irda_self *self, u32 offset, u16 data)
178 static u16 sh_irda_read(struct sh_irda_self *self, u32 offset)
190 static void sh_irda_update_bits(struct sh_irda_self *self, u32 offset,
216 static void sh_irda_rcv_ctrl(struct sh_irda_self *self, int enable)
224 static int sh_irda_set_timeout(struct sh_irda_self *self, int interval)
240 static int sh_irda_set_baudrate(struct sh_irda_self *self, int baudrate)
265 static int xir_get_rcv_length(struct sh_irda_self *self)
275 static int xir_fre(struct sh_irda_self *self)
282 static int xir_trov(struct sh_irda_self *self)
289 static int xir_9(struct sh_irda_self *self)
296 static int xir_8(struct sh_irda_self *self)
303 static int xir_fte(struct sh_irda_self *self)
337 static int sir_fre(struct sh_irda_self *self)
365 static int sir_trov(struct sh_irda_self *self)
374 static int sir_tot(struct sh_irda_self *self)
384 static int sir_fer(struct sh_irda_self *self)
393 static int sir_fte(struct sh_irda_self *self)
411 static void sh_irda_set_mode(struct sh_irda_self *self, enum sh_irda_mode mode)
455 static void sh_irda_set_irq_mask(struct sh_irda_self *self)
494 struct sh_irda_self *self = dev_id;
522 static void sh_irda_crc_reset(struct sh_irda_self *self)
527 static void sh_irda_crc_add(struct sh_irda_self *self, u16 data)
532 static u16 sh_irda_crc_cnt(struct sh_irda_self *self)
537 static u16 sh_irda_crc_out(struct sh_irda_self *self)
542 static int sh_irda_crc_init(struct sh_irda_self *self)
582 static void sh_irda_remove_iobuf(struct sh_irda_self *self)
592 static int sh_irda_init_iobuf(struct sh_irda_self *self, int rxsize, int txsize)
626 struct sh_irda_self *self = netdev_priv(ndev);
669 struct sh_irda_self *self = netdev_priv(ndev);
676 struct sh_irda_self *self = netdev_priv(ndev);
710 struct sh_irda_self *self = netdev_priv(ndev);
743 struct sh_irda_self *self;
819 struct sh_irda_self *self = netdev_priv(ndev);