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

  /src/sys/dev/hdaudio/
hdaudio.c 262 if (fg->fg_device && fg->fg_unsol)
263 fg->fg_unsol(fg->fg_device, entry->resp);
693 fg->fg_device = config_found(sc->sc_dev, args, hdaudio_config_print,
956 if (fg->fg_device)
976 if (fg->fg_device == child)
977 fg->fg_device = NULL;
1377 if (fg->fg_device)
1379 device_xname(fg->fg_device));
1456 if (fg->fg_device) {
1457 err = config_detach(fg->fg_device, 0)
    [all...]
hdaudiovar.h 70 device_t fg_device; member in struct:hdaudio_function_group

Completed in 12 milliseconds