Home
last modified time | relevance | path

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

/drivers/isdn/pcbit/
Dpcbit.h67 struct frame_buf *read_queue;
68 struct frame_buf *read_frame;
69 struct frame_buf *write_queue;
Dlayer2.c78 struct frame_buf *frame, in pcbit_l2_write()
86 if ((frame = kmalloc(sizeof(struct frame_buf), in pcbit_l2_write()
144 struct frame_buf *frame = NULL; in pcbit_transmit()
286 struct frame_buf *frame; in pcbit_deliver()
329 struct frame_buf *frame = NULL; in pcbit_receive()
355 frame = kzalloc(sizeof(struct frame_buf), GFP_ATOMIC); in pcbit_receive()
447 struct frame_buf *ptr; in pcbit_receive()
590 struct frame_buf *frame; in pcbit_l2_err_recover()
Dlayer2.h114 struct frame_buf { struct
121 struct frame_buf * next; argument
/drivers/media/video/
Dcpia.h280 u8 *frame_buf; /* frame buffer data */ member
Dcpia.c1596 cam->frame_buf = rvmalloc(FRAME_NUM * CPIA_MAX_FRAME_SIZE); in allocate_frame_buf()
1597 if (!cam->frame_buf) in allocate_frame_buf()
1601 cam->frame[i].data = cam->frame_buf + i * CPIA_MAX_FRAME_SIZE; in allocate_frame_buf()
1610 rvfree(cam->frame_buf, FRAME_NUM*CPIA_MAX_FRAME_SIZE); in free_frame_buf()
1611 cam->frame_buf = NULL; in free_frame_buf()
2956 if (!cam->frame_buf) { in capture_frame()
3268 if (cam->frame_buf) in cpia_close()
3755 if (!cam->frame_buf) { /* we do lazy allocation */ in cpia_mmap()
3762 pos = (unsigned long)(cam->frame_buf); in cpia_mmap()