Searched refs:kentity (Results 1 – 1 of 1) sorted by relevance
237 struct media_v2_entity kentity, __user *uentity; in media_device_get_topology() local260 memset(&kentity, 0, sizeof(kentity)); in media_device_get_topology()261 kentity.id = entity->graph_obj.id; in media_device_get_topology()262 kentity.function = entity->function; in media_device_get_topology()263 kentity.flags = entity->flags; in media_device_get_topology()264 strscpy(kentity.name, entity->name, in media_device_get_topology()265 sizeof(kentity.name)); in media_device_get_topology()267 if (copy_to_user(uentity, &kentity, sizeof(kentity))) in media_device_get_topology()