Searched refs:st_fifo (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dvia-ircc.c340 self->st_fifo.len = 0;
537 self->st_fifo.len = 0;
884 if (self->st_fifo.len)
1042 self->st_fifo.len = self->st_fifo.pending_bytes = 0;
1043 self->st_fifo.tail = self->st_fifo.head = 0;
1076 struct st_fifo *st_fifo; local
1082 st_fifo
1197 struct st_fifo *st_fifo; local
1245 struct st_fifo *st_fifo; local
[all...]
H A Dw83977af_ir.c784 self->st_fifo.len = self->st_fifo.tail = self->st_fifo.head = 0;
811 struct st_fifo *st_fifo; local
819 st_fifo = &self->st_fifo;
831 st_fifo->entries[st_fifo->tail].status = status;
833 st_fifo
[all...]
H A Dali-ircc.h166 struct st_fifo { struct
190 struct st_fifo st_fifo; /* Info about received frames */ member in struct:ali_ircc_cb
H A Dw83977af_ir.h160 struct st_fifo { struct
169 struct st_fifo st_fifo; member in struct:w83977af_ir
H A Dnsc-ircc.c1721 self->st_fifo.len = self->st_fifo.pending_bytes = 0;
1722 self->st_fifo.tail = self->st_fifo.head = 0;
1746 struct st_fifo *st_fifo; local
1752 st_fifo = &self->st_fifo;
1763 if (st_fifo->tail >= MAX_RX_WINDOW) {
1768 st_fifo
[all...]
H A Dali-ircc.c1752 self->st_fifo.len = self->st_fifo.pending_bytes = 0;
1753 self->st_fifo.tail = self->st_fifo.head = 0;
1780 struct st_fifo *st_fifo; local
1787 st_fifo = &self->st_fifo;
1810 if (st_fifo->tail >= MAX_RX_WINDOW) {
1815 st_fifo
[all...]
H A Dnsc-ircc.h224 struct st_fifo { struct
247 struct st_fifo st_fifo; /* Info about received frames */ member in struct:nsc_ircc_cb
H A Dvia-ircc.h47 struct st_fifo { struct
94 struct st_fifo st_fifo; /* Info about received frames */ member in struct:via_ircc_cb

Completed in 78 milliseconds