Searched refs:v_dev (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/tlg2300/
H A Dpd-common.h43 struct video_device *v_dev; member in struct:vbi_data
66 struct video_device *v_dev; member in struct:video_data
253 void destroy_video_device(struct video_device **v_dev);
H A Dpd-video.c1616 void destroy_video_device(struct video_device **v_dev) argument
1618 struct video_device *dev = *v_dev;
1627 *v_dev = NULL;
1635 destroy_video_device(&video->v_dev);
1636 destroy_video_device(&vbi->v_dev);
1646 video->v_dev = vdev_init(pd, &pd_video_template);
1647 if (video->v_dev == NULL)
1650 ret = video_register_device(video->v_dev, VFL_TYPE_GRABBER, -1);
1655 vbi->v_dev = vdev_init(pd, &pd_video_template);
1656 if (vbi->v_dev
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dvolume.h56 dev_t v_dev; /* Unix volume device, Set but not used */ member in struct:vol
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dvolume.c1922 vol->v_dev = st.st_dev;

Completed in 103 milliseconds