Home
last modified time | relevance | path

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

/linux/drivers/soundwire/
H A Dqcom.c137 #define SWR_INVALID_PARAM 0xFF macro
1074 if (pcfg->lane_control != SWR_INVALID_PARAM) { in qcom_swrm_transport_params()
1084 if (pcfg->blk_group_count != SWR_INVALID_PARAM) { in qcom_swrm_transport_params()
1098 if (pcfg->hstart != SWR_INVALID_PARAM && pcfg->hstop != SWR_INVALID_PARAM) { in qcom_swrm_transport_params()
1109 if (pcfg->bp_mode != SWR_INVALID_PARAM) { in qcom_swrm_transport_params()
1167 if (pcfg->word_length != SWR_INVALID_PARAM) { in qcom_swrm_compute_params()
1196 if (pcfg->word_length != SWR_INVALID_PARAM) { in qcom_swrm_compute_params()
1495 pcfg->bp_mode = SWR_INVALID_PARAM; in qcom_swrm_get_port_config()
1501 pcfg->hstart = SWR_INVALID_PARAM; in qcom_swrm_get_port_config()
1502 pcfg->hstop = SWR_INVALID_PARAM; in qcom_swrm_get_port_config()
[all …]