Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/media/uapi/mediactl/
Dmedia-ioc-g-topology.rst25 .. c:function:: int ioctl( int fd, MEDIA_IOC_G_TOPOLOGY, struct media_v2_topology *argp )
36 Pointer to struct :c:type:`media_v2_topology`.
44 :c:type:`media_v2_topology` should be zeroed. At
59 .. c:type:: media_v2_topology
61 .. flat-table:: struct media_v2_topology
/Linux-v5.4/include/uapi/linux/
Dmedia.h350 struct media_v2_topology { struct
376 #define MEDIA_IOC_G_TOPOLOGY _IOWR('|', 0x04, struct media_v2_topology) argument
/Linux-v5.4/drivers/media/mc/
Dmc-device.c232 struct media_v2_topology *topo = arg; in media_device_get_topology()