Searched refs:CHAMELIUM_MAX_PORTS (Results 1 – 2 of 2) sorted by relevance
88 struct edid *raw[CHAMELIUM_MAX_PORTS];89 int ids[CHAMELIUM_MAX_PORTS];126 struct chamelium_port ports[CHAMELIUM_MAX_PORTS];1944 int port_ids[static CHAMELIUM_MAX_PORTS]) in chamelium_get_video_ports() argument1960 igt_assert(port_ids_len < CHAMELIUM_MAX_PORTS); in chamelium_get_video_ports()1992 igt_assert(chamelium->port_count <= CHAMELIUM_MAX_PORTS); in chamelium_read_port_mappings()2135 int candidate_ports[CHAMELIUM_MAX_PORTS]; in chamelium_autodiscover()2145 uint32_t discovered_conns[CHAMELIUM_MAX_PORTS] = {0}; in chamelium_autodiscover()2173 igt_assert(port_count < CHAMELIUM_MAX_PORTS); in chamelium_autodiscover()2392 for (i = 0; i < CHAMELIUM_MAX_PORTS; i++) { in chamelium_deinit()
89 #define CHAMELIUM_MAX_PORTS 4 macro