Home
last modified time | relevance | path

Searched refs:bControlSize (Results 1 – 8 of 8) sorted by relevance

/drivers/media/usb/uvc/
Duvcvideo.h184 u8 bControlSize; member
189 u8 bControlSize; member
200 u8 bControlSize; member
211 u8 bControlSize; member
257 u8 bControlSize; member
Duvc_ctrl.c2209 size = entity->processing.bControlSize; in uvc_ctrl_prune_entity()
2216 size = entity->camera.bControlSize; in uvc_ctrl_prune_entity()
2296 unsigned int bControlSize = 0, ncontrols; in uvc_ctrl_init_device() local
2301 bControlSize = entity->extension.bControlSize; in uvc_ctrl_init_device()
2304 bControlSize = entity->processing.bControlSize; in uvc_ctrl_init_device()
2307 bControlSize = entity->camera.bControlSize; in uvc_ctrl_init_device()
2314 ncontrols = memweight(bmControls, bControlSize); in uvc_ctrl_init_device()
2326 for (i = 0; i < bControlSize * 8; ++i) { in uvc_ctrl_init_device()
Duvc_driver.c606 streaming->header.bControlSize = n; in uvc_parse_streaming()
839 unit->extension.bControlSize = buffer[22+p]; in uvc_parse_vendor_control()
951 term->camera.bControlSize = n; in uvc_parse_standard_control()
962 term->media.bControlSize = n; in uvc_parse_standard_control()
1059 unit->processing.bControlSize = buffer[7]; in uvc_parse_standard_control()
1090 unit->extension.bControlSize = buffer[22+p]; in uvc_parse_standard_control()
/drivers/usb/gadget/legacy/
Dwebcam.c111 .bControlSize = 3,
124 .bControlSize = 2,
156 .bControlSize = 1,
/drivers/usb/gadget/function/
Df_uvc.c826 cd->bControlSize = 3; in uvc_alloc_inst()
838 pd->bControlSize = 2; in uvc_alloc_inst()
Duvc_configfs.c289 for (result = 0, i = 0; i < pd->bControlSize; ++i) { in uvcg_default_processing_bm_controls_show()
401 for (result = 0, i = 0; i < cd->bControlSize; ++i) { in uvcg_default_camera_bm_controls_show()
1042 h->desc.bControlSize = UVCG_STREAMING_CONTROL_SIZE; in uvcg_streaming_header_make()
Df_audio_source.c95 .bControlSize = 2,
Df_uac1_legacy.c86 .bControlSize = 2,