Lines Matching refs:w83977af_ir

88 static struct w83977af_ir *dev_self[] = { NULL, NULL, NULL, NULL};
93 static int w83977af_close(struct w83977af_ir *self);
95 static int w83977af_dma_receive(struct w83977af_ir *self);
96 static int w83977af_dma_receive_complete(struct w83977af_ir *self);
99 static void w83977af_dma_write(struct w83977af_ir *self, int iobase);
100 static void w83977af_change_speed(struct w83977af_ir *self, __u32 speed);
102 static int w83977af_is_receiving(struct w83977af_ir *self);
162 struct w83977af_ir *self; in w83977af_open()
174 self = kmalloc(sizeof(struct w83977af_ir), GFP_KERNEL); in w83977af_open()
180 memset(self, 0, sizeof(struct w83977af_ir)); in w83977af_open()
274 static int w83977af_close(struct w83977af_ir *self) in w83977af_close()
416 void w83977af_change_speed(struct w83977af_ir *self, __u32 speed) in w83977af_change_speed()
498 struct w83977af_ir *self; in w83977af_hard_xmit()
504 self = (struct w83977af_ir *) dev->priv; in w83977af_hard_xmit()
589 static void w83977af_dma_write(struct w83977af_ir *self, int iobase) in w83977af_dma_write()
685 void w83977af_dma_xmit_complete(struct w83977af_ir *self) in w83977af_dma_xmit_complete()
736 int w83977af_dma_receive(struct w83977af_ir *self) in w83977af_dma_receive()
809 int w83977af_dma_receive_complete(struct w83977af_ir *self) in w83977af_dma_receive_complete()
938 static void w83977af_pio_receive(struct w83977af_ir *self) in w83977af_pio_receive()
963 static __u8 w83977af_sir_interrupt(struct w83977af_ir *self, int isr) in w83977af_sir_interrupt()
1032 static __u8 w83977af_fir_interrupt(struct w83977af_ir *self, int isr) in w83977af_fir_interrupt()
1114 struct w83977af_ir *self; in w83977af_interrupt()
1123 self = (struct w83977af_ir *) dev->priv; in w83977af_interrupt()
1155 static int w83977af_is_receiving(struct w83977af_ir *self) in w83977af_is_receiving()
1207 struct w83977af_ir *self; in w83977af_net_open()
1215 self = (struct w83977af_ir *) dev->priv; in w83977af_net_open()
1273 struct w83977af_ir *self; in w83977af_net_close()
1281 self = (struct w83977af_ir *) dev->priv; in w83977af_net_close()
1324 struct w83977af_ir *self; in w83977af_net_ioctl()
1368 struct w83977af_ir *self = (struct w83977af_ir *) dev->priv; in w83977af_net_get_stats()