Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/mc/
H A Dmc-device.c243 struct media_v2_entity kentity, __user *uentity; in media_device_get_topology() local
254 uentity = media_get_uptr(topo->ptr_entities); in media_device_get_topology()
257 if (ret || !uentity) in media_device_get_topology()
273 if (copy_to_user(uentity, &kentity, sizeof(kentity))) in media_device_get_topology()
275 uentity++; in media_device_get_topology()