Home
last modified time | relevance | path

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

/linux/drivers/pcmcia/
H A Dbcm63xx_pcmcia.c360 skt->reg_res = res; in bcm63xx_drv_pcmcia_probe()
434 if (skt->reg_res) in bcm63xx_drv_pcmcia_probe()
435 release_mem_region(skt->reg_res->start, regmem_size); in bcm63xx_drv_pcmcia_probe()
449 res = skt->reg_res; in bcm63xx_drv_pcmcia_remove()
H A Dbcm63xx_pcmcia.h32 struct resource *reg_res; member
/linux/drivers/net/ethernet/freescale/
H A Dfsl_pq_mdio.c379 void __iomem *reg_map, struct resource *reg_res) in set_tbipa() argument
398 if ((void *)tbipa > reg_map + resource_size(reg_res) - 4) in set_tbipa()
/linux/drivers/video/fbdev/
H A Dcontrolfb.c935 struct resource fb_res, reg_res; in control_of_init() local
943 of_pci_address_to_resource(dp, 1, &reg_res)) { in control_of_init()
957 p->control_regs_phys = reg_res.start; in control_of_init()
958 p->control_regs_size = resource_size(&reg_res); in control_of_init()
/linux/drivers/remoteproc/
H A Dqcom_q6v5_mss.c272 const struct qcom_mss_reg_res *reg_res) in q6v5_regulator_init() argument
276 if (!reg_res) in q6v5_regulator_init()
279 for (i = 0; reg_res[i].supply; i++) { in q6v5_regulator_init()
280 regs[i].reg = devm_regulator_get(dev, reg_res[i].supply); in q6v5_regulator_init()
284 reg_res[i].supply); in q6v5_regulator_init()
286 regs[i].uV = reg_res[i].uV; in q6v5_regulator_init()
287 regs[i].uA = reg_res[i].uA; in q6v5_regulator_init()