Home
last modified time | relevance | path

Searched refs:nid_t (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/sound/pci/hda/
H A Dhdaa.h96 nid_t nid;
108 nid_t conns[HDA_MAX_CONNS];
159 nid_t hpredir;
160 nid_t pins[16];
161 nid_t dacs[2][16];
191 nid_t nid;
192 nid_t startnode, endnode;
239 nid_t io[16];
268 struct hdaa_widget *hdaa_widget_get(struct hdaa_devinfo *, nid_t);
H A Dhdaa_patches.h33 uint32_t hda_read_coef_idx(device_t dev, nid_t nid, unsigned int coef_idx);
34 void hda_write_coef_idx(device_t dev, nid_t nid, unsigned int coef_idx,
H A Dhdaa_patches.c152 nid_t nid = w->nid; in hdac_pin_patch()
442 nid_t beeper = -1; in hdaa_widget_patch()
795 hda_read_coef_idx(device_t dev, nid_t nid, unsigned int coef_idx) in hda_read_coef_idx()
805 hda_write_coef_idx(device_t dev, nid_t nid, unsigned int coef_idx, in hda_write_coef_idx()
H A Dhdaa.c1712 nid_t nid; in hdaa_audio_ctl_amp_set()
1898 nid_t nid; in hdaa_audio_setup()
2959 nid_t nid; in hdaa_audio_parse()
3344 static nid_t
3350 nid_t m = 0, ret; in hdaa_audio_trace_dac()
3455 static nid_t
3584 nid_t min, res; in hdaa_audio_trace_as_out()
3863 nid_t min, res; in hdaa_audio_trace_as_in_mch()
3922 nid_t res = 0; in hdaa_audio_trace_to_out()
5972 nid_t *nids; in hdaa_dump_dac()
[all …]
H A Dhdac.c217 static uint32_t hdac_send_command(struct hdac_softc *, nid_t, uint32_t);
927 nid_t cad; in hdac_rirb_flush()
967 nid_t cad; in hdac_unsolq_flush()
994 hdac_send_command(struct hdac_softc *sc, nid_t cad, uint32_t verb) in hdac_send_command()
1739 nid_t cad = (uintptr_t)device_get_ivars(child); in hdac_child_pnpinfo_str_method()
1752 nid_t cad = (uintptr_t)device_get_ivars(child); in hdac_read_ivar()
1841 nid_t cad = (uintptr_t)device_get_ivars(child); in hdac_stream_alloc()
1900 nid_t cad = (uintptr_t)device_get_ivars(child); in hdac_stream_free()
H A Dhdacc.c48 nid_t nid;
56 nid_t cad;
H A Dhdac.h698 typedef int nid_t; typedef