Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/
Dsynclink_gt.c493 static int alloc_bufs(struct slgt_info *info, struct slgt_desc *bufs, int count);
3433 static int alloc_bufs(struct slgt_info *info, struct slgt_desc *bufs, int count) in alloc_bufs() function
3461 alloc_bufs(info, info->rbufs, info->rbuf_count) < 0 || in alloc_dma_bufs()
3462 alloc_bufs(info, info->tbufs, info->tbuf_count) < 0 || in alloc_dma_bufs()