Searched refs:fgs (Results 1 – 3 of 3) sorted by relevance
60 struct hdacc_fg *fgs; member515 codec->fgs = malloc(sizeof(struct hdacc_fg) * codec->fgcnt, in hdacc_attach()518 codec->fgs[n].nid = i; in hdacc_attach()520 codec->fgs[n].type = in hdacc_attach()523 codec->fgs[n].subsystem_id = hda_command(dev, in hdacc_attach()526 codec->fgs[n].dev = child = device_add_child(dev, NULL, DEVICE_UNIT_ANY); in hdacc_attach()531 device_set_ivars(child, &codec->fgs[n]); in hdacc_attach()547 free(codec->fgs, M_HDACC); in hdacc_detach()
96 struct list_head fgs; global() member