Searched refs:fbuf (Results 1 - 21 of 21) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/pwc/
H A Dpwc-uncompress.c39 struct pwc_frame_buf *fbuf; local
48 fbuf = pdev->read_frame;
49 if (fbuf == NULL)
54 yuv = fbuf->data + pdev->frame_header_size; /* Skip header */
H A Dpwc-if.c280 if (pdev->fbuf == NULL) {
287 pdev->fbuf = kbuf;
292 if (pdev->fbuf[i].data == NULL) {
299 pdev->fbuf[i].data = kbuf;
355 if (pdev->fbuf != NULL) {
357 if (pdev->fbuf[i].data != NULL) {
358 PWC_DEBUG_MEMORY("Freeing frame buffer %d at %p.\n", i, pdev->fbuf[i].data);
359 vfree(pdev->fbuf[i].data);
360 pdev->fbuf[i].data = NULL;
363 kfree(pdev->fbuf);
596 pwc_rcv_short_packet(struct pwc_device *pdev, const struct pwc_frame_buf *fbuf) argument
690 struct pwc_frame_buf *fbuf; local
[all...]
H A Dpwc.h215 struct pwc_frame_buf *fbuf; /* all frames */ member in struct:pwc_device
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/pap/
H A Dpap.c103 static char fbuf[ PAP_MAXQUANTUM ][ 4 + PAP_MAXDATA ]; variable
105 { fbuf[ 0 ] + 4, 0 },
106 { fbuf[ 1 ] + 4, 0 },
107 { fbuf[ 2 ] + 4, 0 },
108 { fbuf[ 3 ] + 4, 0 },
109 { fbuf[ 4 ] + 4, 0 },
110 { fbuf[ 5 ] + 4, 0 },
111 { fbuf[ 6 ] + 4, 0 },
112 { fbuf[ 7 ] + 4, 0 },
116 { fbuf[
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dstv680.h125 char *fbuf; /* Videodev buffer area */ member in struct:usb_stv
H A Dse401.h199 char *fbuf; /* Videodev buffer area */ member in struct:usb_se401
H A Dse401.c448 se401->frame[i].data=se401->fbuf + i * se401->maxframesize;
941 se401->fbuf = rvmalloc(se401->maxframesize * SE401_NUMFRAMES);
942 if (se401->fbuf)
957 rvfree(se401->fbuf, se401->maxframesize * SE401_NUMFRAMES);
1201 pos = (unsigned long)se401->fbuf;
H A Dov511.h451 unsigned char *fbuf; /* Videodev buffer area */ member in struct:usb_ov511
H A Dstv680.c682 stv680->frame[i].data = stv680->fbuf + i * stv680->maxframesize;
1084 stv680->fbuf = rvmalloc (stv680->maxframesize * STV680_NUMFRAMES);
1085 if (!stv680->fbuf) {
1111 rvfree (stv680->fbuf, stv680->maxframesize * STV680_NUMFRAMES);
1316 pos = (unsigned long) stv680->fbuf;
H A Dvideo-buf.c343 struct v4l2_framebuffer *fbuf)
368 if (NULL == fbuf)
375 bus = (dma_addr_t)(unsigned long)fbuf->base + vb->boff;
342 videobuf_iolock(struct videobuf_queue* q, struct videobuf_buffer *vb, struct v4l2_framebuffer *fbuf) argument
H A Dov511.c3674 if (ov->fbuf) {
3675 rvfree(ov->fbuf, OV511_NUMFRAMES
3677 ov->fbuf = NULL;
3721 ov->fbuf = rvmalloc(data_bufsize);
3722 if (!ov->fbuf)
3747 ov->frame[i].data = ov->fbuf + i * MAX_DATA_SIZE(w, h);
4497 pos = (unsigned long)ov->fbuf;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv-driver.c1841 if (0 != (rc = videobuf_iolock(q,&buf->vb,&btv->fbuf)))
2521 if (NULL != btv->fbuf.base)
2522 n = btcx_screen_clips(btv->fbuf.fmt.width, btv->fbuf.fmt.height,
2932 struct video_buffer *fbuf = arg; local
2934 fbuf->base = btv->fbuf.base;
2935 fbuf->width = btv->fbuf.fmt.width;
2936 fbuf
2952 struct video_buffer *fbuf = arg; local
[all...]
H A Dbttvp.h377 struct v4l2_framebuffer fbuf; member in struct:bttv
H A Dbttv-risc.c269 addr = (unsigned long)btv->fbuf.base;
270 addr += btv->fbuf.fmt.bytesperline * ov->w.top;
275 line++, addr += btv->fbuf.fmt.bytesperline) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/media/
H A Dvideo-buf.h232 struct v4l2_framebuffer *fbuf);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_ialloc.c127 xfs_buf_t *fbuf; /* new free inodes' buffer */ local
284 fbuf = xfs_trans_get_buf(tp, args.mp->m_ddev_targp, d,
287 ASSERT(fbuf);
288 ASSERT(!XFS_BUF_GETERROR(fbuf));
292 xfs_biozero(fbuf, 0, ninodes << args.mp->m_sb.sb_inodelog);
294 free = XFS_MAKE_IPTR(args.mp, fbuf, i);
298 xfs_ialloc_log_di(tp, fbuf, i,
301 xfs_trans_inode_alloc_buf(tp, fbuf);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/usbvideo/
H A Dusbvideo.c1067 pos = (unsigned long) uvd->fbuf;
1125 uvd->fbuf = usbvideo_rvmalloc(uvd->fbuf_size);
1127 if ((uvd->fbuf == NULL) ||
1129 err("%s: Failed to allocate fbuf or dp", __FUNCTION__);
1135 uvd->frame[i].data = uvd->fbuf + i*(uvd->max_frame_size);
1153 if (uvd->fbuf != NULL) {
1154 usbvideo_rvfree(uvd->fbuf, uvd->fbuf_size);
1155 uvd->fbuf = NULL;
1222 usbvideo_rvfree(uvd->fbuf, uvd->fbuf_size);
1223 uvd->fbuf
[all...]
H A Dusbvideo.h230 char *fbuf; /* Videodev buffer area */ member in struct:uvd
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/usbvision/
H A Dusbvision.h419 char *fbuf; /* Videodev buffer area for mmap*/ member in struct:usb_usbvision
H A Dusbvision-core.c1877 if((usbvision->fbuf = usbvision_rvmalloc(usbvision->fbuf_size))) {
1891 usbvision->frame[i].data = usbvision->fbuf +
1915 if (usbvision->fbuf != NULL) {
1916 usbvision_rvfree(usbvision->fbuf, usbvision->fbuf_size);
1917 usbvision->fbuf = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/tipc/
H A Dlink.c2652 struct sk_buff *fbuf = *fb; local
2653 struct tipc_msg *fragm = buf_msg(fbuf);
2678 buf_discard(fbuf);
2695 buf_discard(fbuf);
2704 buf_discard(fbuf);
2721 dbg(" Discarding orphan fragment %x\n",fbuf);
2725 buf_discard(fbuf);

Completed in 234 milliseconds