Searched refs:video_devices (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/most/video/ |
H A D | video.c | 55 static struct list_head video_devices = LIST_HEAD_INIT(video_devices); variable 375 list_for_each_entry(mdev, &video_devices, list) { in get_comp_dev() 499 list_add(&mdev->list, &video_devices); in comp_probe_channel() 563 list_for_each_entry_safe(mdev, tmp, &video_devices, list) { in comp_exit() 576 BUG_ON(!list_empty(&video_devices)); in comp_exit()
|
/kernel/linux/linux-6.6/drivers/staging/most/video/ |
H A D | video.c | 55 static LIST_HEAD(video_devices); 374 list_for_each_entry(mdev, &video_devices, list) { in get_comp_dev() 498 list_add(&mdev->list, &video_devices); in comp_probe_channel() 562 list_for_each_entry_safe(mdev, tmp, &video_devices, list) { in comp_exit() 575 BUG_ON(!list_empty(&video_devices)); in comp_exit()
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-dev.c | 98 static struct video_device *video_devices[VIDEO_NUM_DEVICES]; variable 180 if (WARN_ON(video_devices[vdev->minor] != vdev)) { in v4l2_device_release() 187 video_devices[vdev->minor] = NULL; in v4l2_device_release() 236 return video_devices[iminor(file_inode(file))]; in video_devdata() 508 if (video_devices[i] != NULL && in get_index() 509 video_devices[i]->v4l2_dev == vdev->v4l2_dev) { in get_index() 510 set_bit(video_devices[i]->index, used); in get_index() 987 if (video_devices[i] == NULL) in __video_register_device() 999 if (WARN_ON(video_devices[vdev->minor])) { in __video_register_device() 1006 video_devices[vde in __video_register_device() [all...] |
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-dev.c | 99 static struct video_device *video_devices[VIDEO_NUM_DEVICES]; variable 181 if (WARN_ON(video_devices[vdev->minor] != vdev)) { in v4l2_device_release() 188 video_devices[vdev->minor] = NULL; in v4l2_device_release() 237 return video_devices[iminor(file_inode(file))]; in video_devdata() 512 if (video_devices[i] != NULL && in get_index() 513 video_devices[i]->v4l2_dev == vdev->v4l2_dev) { in get_index() 514 __set_bit(video_devices[i]->index, used); in get_index() 991 if (video_devices[i] == NULL) in __video_register_device() 1003 if (WARN_ON(video_devices[vdev->minor])) { in __video_register_device() 1010 video_devices[vde in __video_register_device() [all...] |
Completed in 6 milliseconds