Home
last modified time | relevance | path

Searched refs:reg_res (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/pcmcia/
Dbcm63xx_pcmcia.c359 skt->reg_res = res; in bcm63xx_drv_pcmcia_probe()
433 if (skt->reg_res) in bcm63xx_drv_pcmcia_probe()
434 release_mem_region(skt->reg_res->start, regmem_size); in bcm63xx_drv_pcmcia_probe()
448 res = skt->reg_res; in bcm63xx_drv_pcmcia_remove()
Dbcm63xx_pcmcia.h31 struct resource *reg_res; member
/linux-4.4.14/drivers/video/fbdev/mbx/
Dmbxfb.c63 struct resource *reg_res; member
917 mfbi->reg_res = platform_get_resource(dev, IORESOURCE_MEM, 1); in mbxfb_probe()
919 if (!mfbi->fb_res || !mfbi->reg_res) { in mbxfb_probe()
934 mfbi->reg_req = request_mem_region(mfbi->reg_res->start, in mbxfb_probe()
935 res_size(mfbi->reg_res), dev->name); in mbxfb_probe()
941 mfbi->reg_phys_addr = mfbi->reg_res->start; in mbxfb_probe()
1002 release_mem_region(mfbi->reg_res->start, res_size(mfbi->reg_res)); in mbxfb_probe()
/linux-4.4.14/drivers/media/platform/
Dsh_veu.c1129 struct resource *reg_res; in sh_veu_probe() local
1133 reg_res = platform_get_resource(pdev, IORESOURCE_MEM, 0); in sh_veu_probe()
1136 if (!reg_res || irq <= 0) { in sh_veu_probe()
1145 veu->is_2h = resource_size(reg_res) == 0x22c; in sh_veu_probe()
1147 veu->base = devm_ioremap_resource(&pdev->dev, reg_res); in sh_veu_probe()
Dsh_vou.c1232 struct resource *reg_res; in sh_vou_probe() local
1237 reg_res = platform_get_resource(pdev, IORESOURCE_MEM, 0); in sh_vou_probe()
1240 if (!vou_pdata || !reg_res || irq <= 0) { in sh_vou_probe()
1273 vou_dev->base = devm_ioremap_resource(&pdev->dev, reg_res); in sh_vou_probe()
/linux-4.4.14/drivers/video/fbdev/
Dcontrolfb.c687 struct resource fb_res, reg_res; in control_of_init() local
695 of_pci_address_to_resource(dp, 1, &reg_res)) { in control_of_init()
709 p->control_regs_phys = reg_res.start; in control_of_init()
710 p->control_regs_size = resource_size(&reg_res); in control_of_init()