Home
last modified time | relevance | path

Searched full:regmaps (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/phy/samsung/
H A Dphy-exynos-mipi-video.c266 struct regmap *regmaps[EXYNOS_MIPI_REGMAPS_NUM]; member
279 struct regmap *enable_map = state->regmaps[data->enable_map]; in __set_phy_state()
280 struct regmap *resetn_map = state->regmaps[data->resetn_map]; in __set_phy_state()
359 state->regmaps[i] = syscon_node_to_regmap(dev->parent->of_node); in exynos_mipi_video_phy_probe()
360 if (!IS_ERR(state->regmaps[i])) in exynos_mipi_video_phy_probe()
363 state->regmaps[i] = syscon_regmap_lookup_by_phandle(np, in exynos_mipi_video_phy_probe()
365 if (IS_ERR(state->regmaps[i])) in exynos_mipi_video_phy_probe()
366 return PTR_ERR(state->regmaps[i]); in exynos_mipi_video_phy_probe()
/linux/drivers/tty/serial/
H A Dsc16is7xx_i2c.c16 struct regmap *regmaps[SC16IS7XX_MAX_PORTS]; in sc16is7xx_i2c_probe() local
30 regmaps[i] = devm_regmap_init_i2c(i2c, &regcfg); in sc16is7xx_i2c_probe()
33 return sc16is7xx_probe(&i2c->dev, devtype, regmaps, i2c->irq); in sc16is7xx_i2c_probe()
H A Dsc16is7xx_spi.c20 struct regmap *regmaps[SC16IS7XX_MAX_PORTS]; in sc16is7xx_spi_probe() local
53 regmaps[i] = devm_regmap_init_spi(spi, &regcfg); in sc16is7xx_spi_probe()
56 return sc16is7xx_probe(&spi->dev, devtype, regmaps, spi->irq); in sc16is7xx_spi_probe()
H A Dsc16is7xx.h36 struct regmap *regmaps[], int irq);
H A Dsc16is7xx.c1529 struct regmap *regmaps[], int irq) in sc16is7xx_probe() argument
1539 if (IS_ERR(regmaps[i])) in sc16is7xx_probe()
1540 return PTR_ERR(regmaps[i]); in sc16is7xx_probe()
1551 ret = regmap_read(regmaps[0], SC16IS7XX_LSR_REG, &val); in sc16is7xx_probe()
1600 ret = sc16is7xx_reset(dev, regmaps[0]); in sc16is7xx_probe()
1614 s->p[i].regmap = regmaps[i]; in sc16is7xx_probe()
1623 ret = sc16is7xx_setup_mctrl_ports(s, regmaps[0]); in sc16is7xx_probe()
/linux/drivers/edac/
H A Dqcom_edac.c218 ret = regmap_read(drv->regmaps[bank], synd_reg, in dump_syn_reg_values()
227 ret = regmap_read(drv->regmaps[bank], regs.count_status_reg, in dump_syn_reg_values()
237 ret = regmap_read(drv->regmaps[bank], regs.ways_status_reg, in dump_syn_reg_values()
298 ret = regmap_read(drv->regmaps[i], drv->edac_reg_offset->drp_interrupt_status, in llcc_ecc_irq_handler()
313 ret = regmap_read(drv->regmaps[i], drv->edac_reg_offset->trp_interrupt_0_status, in llcc_ecc_irq_handler()
/linux/drivers/net/dsa/realtek/
H A Drtl83xx.c11 * rtl83xx_lock() - Locks the mutex used by regmaps
31 * rtl83xx_unlock() - Unlocks the mutex used by regmaps
/linux/drivers/clk/rockchip/
H A Dclk-gate-grf.c8 * implements a clock driver for these types of gates, based on regmaps.
/linux/drivers/regulator/
H A Dmax14577-regulator.c163 * different regmaps must be used for them.
/linux/drivers/mfd/
H A Docelot-spi.c8 * processor's endianness. This will create and distribute regmaps for any
/linux/drivers/pmdomain/mediatek/
H A Dmtk-pm-domains.c1025 * Here, try to retrieve all of the regmaps that the legacy code in scpsys_get_bus_protection_legacy()
1028 * regmaps and convert all to the new style handling. in scpsys_get_bus_protection_legacy()
1124 * Index the bus protection regmaps so that we don't have to in scpsys_get_bus_protection()
/linux/drivers/char/ipmi/
H A Dkcs_bmc_aspeed.c506 /* Don't translate addresses, we want offsets for the regmaps */ in aspeed_kcs_of_get_channel()
/linux/drivers/thermal/
H A Darmada_thermal.c859 * into it, which requires the use of regmaps across all the driver. in armada_thermal_probe()
/linux/drivers/net/dsa/ocelot/
H A Dfelix.c1473 /* In an MFD configuration, regmaps are registered directly to the in felix_request_regmap_by_name()