Home
last modified time | relevance | path

Searched refs:SWR_INVALID_PARAM (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/soundwire/
Dqcom.c134 #define SWR_INVALID_PARAM 0xFF macro
1006 if (pcfg->lane_control != SWR_INVALID_PARAM) { in qcom_swrm_transport_params()
1014 if (pcfg->blk_group_count != SWR_INVALID_PARAM) { in qcom_swrm_transport_params()
1022 if (pcfg->hstart != SWR_INVALID_PARAM in qcom_swrm_transport_params()
1023 && pcfg->hstop != SWR_INVALID_PARAM) { in qcom_swrm_transport_params()
1036 if (pcfg->bp_mode != SWR_INVALID_PARAM) { in qcom_swrm_transport_params()
1090 if (pcfg->word_length != SWR_INVALID_PARAM) { in qcom_swrm_compute_params()
1119 if (pcfg->word_length != SWR_INVALID_PARAM) { in qcom_swrm_compute_params()
1421 memset(bp_mode, SWR_INVALID_PARAM, QCOM_SDW_MAX_PORTS); in qcom_swrm_get_port_config()
1426 memset(hstart, SWR_INVALID_PARAM, QCOM_SDW_MAX_PORTS); in qcom_swrm_get_port_config()
[all …]