Lines Matching refs:out
600 static int hdsp_playback_to_output_key (struct hdsp *hdsp, int in, int out) in hdsp_playback_to_output_key() argument
608 return (64 * out) + (32 + (in)); in hdsp_playback_to_output_key()
610 return (52 * out) + (26 + (in)); in hdsp_playback_to_output_key()
612 return (32 * out) + (16 + (in)); in hdsp_playback_to_output_key()
614 return (52 * out) + (26 + (in)); in hdsp_playback_to_output_key()
618 static int hdsp_input_to_output_key (struct hdsp *hdsp, int in, int out) in hdsp_input_to_output_key() argument
626 return (64 * out) + in; in hdsp_input_to_output_key()
628 return (52 * out) + in; in hdsp_input_to_output_key()
630 return (32 * out) + in; in hdsp_input_to_output_key()
632 return (52 * out) + in; in hdsp_input_to_output_key()
1704 static int hdsp_set_toggle_setting(struct hdsp *hdsp, u32 regmask, int out) in hdsp_set_toggle_setting() argument
1706 if (out) in hdsp_set_toggle_setting()