Searched refs:fgs (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/sys/dev/sound/pci/hda/ |
| HD | hdacc.c | 62 struct hdacc_fg *fgs; member 514 codec->fgs = malloc(sizeof(struct hdacc_fg) * codec->fgcnt, in hdacc_attach() 517 codec->fgs[n].nid = i; in hdacc_attach() 519 codec->fgs[n].type = in hdacc_attach() 522 codec->fgs[n].subsystem_id = hda_command(dev, in hdacc_attach() 525 codec->fgs[n].dev = child = device_add_child(dev, NULL, -1); in hdacc_attach() 530 device_set_ivars(child, &codec->fgs[n]); in hdacc_attach() 546 free(codec->fgs, M_HDACC); in hdacc_detach()
|
| /freebsd-13-stable/sys/dev/mlx5/mlx5_core/ |
| HD | fs_core.h | 96 struct list_head fgs; member 246 &(ft)->fgs)
|
| HD | mlx5_fs_tree.c | 798 INIT_LIST_HEAD(&ft->fgs); in _create_ft_common() 1108 fg = fs_create_fg(dev, ft, ft->fgs.prev, in, 1); in mlx5_create_flow_group() 1410 struct list_head *prev = &ft->fgs; in create_autogroup()
|