Home
last modified time | relevance | path

Searched refs:fgs (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/sound/pci/hda/
H A Dhdacc.c60 struct hdacc_fg *fgs; member
515 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()
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dfs_core.h96 struct list_head fgs; global() member
H A Dmlx5_fs_tree.c