Searched refs:media_v2_topology (Results 1 – 5 of 5) sorted by relevance
20 ``int ioctl(int fd, MEDIA_IOC_G_TOPOLOGY, struct media_v2_topology *argp)``29 Pointer to struct :c:type:`media_v2_topology`.36 :c:type:`media_v2_topology` should be zeroed. At51 .. c:type:: media_v2_topology53 .. flat-table:: struct media_v2_topology
350 struct media_v2_topology { struct376 #define MEDIA_IOC_G_TOPOLOGY _IOWR('|', 0x04, struct media_v2_topology) argument
326 struct media_v2_topology { struct352 #define MEDIA_IOC_G_TOPOLOGY _IOWR('|', 0x04, struct media_v2_topology) argument
238 struct media_v2_topology *topo = arg; in media_device_get_topology()