Searched refs:regs_resource (Results 1 – 2 of 2) sorted by relevance
57 struct resource *regs_resource; in hlwd_gpio_probe() local65 regs_resource = platform_get_resource(pdev, IORESOURCE_MEM, 0); in hlwd_gpio_probe()66 hlwd->regs = devm_ioremap_resource(&pdev->dev, regs_resource); in hlwd_gpio_probe()
227 struct resource *regs_resource; in usba_init_debugfs() local232 regs_resource = platform_get_resource(udc->pdev, IORESOURCE_MEM, in usba_init_debugfs()235 if (regs_resource) { in usba_init_debugfs()238 resource_size(regs_resource)); in usba_init_debugfs()