Searched refs:port_count (Results 1 – 5 of 5) sorted by relevance
127 int port_count; member149 calloc(sizeof(void*), chamelium->port_count); in chamelium_get_ports()151 *count = chamelium->port_count; in chamelium_get_ports()152 for (i = 0; i < chamelium->port_count; i++) in chamelium_get_ports()1990 chamelium->port_count++; in chamelium_read_port_mappings()1992 igt_assert(chamelium->port_count <= CHAMELIUM_MAX_PORTS); in chamelium_read_port_mappings()2140 size_t i, j, port_count; in chamelium_autodiscover() local2160 port_count = chamelium->port_count; in chamelium_autodiscover()2166 for (j = 0; j < chamelium->port_count; j++) { in chamelium_autodiscover()2173 igt_assert(port_count < CHAMELIUM_MAX_PORTS); in chamelium_autodiscover()[all …]
52 int port_count; member77 for (p = 0; p < data->port_count; p++) { in get_connectors_link_status_failed()100 for (i = 0; i < data->port_count && !found; i++) { in require_connector_present()238 for (p = 0; p < data->port_count; p++) { in reset_state()362 for (p = 0; p < data->port_count; p++) { in try_suspend_resume_hpd()378 for (p = 0; p < data->port_count; p++) { in try_suspend_resume_hpd()428 for (p = 0; p < data->port_count; p++) { in test_suspend_resume_hpd_common()452 bool link_status_failed[2][data->port_count]; in test_suspend_resume_edid_change()484 for (p = 0; p < data->port_count; p++) in test_suspend_resume_edid_change()2543 p < data.port_count; \[all …]
349 def __init__(self, port_count=1): argument353 self.ctrl_write("new_device", "%u %u" % (addr, port_count))364 self.wait_for_netdevs(port_count)375 for port_index in range(port_count):386 def wait_for_netdevs(self, port_count): argument395 if len(ifnames) == port_count:
188 uint32_t port_count; member827 err = dl_argv_uint32_t(dl, &opts->port_count); in dl_argv_parse()1054 opts->port_count); in dl_opts_put()
683 pub fn port_count(port: port_id) -> ::ssize_t; in port_count() function