Home
last modified time | relevance | path

Searched refs:bmControls (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/dev/usb/
Duaudioreg.h108 uByte bmControls; member
252 uWord bmControls; member
281 uWord bmControls; member
304 uByte bmControls[255]; /* [bNrChannels] */ member
384 uByte bmControls[255]; /* [bControlSize] */ member
410 uByte bmControls[255]; /* [bControlSize] */ member
423 uByte bmControls; member
447 uByte bmControls; member
Duvideoreg.h143 uByte bmControls[]; member
186 uByte bmControls[]; member
190 (*((desc)->bmControls + (desc)->bControlSize))
Duvideo.c929 camera->bmControls); in uvideo_unit_init()
959 processing->bmControls); in uvideo_unit_init()
2979 print_bitmap(desc->bmControls, desc->bControlSize); in print_camera_terminal_descriptor()
3020 print_bitmap(desc->bmControls, desc->bControlSize); in print_processing_unit_descriptor()
Duaudio.c1104 bm = d1->v1.bmControls; in uaudio_add_mixer()
1664 &d1->bmControls[d1->bControlSize]; in uaudio_add_processing_updown()
1668 if (!(d1->bmControls[0] & UA_PROC_MASK(UD_MODE_SELECT_CONTROL))) { in uaudio_add_processing_updown()
1704 if (d1->bmControls[0] & UA_PROC_ENABLE_MASK) { in uaudio_add_processing()
1760 if (d1->bmControls[0] & UA_EXT_ENABLE_MASK) { in uaudio_add_extension()
1781 … d->bClockId, d->bmAttributes, d->bmControls, d->bAssocTerminal, d->iClockSource); in uaudio_add_clksrc()