Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/mc/
Dmc-device.c237 struct media_v2_entity kentity, __user *uentity; in media_device_get_topology() local
248 uentity = media_get_uptr(topo->ptr_entities); in media_device_get_topology()
251 if (ret || !uentity) in media_device_get_topology()
267 if (copy_to_user(uentity, &kentity, sizeof(kentity))) in media_device_get_topology()
269 uentity++; in media_device_get_topology()