Home | History | Annotate | Download | only in usb

Lines Matching defs:vcdesc

2622 	const uvideo_descriptor_t *vcdesc;
2636 if (desc->bLength < sizeof(*vcdesc)) {
2640 vcdesc = (const uvideo_descriptor_t *)desc;
2641 switch (vcdesc->bDescriptorSubtype) {
2650 vcdesc);
2660 vcdesc)->wTerminalType)) {
2668 (const uvideo_camera_terminal_descriptor_t *)vcdesc);
2672 (const uvideo_input_terminal_descriptor_t *)vcdesc);
2684 vcdesc);
2694 vcdesc);
2704 vcdesc);
2714 vcdesc);
2719 vcdesc->bLength,
2720 vcdesc->bDescriptorType,
2721 vcdesc->bDescriptorSubtype);
2726 if (desc->bLength < sizeof(*vcdesc)) {
2730 vcdesc = (const uvideo_descriptor_t *)desc;
2731 switch (vcdesc->bDescriptorSubtype) {
2741 vcdesc);
2746 vcdesc->bLength,
2747 vcdesc->bDescriptorType,
2748 vcdesc->bDescriptorSubtype);