Lines Matching refs:rx_params

116 			       struct reg_params *rx_params)  in get_register_params()  argument
131 rx_params->count = in get_register_params()
133 rx_params->size = be32_to_cpu(reg[1]) * 4; in get_register_params()
273 struct reg_params *rx_params) in finish_session() argument
276 stop_streams(dice, AMDTP_OUT_STREAM, rx_params); in finish_session()
294 struct reg_params tx_params, rx_params; in snd_dice_stream_reserve_duplex() local
298 err = get_register_params(dice, &tx_params, &rx_params); in snd_dice_stream_reserve_duplex()
301 finish_session(dice, &tx_params, &rx_params); in snd_dice_stream_reserve_duplex()
314 err = get_register_params(dice, &tx_params, &rx_params); in snd_dice_stream_reserve_duplex()
324 &rx_params); in snd_dice_stream_reserve_duplex()
394 struct reg_params tx_params, rx_params; in snd_dice_stream_start_duplex() local
403 err = get_register_params(dice, &tx_params, &rx_params); in snd_dice_stream_start_duplex()
412 finish_session(dice, &tx_params, &rx_params); in snd_dice_stream_start_duplex()
421 if (i < rx_params.count) in snd_dice_stream_start_duplex()
447 err = start_streams(dice, AMDTP_OUT_STREAM, rate, &rx_params); in snd_dice_stream_start_duplex()
466 (i < rx_params.count && in snd_dice_stream_start_duplex()
478 finish_session(dice, &tx_params, &rx_params); in snd_dice_stream_start_duplex()
489 struct reg_params tx_params, rx_params; in snd_dice_stream_stop_duplex() local
492 if (get_register_params(dice, &tx_params, &rx_params) >= 0) { in snd_dice_stream_stop_duplex()
494 finish_session(dice, &tx_params, &rx_params); in snd_dice_stream_stop_duplex()
602 struct reg_params tx_params, rx_params; in snd_dice_stream_update_duplex() local
614 if (get_register_params(dice, &tx_params, &rx_params) == 0) { in snd_dice_stream_update_duplex()
618 stop_streams(dice, AMDTP_OUT_STREAM, &rx_params); in snd_dice_stream_update_duplex()
627 struct reg_params tx_params, rx_params; in snd_dice_stream_detect_current_formats() local
657 err = get_register_params(dice, &tx_params, &rx_params); in snd_dice_stream_detect_current_formats()
671 for (i = 0; i < rx_params.count; ++i) { in snd_dice_stream_detect_current_formats()
673 rx_params.size * i + RX_NUMBER_AUDIO, in snd_dice_stream_detect_current_formats()