Home
last modified time | relevance | path

Searched refs:ringbuf (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/irda/
Ddonauboe.h337 void *ringbuf; /*The ring buffer */ member
Ddonauboe.c1590 kfree (self->ringbuf); in toshoboe_close()
1591 self->ringbuf = NULL; in toshoboe_close()
1677 self->ringbuf = (void *) kmalloc (OBOE_RING_LEN << 1, GFP_KERNEL); in toshoboe_open()
1678 if (!self->ringbuf) in toshoboe_open()
1689 addr = (__u32) self->ringbuf; in toshoboe_open()
1768 kfree(self->ringbuf); in toshoboe_open()