Home
last modified time | relevance | path

Searched defs:media_device (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/media/
H A Dmedia-device.h144 struct media_device { struct
146 struct device *dev;
147 struct media_devnode *devnode;
149 char model[32];
150 char driver_name[32];
151 char serial[40];
152 char bus_info[32];
153 u32 hw_revision;
178 const struct media_device_ops *ops; argument
203 struct media_entity_enum *ent_enum, struct media_device *mdev) in media_entity_enum_init() argument
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq_3A_server/common/mediactl/
H A Dmediactl-priv.h41 struct media_device { struct
46 struct media_device_info info; argument
47 struct media_entity *entities;
48 unsigned int entities_count;
50 void (*debug_handler)(void *, ...);
51 void *debug_priv;
53 struct {
58 } def;
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/mediactl/
H A Dmediactl-priv.h41 struct media_device { struct
46 struct media_device_info info; argument
47 struct media_entity *entities;
48 unsigned int entities_count;
50 void (*debug_handler)(void *, ...);
51 void *debug_priv;
53 struct {
58 } def;
/OK3568_Linux_fs/kernel/tools/testing/selftests/media_tests/
H A Dmedia_device_test.c47 char media_device[256]; in main() local
H A Dmedia_device_open.c42 char media_device[256]; in main() local