Searched refs:xmap (Results 1 – 1 of 1) sorted by relevance
36 struct uvc_xu_control_mapping *xmap) in uvc_ioctl_ctrl_map() argument46 map->id = xmap->id; in uvc_ioctl_ctrl_map()47 memcpy(map->name, xmap->name, sizeof map->name); in uvc_ioctl_ctrl_map()48 memcpy(map->entity, xmap->entity, sizeof map->entity); in uvc_ioctl_ctrl_map()49 map->selector = xmap->selector; in uvc_ioctl_ctrl_map()50 map->size = xmap->size; in uvc_ioctl_ctrl_map()51 map->offset = xmap->offset; in uvc_ioctl_ctrl_map()52 map->v4l2_type = xmap->v4l2_type; in uvc_ioctl_ctrl_map()53 map->data_type = xmap->data_type; in uvc_ioctl_ctrl_map()55 switch (xmap->v4l2_type) { in uvc_ioctl_ctrl_map()[all …]