Searched refs:bControlSize (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/dev/audio/usb-audio/
H A Dusb-audio-units.cpp239 // 2) Divisible by bControlSize, which must also be non-zero.
245 (hdr0->bControlSize > 0) &&
246 (!(ctrl_array_bytes % hdr0->bControlSize))) {
249 size_t feat_len = ctrl_array_bytes / hdr0->bControlSize;
288 ZX_DEBUG_ASSERT(feature_desc()->bControlSize != 0); // Create should have checked this already
289 if (feature_desc()->bControlSize > sizeof(uint32_t)) {
290 GLOBAL_LOG(WARN, "FeatureUnit id %u has unsupported bControlSize > %zu (%u)\n",
291 id(), sizeof(uint32_t), feature_desc()->bControlSize);
298 for (uint8_t j = 0; j <feature_desc()->bControlSize; ++j) {
299 uint32_t bits = feature_desc()->bmaControls[(i * feature_desc()->bControlSize)
[all...]
/fuchsia/zircon/system/public/zircon/hw/
H A Dusb-audio.h371 uint8_t bControlSize; member in struct:__anon734
397 uint8_t bControlSize; member in struct:__anon737
434 uint8_t bControlSize; member in struct:__anon740
H A Dusb-video.h146 uint8_t bControlSize; member in struct:__anon783

Completed in 31 milliseconds