Searched refs:fgs (Results 1 – 1 of 1) sorted by relevance
60 struct hdacc_fg *fgs; member516 codec->fgs = malloc(sizeof(struct hdacc_fg) * codec->fgcnt, in hdacc_attach()519 codec->fgs[n].nid = i; in hdacc_attach()521 codec->fgs[n].type = in hdacc_attach()524 codec->fgs[n].subsystem_id = hda_command(dev, in hdacc_attach()527 codec->fgs[n].dev = child = device_add_child(dev, NULL, DEVICE_UNIT_ANY); in hdacc_attach()532 device_set_ivars(child, &codec->fgs[n]); in hdacc_attach()548 free(codec->fgs, M_HDACC); in hdacc_detach()