Lines Matching refs:vdev
159 struct video_device *vdev = video_devdata(file); in timblogiw_g_fmt() local
160 struct timblogiw *lw = video_get_drvdata(vdev); in timblogiw_g_fmt()
163 dev_dbg(&vdev->dev, "%s entry\n", __func__); in timblogiw_g_fmt()
185 struct video_device *vdev = video_devdata(file); in timblogiw_try_fmt() local
188 dev_dbg(&vdev->dev, in timblogiw_try_fmt()
210 struct video_device *vdev = video_devdata(file); in timblogiw_s_fmt() local
211 struct timblogiw *lw = video_get_drvdata(vdev); in timblogiw_s_fmt()
223 dev_err(&vdev->dev, "%s queue busy\n", __func__); in timblogiw_s_fmt()
239 struct video_device *vdev = video_devdata(file); in timblogiw_querycap() local
241 dev_dbg(&vdev->dev, "%s: Entry\n", __func__); in timblogiw_querycap()
244 snprintf(cap->bus_info, sizeof(cap->bus_info), "platform:%s", vdev->name); in timblogiw_querycap()
255 struct video_device *vdev = video_devdata(file); in timblogiw_enum_fmt() local
257 dev_dbg(&vdev->dev, "%s, index: %d\n", __func__, fmt->index); in timblogiw_enum_fmt()
287 struct video_device *vdev = video_devdata(file); in timblogiw_reqbufs() local
290 dev_dbg(&vdev->dev, "%s: entry\n", __func__); in timblogiw_reqbufs()
298 struct video_device *vdev = video_devdata(file); in timblogiw_querybuf() local
301 dev_dbg(&vdev->dev, "%s: entry\n", __func__); in timblogiw_querybuf()
308 struct video_device *vdev = video_devdata(file); in timblogiw_qbuf() local
311 dev_dbg(&vdev->dev, "%s: entry\n", __func__); in timblogiw_qbuf()
319 struct video_device *vdev = video_devdata(file); in timblogiw_dqbuf() local
322 dev_dbg(&vdev->dev, "%s: entry\n", __func__); in timblogiw_dqbuf()
329 struct video_device *vdev = video_devdata(file); in timblogiw_g_std() local
332 dev_dbg(&vdev->dev, "%s: entry\n", __func__); in timblogiw_g_std()
340 struct video_device *vdev = video_devdata(file); in timblogiw_s_std() local
341 struct timblogiw *lw = video_get_drvdata(vdev); in timblogiw_s_std()
345 dev_dbg(&vdev->dev, "%s: entry\n", __func__); in timblogiw_s_std()
363 struct video_device *vdev = video_devdata(file); in timblogiw_enuminput() local
366 dev_dbg(&vdev->dev, "%s: Entry\n", __func__); in timblogiw_enuminput()
386 struct video_device *vdev = video_devdata(file); in timblogiw_g_input() local
388 dev_dbg(&vdev->dev, "%s: Entry\n", __func__); in timblogiw_g_input()
397 struct video_device *vdev = video_devdata(file); in timblogiw_s_input() local
399 dev_dbg(&vdev->dev, "%s: Entry\n", __func__); in timblogiw_s_input()
408 struct video_device *vdev = video_devdata(file); in timblogiw_streamon() local
411 dev_dbg(&vdev->dev, "%s: entry\n", __func__); in timblogiw_streamon()
414 dev_dbg(&vdev->dev, "%s - No capture device\n", __func__); in timblogiw_streamon()
425 struct video_device *vdev = video_devdata(file); in timblogiw_streamoff() local
428 dev_dbg(&vdev->dev, "%s entry\n", __func__); in timblogiw_streamoff()
438 struct video_device *vdev = video_devdata(file); in timblogiw_querystd() local
439 struct timblogiw *lw = video_get_drvdata(vdev); in timblogiw_querystd()
442 dev_dbg(&vdev->dev, "%s entry\n", __func__); in timblogiw_querystd()
455 struct video_device *vdev = video_devdata(file); in timblogiw_enum_framesizes() local
458 dev_dbg(&vdev->dev, "%s - index: %d, format: %d\n", __func__, in timblogiw_enum_framesizes()
610 struct video_device *vdev = video_devdata(file); in timblogiw_open() local
611 struct timblogiw *lw = video_get_drvdata(vdev); in timblogiw_open()
617 dev_dbg(&vdev->dev, "%s: entry\n", __func__); in timblogiw_open()
631 dev_err(&vdev->dev, "No I2C bus #%d\n", in timblogiw_open()
644 dev_err(&vdev->dev, "Failed to get encoder: %s\n", in timblogiw_open()
672 dev_err(&vdev->dev, "Failed to get DMA channel\n"); in timblogiw_open()
693 struct video_device *vdev = video_devdata(file); in timblogiw_close() local
694 struct timblogiw *lw = video_get_drvdata(vdev); in timblogiw_close()
697 dev_dbg(&vdev->dev, "%s: Entry\n", __func__); in timblogiw_close()
715 struct video_device *vdev = video_devdata(file); in timblogiw_read() local
718 dev_dbg(&vdev->dev, "%s: entry\n", __func__); in timblogiw_read()
727 struct video_device *vdev = video_devdata(file); in timblogiw_poll() local
730 dev_dbg(&vdev->dev, "%s: entry\n", __func__); in timblogiw_poll()
737 struct video_device *vdev = video_devdata(file); in timblogiw_mmap() local
740 dev_dbg(&vdev->dev, "%s: entry\n", __func__); in timblogiw_mmap()