Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/
Dmedia-device.c244 struct media_v2_entity kentity, __user *uentity; in media_device_get_topology() local
255 uentity = media_get_uptr(topo->ptr_entities); in media_device_get_topology()
258 if (ret || !uentity) in media_device_get_topology()
274 if (copy_to_user(uentity, &kentity, sizeof(kentity))) in media_device_get_topology()
276 uentity++; in media_device_get_topology()