tco_res 1508 drivers/i2c/busses/i2c-i801.c struct resource *tco_res) tco_res 1542 drivers/i2c/busses/i2c-i801.c res = &tco_res[1]; tco_res 1552 drivers/i2c/busses/i2c-i801.c tco_res, 2, &spt_tco_platform_data, tco_res 1563 drivers/i2c/busses/i2c-i801.c struct resource *tco_res) tco_res 1566 drivers/i2c/busses/i2c-i801.c "iTCO_wdt", -1, tco_res, 1, &cnl_tco_platform_data, tco_res 1573 drivers/i2c/busses/i2c-i801.c struct resource tco_res[2], *res; tco_res 1588 drivers/i2c/busses/i2c-i801.c memset(tco_res, 0, sizeof(tco_res)); tco_res 1593 drivers/i2c/busses/i2c-i801.c res = &tco_res[0]; tco_res 1599 drivers/i2c/busses/i2c-i801.c priv->tco_pdev = i801_add_tco_cnl(priv, pci_dev, tco_res); tco_res 1601 drivers/i2c/busses/i2c-i801.c priv->tco_pdev = i801_add_tco_spt(priv, pci_dev, tco_res); tco_res 648 drivers/platform/x86/intel_pmc_ipc.c static struct resource tco_res[] = { tco_res 706 drivers/platform/x86/intel_pmc_ipc.c .res = tco_res, tco_res 707 drivers/platform/x86/intel_pmc_ipc.c .num_res = ARRAY_SIZE(tco_res), tco_res 712 drivers/platform/x86/intel_pmc_ipc.c res = tco_res + TCO_RESOURCE_ACPI_IO; tco_res 716 drivers/platform/x86/intel_pmc_ipc.c res = tco_res + TCO_RESOURCE_SMI_EN_IO; tco_res 72 drivers/watchdog/iTCO_wdt.c #define TCOBASE(p) ((p)->tco_res->start) tco_res 92 drivers/watchdog/iTCO_wdt.c struct resource *tco_res; tco_res 458 drivers/watchdog/iTCO_wdt.c p->tco_res = platform_get_resource(pdev, IORESOURCE_IO, ICH_RES_IO_TCO); tco_res 459 drivers/watchdog/iTCO_wdt.c if (!p->tco_res) tco_res 517 drivers/watchdog/iTCO_wdt.c if (!devm_request_region(dev, p->tco_res->start, tco_res 518 drivers/watchdog/iTCO_wdt.c resource_size(p->tco_res),