Lines Matching refs:port_config
1193 struct sdw_port_config *port_config, in sdw_port_alloc() argument
1202 p_rt->ch_mask = port_config[port_index].ch_mask; in sdw_port_alloc()
1203 p_rt->num = port_config[port_index].num; in sdw_port_alloc()
1210 struct sdw_port_config *port_config, in sdw_master_port_config() argument
1218 p_rt = sdw_port_alloc(bus->dev, port_config, i); in sdw_master_port_config()
1235 struct sdw_port_config *port_config, in sdw_slave_port_config() argument
1243 p_rt = sdw_port_alloc(&slave->dev, port_config, i); in sdw_slave_port_config()
1279 struct sdw_port_config *port_config, in sdw_stream_add_master() argument
1313 ret = sdw_master_port_config(bus, m_rt, port_config, num_ports); in sdw_stream_add_master()
1344 struct sdw_port_config *port_config, in sdw_stream_add_slave() argument
1390 ret = sdw_slave_port_config(slave, s_rt, port_config, num_ports); in sdw_stream_add_slave()