Searched defs:vfl_type (Results 1 - 3 of 3) sorted by relevance

/drivers/media/video/cx18/
H A Dcx18-streams.c59 int vfl_type; member in struct:__anon1575
412 int vfl_type = cx18_stream_info[type].vfl_type; local
439 ret = video_register_device_no_warn(s->video_dev, vfl_type, num);
450 switch (vfl_type) {
/drivers/media/video/ivtv/
H A Divtv-streams.c77 int vfl_type; member in struct:__anon1615
265 int vfl_type = ivtv_stream_info[type].vfl_type; local
283 if (video_register_device_no_warn(s->vdev, vfl_type, num)) {
292 switch (vfl_type) {
/drivers/media/video/
H A Dv4l2-dev.c72 /* Note: these utility functions all assume that vfl_type is in the range
76 /* Return the bitmap corresponding to vfl_type. */
77 static inline unsigned long *devnode_bits(int vfl_type) argument
82 int idx = (vfl_type > VFL_TYPE_RADIO) ? VFL_TYPE_MAX - 1 : vfl_type;
87 /* Return the bitmap corresponding to vfl_type. */
88 static inline unsigned long *devnode_bits(int vfl_type) argument
90 return devnode_nums[vfl_type];
97 set_bit(vdev->num, devnode_bits(vdev->vfl_type));
103 clear_bit(vdev->num, devnode_bits(vdev->vfl_type));
[all...]

Completed in 344 milliseconds