Home
last modified time | relevance | path

Searched refs:media_v2_topology (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dmedia.h345 struct media_v2_topology { struct
371 #define MEDIA_IOC_G_TOPOLOGY _IOWR('|', 0x04, struct media_v2_topology) argument
/Linux-v4.19/Documentation/media/uapi/mediactl/
Dmedia-ioc-g-topology.rst18 .. c:function:: int ioctl( int fd, MEDIA_IOC_G_TOPOLOGY, struct media_v2_topology *argp )
36 :c:type:`media_v2_topology` should be zeroed. At
51 .. c:type:: media_v2_topology
53 .. flat-table:: struct media_v2_topology
/Linux-v4.19/drivers/media/
Dmedia-device.c239 struct media_v2_topology *topo = arg; in media_device_get_topology()