Searched refs:SWR_INVALID_PARAM (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/soundwire/
H A Dqcom.c134 #define SWR_INVALID_PARAM 0xFF macro
995 if (pcfg->lane_control != SWR_INVALID_PARAM) {
1003 if (pcfg->blk_group_count != SWR_INVALID_PARAM) {
1011 if (pcfg->hstart != SWR_INVALID_PARAM
1012 && pcfg->hstop != SWR_INVALID_PARAM) {
1025 if (pcfg->bp_mode != SWR_INVALID_PARAM) {
1078 if (pcfg->word_length != SWR_INVALID_PARAM) {
1107 if (pcfg->word_length != SWR_INVALID_PARAM) {
1409 memset(bp_mode, SWR_INVALID_PARAM, QCOM_SDW_MAX_PORTS);
1414 memset(hstart, SWR_INVALID_PARAM, QCOM_SDW_MAX_PORT
[all...]

Completed in 141 milliseconds