Searched refs:xmap (Results 1 – 1 of 1) sorted by relevance
32 struct uvc_xu_control_mapping *xmap) in uvc_ioctl_ctrl_map() argument42 map->id = xmap->id; in uvc_ioctl_ctrl_map()43 memcpy(map->name, xmap->name, sizeof(map->name)); in uvc_ioctl_ctrl_map()44 memcpy(map->entity, xmap->entity, sizeof(map->entity)); in uvc_ioctl_ctrl_map()45 map->selector = xmap->selector; in uvc_ioctl_ctrl_map()46 map->size = xmap->size; in uvc_ioctl_ctrl_map()47 map->offset = xmap->offset; in uvc_ioctl_ctrl_map()48 map->v4l2_type = xmap->v4l2_type; in uvc_ioctl_ctrl_map()49 map->data_type = xmap->data_type; in uvc_ioctl_ctrl_map()51 switch (xmap->v4l2_type) { in uvc_ioctl_ctrl_map()[all …]