Searched defs:hda_bus (Results 1 – 1 of 1) sorted by relevance
75 struct hda_bus { struct83 struct hda_bus_ops ops; argument85 struct mutex prepare_mutex;91 unsigned int needs_damn_long_delay :1;92 unsigned int allow_bus_reset:1; /* allow bus reset at fatal error */94 unsigned int shutdown :1; /* being unloaded */95 unsigned int rirb_error:1; /* error in codec communication */96 unsigned int response_reset:1; /* controller was reset */97 unsigned int in_reset:1; /* during reset operation */98 unsigned int no_response_fallback:1; /* don't fallback at RIRB error */[all …]