Searched defs:hdac_hdmi_port (Results 1 – 1 of 1) sorted by relevance
84 struct hdac_hdmi_port { struct85 struct list_head head;86 int id;87 struct hdac_hdmi_pin *pin;88 int num_mux_nids;89 hda_nid_t mux_nids[HDA_MAX_CONNECTIONS];90 struct hdac_hdmi_eld eld;91 const char *jack_pin;92 bool is_connect;116 struct hdac_hdmi_port *port; argument