Searched refs:xmap (Results 1 – 1 of 1) sorted by relevance
43 if (xmap->menu_count == 0 || in uvc_control_add_xu_mapping()61 &xmap->menu_info[i].value, in uvc_control_add_xu_mapping()83 xmap->menu_info[i].name, in uvc_control_add_xu_mapping()121 map->id = xmap->id; in uvc_ioctl_xu_ctrl_map()124 if (xmap->name[0] == '\0') { in uvc_ioctl_xu_ctrl_map()128 xmap->name[sizeof(xmap->name) - 1] = '\0'; in uvc_ioctl_xu_ctrl_map()129 map->name = xmap->name; in uvc_ioctl_xu_ctrl_map()132 map->selector = xmap->selector; in uvc_ioctl_xu_ctrl_map()133 map->size = xmap->size; in uvc_ioctl_xu_ctrl_map()134 map->offset = xmap->offset; in uvc_ioctl_xu_ctrl_map()[all …]