Lines Matching defs:type

188 	uint8_t	type;
577 .type = UE_ISOCHRONOUS,
587 .type = UE_ISOCHRONOUS,
597 .type = UE_ISOCHRONOUS,
610 .type = UE_ISOCHRONOUS,
620 .type = UE_ISOCHRONOUS,
630 .type = UE_ISOCHRONOUS,
643 .type = UE_CONTROL,
675 .type = UE_BULK,
684 .type = UE_BULK,
696 .type = UE_INTERRUPT,
2701 .type = SND_CHN_T_FR,
2709 .type = SND_CHN_T_FL,
2716 .type = SND_CHN_T_MAX,
3038 MIX(sc).type = MIX_UNSIGNED_16;
3056 MIX(sc).type = MIX_SIGNED_16;
3068 MIX(sc).type = MIX_SIGNED_16;
3084 MIX(sc).type = MIX_SIGNED_8;
3100 MIX(sc).type = MIX_SIGNED_16;
3116 MIX(sc).type = MIX_SIGNED_8;
3134 MIX(sc).type = MIX_SIGNED_16;
3150 MIX(sc).type = MIX_SIGNED_16;
3161 MIX(sc).type = MIX_SIGNED_16;
3239 if (mc->type == MIX_ON_OFF) {
3242 } else if (mc->type == MIX_SELECTOR) {
3281 DPRINTF("[mix] wIndex=%04x type=%d ctl='%d' "
3283 mc->wIndex, mc->type, mc->ctl,
3329 MIX(sc).type = MIX_SIGNED_16;
3407 MIX(sc).type = MIX_SIGNED_16;
3490 DPRINTF("Selector type %d is not selectable!\n", j);
3515 MIX(sc).type = MIX_SELECTOR;
3562 MIX(sc).type = MIX_SELECTOR;
3686 MIX(sc).type = MIX_ON_OFF;
3692 MIX(sc).type = MIX_SIGNED_16;
3698 MIX(sc).type = MIX_SIGNED_8;
3704 MIX(sc).type = MIX_SIGNED_8;
3710 MIX(sc).type = MIX_SIGNED_8;
3719 MIX(sc).type = MIX_ON_OFF;
3725 MIX(sc).type = MIX_UNSIGNED_16;
3731 MIX(sc).type = MIX_ON_OFF;
3737 MIX(sc).type = MIX_ON_OFF;
3743 MIX(sc).type = MIX_UNKNOWN;
3747 if (MIX(sc).type != MIX_UNKNOWN)
3801 MIX(sc).type = MIX_ON_OFF;
3807 MIX(sc).type = MIX_SIGNED_16;
3813 MIX(sc).type = MIX_SIGNED_8;
3819 MIX(sc).type = MIX_SIGNED_8;
3825 MIX(sc).type = MIX_SIGNED_8;
3831 MIX(sc).type = MIX_ON_OFF;
3837 MIX(sc).type = MIX_UNSIGNED_16;
3843 MIX(sc).type = MIX_ON_OFF;
3849 MIX(sc).type = MIX_ON_OFF;
3855 MIX(sc).type = MIX_SIGNED_16;
3861 MIX(sc).type = MIX_SIGNED_16;
3885 if (MIX(sc).type != MIX_UNKNOWN)
3920 MIX(sc).type = MIX_ON_OFF; /* XXX */
3953 MIX(sc).type = MIX_ON_OFF;
3967 DPRINTF("unit %d, type=%d is not implemented\n",
3997 MIX(sc).type = MIX_ON_OFF;
4126 DPRINTF("invalid descriptor, type=%d, "
4279 DPRINTF("invalid descriptor, type=%d, "
5150 uint16_t len = MIX_SIZE(mc->type);
5193 val = uaudio_mixer_signext(mc->type, val);
5252 len = MIX_SIZE(mc->type);
5337 uaudio_mixer_signext(uint8_t type, int val)
5339 if (!MIX_UNSIGNED(type)) {
5340 if (MIX_SIZE(type) == 2) {
5352 if (mc->type == MIX_ON_OFF) {
5354 } else if (mc->type != MIX_SELECTOR) {
5368 DPRINTFN(6, "type=0x%03x val=%d min=%d max=%d val=%d\n",
5369 mc->type, val, mc->minval, mc->maxval, val);
5405 (mc->type == MIX_SELECTOR)) {
5461 unsigned type, unsigned left, unsigned right)
5470 if (mc->ctl == type) {
5493 (mc->type == MIX_SELECTOR)) {