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

/linux-master/drivers/soundwire/
H A Dqcom.c153 u8 bp_mode; member in struct:qcom_swrm_port_config
1025 if (pcfg->bp_mode != SWR_INVALID_PARAM) {
1027 ret = ctrl->reg_write(ctrl, reg, pcfg->bp_mode);
1101 p_rt->transport_params.blk_pkg_mode = pcfg->bp_mode;
1345 u8 bp_mode[QCOM_SDW_MAX_PORTS] = { 0, }; local
1406 bp_mode, nports);
1409 memset(bp_mode, SWR_INVALID_PARAM, QCOM_SDW_MAX_PORTS);
1437 ctrl->pconfig[i + 1].bp_mode = bp_mode[i];

Completed in 288 milliseconds