Home
last modified time | relevance | path

Searched refs:tres (Results 1 – 5 of 5) sorted by relevance

/drivers/pnp/
Dresource.c169 struct resource *tres; in pnp_check_port() local
196 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 …]
/drivers/pci/hotplug/
Dcpqphp_core.c1315 struct pci_resource *tres; in unload_cpqphpd() local
1338 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 …]
Dcpqphp_pci.c1480 struct pci_resource *res, *tres; in cpqhp_destroy_resource_list() local
1486 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 …]
/drivers/net/ethernet/sun/
Dniu.h2715 tres:2, member
2722 tres:2,
/drivers/gpu/drm/i915/
Di915_gem.c1350 s64 tres = *timeout - (now - before); in __i915_wait_request() local
1352 *timeout = tres < 0 ? 0 : tres; in __i915_wait_request()