Lines Matching +full:ports +full:- +full:hstart
1 /* SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause) */
2 /* Copyright(c) 2015-17 Intel Corporation. */
17 return -ENOTSUPP;
52 * struct sdw_msg - Message structure
76 * struct sdw_btp_msg - Message structure
113 * SoundWire spec has no mention of ports for Master interface but the
133 * @port_list: List of Slave Ports configured for this stream
152 * @port_list: List of Master Ports configured for this stream, can be zero.
168 int hstart;
194 int hstart, int hstop,
197 params->port_num = port_num;
198 params->blk_grp_ctrl_valid = grp_ctrl_valid;
199 params->blk_grp_ctrl = grp_ctrl;
200 params->sample_interval = sample_int;
201 params->offset1 = off1;
202 params->offset2 = off2;
203 params->hstart = hstart;
204 params->hstop = hstop;
205 params->blk_pkg_mode = pack_mode;
206 params->lane_ctrl = lane_ctrl;
214 params->num = port_num;
215 params->bps = bps;
216 params->flow_mode = flow_mode;
217 params->data_mode = data_mode;
225 * At the moment we only track Master-initiated hw_reset.