Searched refs:tres (Results 1 – 5 of 5) sorted by relevance
169 struct resource *tres; in pnp_check_port() local196 for (i = 0; (tres = pnp_get_resource(dev, IORESOURCE_IO, i)); i++) { in pnp_check_port()197 if (tres != res && tres->flags & IORESOURCE_IO) { in pnp_check_port()198 tport = &tres->start; in pnp_check_port()199 tend = &tres->end; in pnp_check_port()210 (tres = pnp_get_resource(tdev, IORESOURCE_IO, i)); in pnp_check_port()212 if (tres->flags & IORESOURCE_IO) { in pnp_check_port()213 if (cannot_compare(tres->flags)) in pnp_check_port()215 if (tres->flags & IORESOURCE_WINDOW) in pnp_check_port()217 tport = &tres->start; in pnp_check_port()[all …]
1315 struct pci_resource *tres; in unload_cpqphpd() local1338 tres = res; in unload_cpqphpd()1340 kfree(tres); in unload_cpqphpd()1345 tres = res; in unload_cpqphpd()1347 kfree(tres); in unload_cpqphpd()1352 tres = res; in unload_cpqphpd()1354 kfree(tres); in unload_cpqphpd()1359 tres = res; in unload_cpqphpd()1361 kfree(tres); in unload_cpqphpd()1376 tres = res; in unload_cpqphpd()[all …]
1480 struct pci_resource *res, *tres; in cpqhp_destroy_resource_list() local1486 tres = res; in cpqhp_destroy_resource_list()1488 kfree(tres); in cpqhp_destroy_resource_list()1495 tres = res; in cpqhp_destroy_resource_list()1497 kfree(tres); in cpqhp_destroy_resource_list()1504 tres = res; in cpqhp_destroy_resource_list()1506 kfree(tres); in cpqhp_destroy_resource_list()1513 tres = res; in cpqhp_destroy_resource_list()1515 kfree(tres); in cpqhp_destroy_resource_list()1527 struct pci_resource *res, *tres; in cpqhp_destroy_board_resources() local[all …]
2715 tres:2, member2722 tres:2,
1350 s64 tres = *timeout - (now - before); in __i915_wait_request() local1352 *timeout = tres < 0 ? 0 : tres; in __i915_wait_request()