Searched refs:eld_len (Results 1 – 2 of 2) sorted by relevance
111 int eld_len; member
286 if (w->eld != NULL && w->eld_len >= 8) in hdaa_channels_handler()636 if (w->eld == NULL || w->eld_len < 4) in hdaa_eld_dump()727 w->eld_len = 0; in hdaa_eld_handler()746 w->eld_len = res & 0xff; in hdaa_eld_handler()747 if (w->eld_len != 0) in hdaa_eld_handler()748 w->eld = malloc(w->eld_len, M_HDAA, M_ZERO | M_NOWAIT); in hdaa_eld_handler()750 w->eld_len = 0; in hdaa_eld_handler()754 for (i = 0; i < w->eld_len; i++) { in hdaa_eld_handler()2011 if (w->eld != NULL && w->eld_len >= 6 && in hdaa_audio_setup()6362 w->eld_len = 0; in hdaa_unconfigure()