Searched refs:kentity (Results 1 – 1 of 1) sorted by relevance
243 struct media_v2_entity kentity, __user *uentity; in media_device_get_topology() local266 memset(&kentity, 0, sizeof(kentity)); in media_device_get_topology()267 kentity.id = entity->graph_obj.id; in media_device_get_topology()268 kentity.function = entity->function; in media_device_get_topology()269 kentity.flags = entity->flags; in media_device_get_topology()270 strscpy(kentity.name, entity->name, in media_device_get_topology()271 sizeof(kentity.name)); in media_device_get_topology()273 if (copy_to_user(uentity, &kentity, sizeof(kentity))) in media_device_get_topology()