Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/list.h>
#include <linux/sort.h>
#include <linux/string.h>
#include <linux/module.h>
#include <media/v4l2-int-device.h>
Go to the source code of this file.
EXPORT_SYMBOL_GPL | ( | v4l2_int_device_try_attach_all | ) |
EXPORT_SYMBOL_GPL | ( | v4l2_int_device_register | ) |
EXPORT_SYMBOL_GPL | ( | v4l2_int_device_unregister | ) |
EXPORT_SYMBOL_GPL | ( | v4l2_int_ioctl_0 | ) |
EXPORT_SYMBOL_GPL | ( | v4l2_int_ioctl_1 | ) |
MODULE_LICENSE | ( | "GPL" | ) |
int v4l2_int_device_register | ( | struct v4l2_int_device * | d | ) |
Definition at line 85 of file v4l2-int-device.c.
Definition at line 36 of file v4l2-int-device.c.
void v4l2_int_device_unregister | ( | struct v4l2_int_device * | d | ) |
Definition at line 100 of file v4l2-int-device.c.
int v4l2_int_ioctl_0 | ( | struct v4l2_int_device * | d, |
int | cmd | ||
) |
Definition at line 143 of file v4l2-int-device.c.
int v4l2_int_ioctl_1 | ( | struct v4l2_int_device * | d, |
int | cmd, | ||
void * | arg | ||
) |
Definition at line 156 of file v4l2-int-device.c.