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