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