Home
last modified time | relevance | path

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

/linux-6.15/drivers/soundwire/
H A Dgeneric_bandwidth_allocation.c470 if (slave_prop->lane_maps[i] == lane) { in is_lane_connected_to_all_peripherals()
495 if (!slave_prop->lane_maps[l]) in get_manager_lane()
508 slave_prop->lane_maps[l])) { in get_manager_lane()
511 slave_prop->lane_maps[l]); in get_manager_lane()
514 m_lane = slave_prop->lane_maps[l]; in get_manager_lane()
613 if (slave_prop->lane_maps[l] == m_lane) { in sdw_compute_bus_params()
H A Dmipi_disco.c401 prop->lane_maps[i] = lane; in sdw_slave_read_lane_mapping()
/linux-6.15/include/linux/soundwire/
H A Dsdw.h393 u8 lane_maps[SDW_MAX_LANES]; member