Lines Matching full:fg
555 struct hdacc_fg *fg = device_get_ivars(child); in hdacc_child_location() local
557 sbuf_printf(sb, "nid=%d", fg->nid); in hdacc_child_location()
564 struct hdacc_fg *fg = device_get_ivars(child); in hdacc_child_pnpinfo_method() local
567 fg->type, fg->subsystem_id); in hdacc_child_pnpinfo_method()
574 struct hdacc_fg *fg = device_get_ivars(child); in hdacc_print_child() local
578 retval += printf(" at nid %d", fg->nid); in hdacc_print_child()
588 struct hdacc_fg *fg = device_get_ivars(child); in hdacc_probe_nomatch() local
593 fg->type == HDA_PARAM_FCT_GRP_TYPE_NODE_TYPE_AUDIO ? "Audio" : in hdacc_probe_nomatch()
594 (fg->type == HDA_PARAM_FCT_GRP_TYPE_NODE_TYPE_MODEM ? "Modem" : in hdacc_probe_nomatch()
595 "Unknown"), fg->nid, device_get_nameunit(dev)); in hdacc_probe_nomatch()
601 device_printf(dev, "Power down FG nid=%d to the D3 state...\n", in hdacc_probe_nomatch()
602 fg->nid); in hdacc_probe_nomatch()
606 fg->nid, HDA_CMD_POWER_STATE_D3)); in hdacc_probe_nomatch()
613 struct hdacc_fg *fg = device_get_ivars(child); in hdacc_read_ivar() local
617 *result = fg->nid; in hdacc_read_ivar()
620 *result = fg->type; in hdacc_read_ivar()
623 *result = fg->subsystem_id; in hdacc_read_ivar()