Lines Matching refs:w83977af_ir

83 static struct w83977af_ir *dev_self[] = { NULL, NULL, NULL, NULL};
88 static int w83977af_close(struct w83977af_ir *self);
90 static int w83977af_dma_receive(struct w83977af_ir *self);
91 static int w83977af_dma_receive_complete(struct w83977af_ir *self);
95 static void w83977af_dma_write(struct w83977af_ir *self, int iobase);
96 static void w83977af_change_speed(struct w83977af_ir *self, __u32 speed);
97 static int w83977af_is_receiving(struct w83977af_ir *self);
153 struct w83977af_ir *self; in w83977af_open()
170 dev = alloc_irdadev(sizeof(struct w83977af_ir)); in w83977af_open()
262 static int w83977af_close(struct w83977af_ir *self) in w83977af_close()
399 static void w83977af_change_speed(struct w83977af_ir *self, __u32 speed) in w83977af_change_speed()
482 struct w83977af_ir *self; in w83977af_hard_xmit()
551 static void w83977af_dma_write(struct w83977af_ir *self, int iobase) in w83977af_dma_write()
623 static void w83977af_dma_xmit_complete(struct w83977af_ir *self) in w83977af_dma_xmit_complete()
674 static int w83977af_dma_receive(struct w83977af_ir *self) in w83977af_dma_receive()
746 static int w83977af_dma_receive_complete(struct w83977af_ir *self) in w83977af_dma_receive_complete()
867 static void w83977af_pio_receive(struct w83977af_ir *self) in w83977af_pio_receive()
890 static __u8 w83977af_sir_interrupt(struct w83977af_ir *self, int isr) in w83977af_sir_interrupt()
959 static __u8 w83977af_fir_interrupt(struct w83977af_ir *self, int isr) in w83977af_fir_interrupt()
1041 struct w83977af_ir *self; in w83977af_interrupt()
1077 static int w83977af_is_receiving(struct w83977af_ir *self) in w83977af_is_receiving()
1110 struct w83977af_ir *self; in w83977af_net_open()
1173 struct w83977af_ir *self; in w83977af_net_close()
1220 struct w83977af_ir *self; in w83977af_net_ioctl()