Lines Matching defs:link
100 /* since link in On, update the ref */
111 * snd_hdac_ext_link_free_all- free hdac extended link objects
192 * snd_hdac_ext_bus_link_power_up -power up hda link
193 * @hlink: HD-audio extended link
205 * snd_hdac_ext_bus_link_power_down -power down hda link
206 * @hlink: HD-audio extended link
217 * snd_hdac_ext_bus_link_power_up_all -power up all hda link
236 * snd_hdac_ext_bus_link_power_down_all -power down all hda link
255 * snd_hdac_ext_bus_link_set_stream_id - maps stream id to link output
256 * @link: HD-audio ext link to set up
259 void snd_hdac_ext_bus_link_set_stream_id(struct hdac_ext_link *link,
262 snd_hdac_updatew(link->ml_addr, AZX_REG_ML_LOSIDV, (1 << stream), 1 << stream);
267 * snd_hdac_ext_bus_link_clear_stream_id - maps stream id to link output
268 * @link: HD-audio ext link to set up
271 void snd_hdac_ext_bus_link_clear_stream_id(struct hdac_ext_link *link,
274 snd_hdac_updatew(link->ml_addr, AZX_REG_ML_LOSIDV, (1 << stream), 0);
287 * if we move from 0 to 1, count will be 1 so power up this link
331 * so power down this link as well