Home
last modified time | relevance | path

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

/drivers/media/usb/uvc/
Duvcvideo.h195 u8 bControlSize; member
200 u8 bControlSize; member
211 u8 bControlSize; member
221 u8 bControlSize; member
227 u8 bControlSize; member
277 u8 bControlSize; member
Duvc_ctrl.c2366 size = entity->processing.bControlSize; in uvc_ctrl_prune_entity()
2373 size = entity->camera.bControlSize; in uvc_ctrl_prune_entity()
2453 unsigned int bControlSize = 0, ncontrols; in uvc_ctrl_init_chain() local
2458 bControlSize = entity->extension.bControlSize; in uvc_ctrl_init_chain()
2461 bControlSize = entity->processing.bControlSize; in uvc_ctrl_init_chain()
2464 bControlSize = entity->camera.bControlSize; in uvc_ctrl_init_chain()
2467 bControlSize = entity->gpio.bControlSize; in uvc_ctrl_init_chain()
2474 ncontrols = memweight(bmControls, bControlSize); in uvc_ctrl_init_chain()
2486 for (i = 0; i < bControlSize * 8; ++i) { in uvc_ctrl_init_chain()
Duvc_driver.c594 streaming->header.bControlSize = n; in uvc_parse_streaming()
855 unit->extension.bControlSize = buffer[22+p]; in uvc_parse_vendor_control()
966 term->camera.bControlSize = n; in uvc_parse_standard_control()
977 term->media.bControlSize = n; in uvc_parse_standard_control()
1074 unit->processing.bControlSize = buffer[7]; in uvc_parse_standard_control()
1105 unit->extension.bControlSize = buffer[22+p]; in uvc_parse_standard_control()
1248 unit->gpio.bControlSize = 1; in uvc_gpio_parse()
/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()
1037 h->desc.bControlSize = UVCG_STREAMING_CONTROL_SIZE; in uvcg_streaming_header_make()
Df_audio_source.c95 .bControlSize = 2,
Df_uac1_legacy.c86 .bControlSize = 2,
Df_uac1.c923 fu_desc->bControlSize = 2; in build_fu_desc()