HomeSort by: relevance | last modified time | path
    Searched defs:fgtype (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/hdaudio/
hdaudio.c 652 uint8_t fgtype, nid; local in function:hdaudio_config_print
656 prop_dictionary_get_uint8(dict, "function-group-type", &fgtype);
661 if (fgtype == HDAUDIO_GROUP_TYPE_AFG)
663 else if (fgtype == HDAUDIO_GROUP_TYPE_VSM_FG)
hdafg.c 2093 uint8_t fgtype; local in function:hdafg_match
2096 rv = prop_dictionary_get_uint8(args, "function-group-type", &fgtype);
2097 if (rv == false || fgtype != HDAUDIO_GROUP_TYPE_AFG)

Completed in 36 milliseconds