Lines Matching refs:fg
553 struct hdacc_fg *fg = device_get_ivars(child); in hdacc_child_location_str() local
555 snprintf(buf, buflen, "nid=%d", fg->nid); in hdacc_child_location_str()
563 struct hdacc_fg *fg = device_get_ivars(child); in hdacc_child_pnpinfo_str_method() local
566 fg->type, fg->subsystem_id); in hdacc_child_pnpinfo_str_method()
573 struct hdacc_fg *fg = device_get_ivars(child); in hdacc_print_child() local
577 retval += printf(" at nid %d", fg->nid); in hdacc_print_child()
587 struct hdacc_fg *fg = device_get_ivars(child); in hdacc_probe_nomatch() local
592 fg->type == HDA_PARAM_FCT_GRP_TYPE_NODE_TYPE_AUDIO ? "Audio" : in hdacc_probe_nomatch()
593 (fg->type == HDA_PARAM_FCT_GRP_TYPE_NODE_TYPE_MODEM ? "Modem" : in hdacc_probe_nomatch()
594 "Unknown"), fg->nid, device_get_nameunit(dev)); in hdacc_probe_nomatch()
601 fg->nid); in hdacc_probe_nomatch()
605 fg->nid, HDA_CMD_POWER_STATE_D3)); in hdacc_probe_nomatch()
612 struct hdacc_fg *fg = device_get_ivars(child); in hdacc_read_ivar() local
616 *result = fg->nid; in hdacc_read_ivar()
619 *result = fg->type; in hdacc_read_ivar()
622 *result = fg->subsystem_id; in hdacc_read_ivar()