Lines Matching refs:port_config
1015 struct sdw_port_config *port_config, in sdw_port_alloc() argument
1024 p_rt->ch_mask = port_config[port_index].ch_mask; in sdw_port_alloc()
1025 p_rt->num = port_config[port_index].num; in sdw_port_alloc()
1032 struct sdw_port_config *port_config, in sdw_master_port_config() argument
1040 p_rt = sdw_port_alloc(bus->dev, port_config, i); in sdw_master_port_config()
1057 struct sdw_port_config *port_config, in sdw_slave_port_config() argument
1065 p_rt = sdw_port_alloc(&slave->dev, port_config, i); in sdw_slave_port_config()
1101 struct sdw_port_config *port_config, in sdw_stream_add_master() argument
1123 ret = sdw_master_port_config(bus, m_rt, port_config, num_ports); in sdw_stream_add_master()
1152 struct sdw_port_config *port_config, in sdw_stream_add_slave() argument
1198 ret = sdw_slave_port_config(slave, s_rt, port_config, num_ports); in sdw_stream_add_slave()