Lines Matching refs:type

185 	uint8_t	type;
574 .type = UE_ISOCHRONOUS,
584 .type = UE_ISOCHRONOUS,
594 .type = UE_ISOCHRONOUS,
607 .type = UE_ISOCHRONOUS,
617 .type = UE_ISOCHRONOUS,
627 .type = UE_ISOCHRONOUS,
640 .type = UE_CONTROL,
672 .type = UE_BULK,
681 .type = UE_BULK,
693 .type = UE_INTERRUPT,
2747 .type = SND_CHN_T_FR,
2755 .type = SND_CHN_T_FL,
2762 .type = SND_CHN_T_MAX,
3057 MIX(sc).type = MIX_UNSIGNED_16;
3075 MIX(sc).type = MIX_SIGNED_16;
3087 MIX(sc).type = MIX_SIGNED_16;
3103 MIX(sc).type = MIX_SIGNED_8;
3119 MIX(sc).type = MIX_SIGNED_16;
3135 MIX(sc).type = MIX_SIGNED_8;
3153 MIX(sc).type = MIX_SIGNED_16;
3169 MIX(sc).type = MIX_SIGNED_16;
3180 MIX(sc).type = MIX_SIGNED_16;
3258 if (mc->type == MIX_ON_OFF) {
3261 } else if (mc->type == MIX_SELECTOR) {
3300 DPRINTF("[mix] wIndex=%04x type=%d ctl='%d' "
3302 mc->wIndex, mc->type, mc->ctl,
3348 MIX(sc).type = MIX_SIGNED_16;
3426 MIX(sc).type = MIX_SIGNED_16;
3509 DPRINTF("Selector type %d is not selectable!\n", j);
3534 MIX(sc).type = MIX_SELECTOR;
3581 MIX(sc).type = MIX_SELECTOR;
3705 MIX(sc).type = MIX_ON_OFF;
3711 MIX(sc).type = MIX_SIGNED_16;
3717 MIX(sc).type = MIX_SIGNED_8;
3723 MIX(sc).type = MIX_SIGNED_8;
3729 MIX(sc).type = MIX_SIGNED_8;
3738 MIX(sc).type = MIX_ON_OFF;
3744 MIX(sc).type = MIX_UNSIGNED_16;
3750 MIX(sc).type = MIX_ON_OFF;
3756 MIX(sc).type = MIX_ON_OFF;
3762 MIX(sc).type = MIX_UNKNOWN;
3766 if (MIX(sc).type != MIX_UNKNOWN)
3820 MIX(sc).type = MIX_ON_OFF;
3826 MIX(sc).type = MIX_SIGNED_16;
3832 MIX(sc).type = MIX_SIGNED_8;
3838 MIX(sc).type = MIX_SIGNED_8;
3844 MIX(sc).type = MIX_SIGNED_8;
3850 MIX(sc).type = MIX_ON_OFF;
3856 MIX(sc).type = MIX_UNSIGNED_16;
3862 MIX(sc).type = MIX_ON_OFF;
3868 MIX(sc).type = MIX_ON_OFF;
3874 MIX(sc).type = MIX_SIGNED_16;
3880 MIX(sc).type = MIX_SIGNED_16;
3904 if (MIX(sc).type != MIX_UNKNOWN)
3939 MIX(sc).type = MIX_ON_OFF; /* XXX */
3972 MIX(sc).type = MIX_ON_OFF;
3986 DPRINTF("unit %d, type=%d is not implemented\n",
4016 MIX(sc).type = MIX_ON_OFF;
4145 DPRINTF("invalid descriptor, type=%d, "
4298 DPRINTF("invalid descriptor, type=%d, "
5165 uint16_t len = MIX_SIZE(mc->type);
5208 val = uaudio_mixer_signext(mc->type, val);
5267 len = MIX_SIZE(mc->type);
5352 uaudio_mixer_signext(uint8_t type, int val)
5354 if (!MIX_UNSIGNED(type)) {
5355 if (MIX_SIZE(type) == 2) {
5367 if (mc->type == MIX_ON_OFF) {
5369 } else if (mc->type != MIX_SELECTOR) {
5383 DPRINTFN(6, "type=0x%03x val=%d min=%d max=%d val=%d\n",
5384 mc->type, val, mc->minval, mc->maxval, val);
5420 (mc->type == MIX_SELECTOR)) {
5476 unsigned type, unsigned left, unsigned right)
5485 if (mc->ctl == type) {
5508 (mc->type == MIX_SELECTOR)) {