Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/soundwire/
Dqcom.c161 int num_din_ports; member
980 maxport = ctrl->num_din_ports; in qcom_swrm_stream_alloc_ports()
1139 int num_dais = ctrl->num_dout_ports + ctrl->num_din_ports; in qcom_swrm_register_dais()
1191 ctrl->num_din_ports = FIELD_GET(SWRM_COMP_PARAMS_DIN_PORTS_MASK, val); in qcom_swrm_get_port_config()
1197 if (val > ctrl->num_din_ports) in qcom_swrm_get_port_config()
1200 ctrl->num_din_ports = val; in qcom_swrm_get_port_config()
1211 nports = ctrl->num_dout_ports + ctrl->num_din_ports; in qcom_swrm_get_port_config()