Searched refs:bControlSize (Results 1 – 16 of 16) sorted by relevance
/Linux-v6.6/include/uapi/linux/usb/ |
D | video.h | 291 __u8 bControlSize; member 332 __u8 bControlSize; member 350 __u8 bControlSize; member 370 __u8 bControlSize; \ 398 __u8 bControlSize; member 420 __u8 bControlSize; \ 433 __u8 bControlSize; member 451 __u8 bControlSize; \
|
D | audio.h | 252 __u8 bControlSize; \ 343 __u8 bControlSize; member 560 __u8 bControlSize; member
|
/Linux-v6.6/drivers/media/usb/uvc/ |
D | uvcvideo.h | 193 u8 bControlSize; member 198 u8 bControlSize; member 209 u8 bControlSize; member 219 u8 bControlSize; member 225 u8 bControlSize; member 275 u8 bControlSize; member
|
D | uvc_ctrl.c | 2555 size = entity->processing.bControlSize; in uvc_ctrl_prune_entity() 2562 size = entity->camera.bControlSize; in uvc_ctrl_prune_entity() 2682 unsigned int bControlSize = 0, ncontrols; in uvc_ctrl_init_chain() local 2687 bControlSize = entity->extension.bControlSize; in uvc_ctrl_init_chain() 2690 bControlSize = entity->processing.bControlSize; in uvc_ctrl_init_chain() 2693 bControlSize = entity->camera.bControlSize; in uvc_ctrl_init_chain() 2696 bControlSize = entity->gpio.bControlSize; in uvc_ctrl_init_chain() 2703 ncontrols = memweight(bmControls, bControlSize); in uvc_ctrl_init_chain() 2715 for (i = 0; i < bControlSize * 8; ++i) { in uvc_ctrl_init_chain()
|
D | uvc_driver.c | 622 streaming->header.bControlSize = n; in uvc_parse_streaming() 904 unit->extension.bControlSize = buffer[22+p]; in uvc_parse_vendor_control() 1014 term->camera.bControlSize = n; in uvc_parse_standard_control() 1025 term->media.bControlSize = n; in uvc_parse_standard_control() 1118 unit->processing.bControlSize = buffer[7]; in uvc_parse_standard_control() 1147 unit->extension.bControlSize = buffer[22+p]; in uvc_parse_standard_control() 1288 unit->gpio.bControlSize = 1; in uvc_gpio_parse()
|
/Linux-v6.6/drivers/usb/gadget/legacy/ |
D | webcam.c | 111 .bControlSize = 3, 124 .bControlSize = 2, 156 .bControlSize = 1,
|
/Linux-v6.6/sound/usb/ |
D | validate.c | 196 if (d->bLength < sizeof(*d) || !d->bControlSize) in validate_uac1_feature_unit() 199 return d->bLength >= sizeof(*d) + d->bControlSize + 1; in validate_uac1_feature_unit()
|
D | mixer.c | 2001 csize = hdr->bControlSize; in parse_audio_feature_unit()
|
/Linux-v6.6/Documentation/usb/ |
D | gadget_uvc.rst | 251 The bControlSize attribute reflects the size of the bmControls attribute, and 254 baSourceID. It is also possible to manually increase or decrease bControlSize 264 $ cat bControlSize 267 $ echo 1 > bControlSize 271 $ echo 2 > bControlSize 303 Unit is fixed by the UVC specification, and so the bControlSize attribute is
|
/Linux-v6.6/drivers/usb/gadget/function/ |
D | uvc_configfs.c | 366 if (n > pd->bControlSize) { in uvcg_default_processing_bm_controls_store() 413 for (result = 0, i = 0; i < pd->bControlSize; ++i) { in uvcg_default_processing_bm_controls_show() 536 if (n > cd->bControlSize) { in uvcg_default_camera_bm_controls_store() 584 for (result = 0, i = 0; i < cd->bControlSize; ++i) { in uvcg_default_camera_bm_controls_show() 888 xu->desc.bControlSize); in uvcg_extension_b_nr_in_pins_store() 926 if (num == xu->desc.bControlSize) { in uvcg_extension_b_control_size_store() 939 xu->desc.bControlSize = num; in uvcg_extension_b_control_size_store() 941 xu->desc.bControlSize); in uvcg_extension_b_control_size_store() 951 UVCG_EXTENSION_ATTR(b_control_size, bControlSize); 1073 xu->desc.bControlSize); in uvcg_extension_ba_source_id_store() [all …]
|
D | f_uvc.c | 490 memcpy(mem, &(desc)->bControlSize, 1); \ 493 memcpy(mem, (desc)->bmControls, (desc)->bControlSize); \ 494 mem += (desc)->bControlSize; \ 878 cd->bControlSize = 3; in uvc_alloc_inst() 890 pd->bControlSize = 2; in uvc_alloc_inst()
|
D | uvc_configfs.h | 158 u8 bControlSize; member
|
D | f_uac1_legacy.c | 86 .bControlSize = 2,
|
D | f_uac1.c | 987 fu_desc->bControlSize = 2; in build_fu_desc()
|
/Linux-v6.6/include/linux/usb/ |
D | audio-v3.h | 209 __u8 bControlSize; member
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | configfs-usb-gadget-uvc | 137 bControlSize size of the bmControls field in bytes
|