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