Searched refs:nid_t (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/sound/pci/hda/ |
H A D | hdaa.h | 96 nid_t nid; 107 nid_t conns[HDA_MAX_CONNS]; 158 nid_t hpredir; 159 nid_t pins[16]; 160 nid_t dacs[2][16]; 190 nid_t nid; 191 nid_t startnode, endnode; 239 nid_t io[16]; 268 struct hdaa_widget *hdaa_widget_get(struct hdaa_devinfo *, nid_t);
|
H A D | hdaa_patches.c | 178 nid_t nid = w->nid; in hdac_pin_patch() 435 nid_t beeper = -1; in hdaa_widget_patch() 706 hdaa_read_coef(device_t dev, nid_t nid, uint16_t idx) in hdaa_read_coef() 714 hdaa_write_coef(device_t dev, nid_t nid, uint16_t idx, uint16_t val) in hdaa_write_coef()
|
H A D | pin_patch.h | 95 nid_t nid; /* nid to patch */
|
H A D | hdaa.c | 175 nid_t, int, int, int); 177 nid_t, int, int, int, int, int, int); 210 hdaa_audio_ctl_amp_get(struct hdaa_devinfo *devinfo, nid_t nid, int dir, in hdaa_audio_ctl_amp_get() 1385 nid_t nid = w->nid; in hdaa_widget_connection_parse() 1386 nid_t cnid, addcnid, prevcnid; in hdaa_widget_connection_parse() 1470 nid_t nid = w->nid; in hdaa_widget_parse() 1639 hdaa_widget_get(struct hdaa_devinfo *devinfo, nid_t nid) in hdaa_widget_get() 1648 hdaa_audio_ctl_amp_set_internal(struct hdaa_devinfo *devinfo, nid_t nid, in hdaa_audio_ctl_amp_set_internal() 1678 nid_t nid; in hdaa_audio_ctl_amp_set() 1865 nid_t nid; in hdaa_audio_setup() [all …]
|
H A D | hdac.c | 255 static uint32_t hdac_send_command(struct hdac_softc *, nid_t, uint32_t); 957 nid_t cad; in hdac_rirb_flush() 999 nid_t cad; in hdac_unsolq_flush() 1027 hdac_send_command(struct hdac_softc *sc, nid_t cad, uint32_t verb) in hdac_send_command() 1803 nid_t cad = (uintptr_t)device_get_ivars(child); in hdac_child_pnpinfo_method() 1816 nid_t cad = (uintptr_t)device_get_ivars(child); in hdac_read_ivar() 1908 nid_t cad = (uintptr_t)device_get_ivars(child); in hdac_stream_alloc() 1967 nid_t cad = (uintptr_t)device_get_ivars(child); in hdac_stream_free()
|
H A D | hdacc.c | 48 nid_t nid; 56 nid_t cad;
|
H A D | hdac.h | 972 typedef int nid_t; typedef
|