Linux Kernel
3.7.1
|
#include <linux/types.h>
#include <linux/ioctl.h>
#include <linux/media.h>
#include <linux/export.h>
#include <media/media-device.h>
#include <media/media-devnode.h>
#include <media/media-entity.h>
Go to the source code of this file.
EXPORT_SYMBOL_GPL | ( | media_device_register | ) |
EXPORT_SYMBOL_GPL | ( | media_device_unregister | ) |
EXPORT_SYMBOL_GPL | ( | media_device_register_entity | ) |
EXPORT_SYMBOL_GPL | ( | media_device_unregister_entity | ) |
int __must_check media_device_register | ( | struct media_device * | mdev | ) |
int __must_check media_device_register_entity | ( | struct media_device * | mdev, |
struct media_entity * | entity | ||
) |
media_device_register_entity - Register an entity with a media device : The media device : The entity
Definition at line 346 of file media-device.c.
void media_device_unregister | ( | struct media_device * | mdev | ) |
media_device_unregister - unregister a media device : The media device
Definition at line 328 of file media-device.c.
void media_device_unregister_entity | ( | struct media_entity * | entity | ) |
media_device_unregister_entity - Unregister an entity : The entity
If the entity has never been registered this function will return immediately.
Definition at line 372 of file media-device.c.