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

  /src/sys/dev/hdaudio/
hdaudiovar.h 77 int (*fg_unsol)(device_t, uint8_t); member in struct:hdaudio_function_group
hdaudio.c 262 if (fg->fg_device && fg->fg_unsol)
263 fg->fg_unsol(fg->fg_device, entry->resp);
hdafg.c 3795 sc->sc_fg->fg_unsol = hdafg_unsol;

Completed in 15 milliseconds