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

/drivers/net/irda/
H A Dw83977af_ir.c733 self->st_fifo.len = self->st_fifo.tail = self->st_fifo.head = 0;
760 struct st_fifo *st_fifo; local
768 st_fifo = &self->st_fifo;
780 st_fifo->entries[st_fifo->tail].status = status;
782 st_fifo
[all...]
H A Dvia-ircc.c314 self->st_fifo.len = 0;
499 self->st_fifo.len = 0;
848 if (self->st_fifo.len)
1005 self->st_fifo.len = self->st_fifo.pending_bytes = 0;
1006 self->st_fifo.tail = self->st_fifo.head = 0;
1039 struct st_fifo *st_fifo; local
1045 st_fifo
1161 struct st_fifo *st_fifo; local
1209 struct st_fifo *st_fifo; local
[all...]
H A Dali-ircc.c1760 self->st_fifo.len = self->st_fifo.pending_bytes = 0;
1761 self->st_fifo.tail = self->st_fifo.head = 0;
1788 struct st_fifo *st_fifo; local
1795 st_fifo = &self->st_fifo;
1818 if (st_fifo->tail >= MAX_RX_WINDOW) {
1823 st_fifo
[all...]
H A Dnsc-ircc.c1742 self->st_fifo.len = self->st_fifo.pending_bytes = 0;
1743 self->st_fifo.tail = self->st_fifo.head = 0;
1767 struct st_fifo *st_fifo; local
1773 st_fifo = &self->st_fifo;
1784 if (st_fifo->tail >= MAX_RX_WINDOW) {
1789 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.h227 struct st_fifo { struct
250 struct st_fifo st_fifo; /* Info about received frames */ member in struct:nsc_ircc_cb
H A Dvia-ircc.h46 struct st_fifo { struct
93 struct st_fifo st_fifo; /* Info about received frames */ member in struct:via_ircc_cb

Completed in 617 milliseconds