Home
last modified time | relevance | path

Searched defs:regmap (Results 126 – 150 of 1601) sorted by relevance

12345678910>>...65

/linux/drivers/staging/media/deprecated/atmel/
H A Datmel-isc-clk.c23 struct regmap *regmap = isc_clk->regmap; in isc_wait_clk_stable() local
63 struct regmap *regmap = isc_clk->regmap; in isc_clk_enable() local
231 struct regmap *regmap = isc->regmap; in isc_clk_register() local
/linux/drivers/regulator/
H A Drt5190a-regulator.c53 struct regmap *regmap; member
61 struct regmap *regmap = rdev_get_regmap(rdev); in rt5190a_get_error_flags() local
81 struct regmap *regmap = rdev_get_regmap(rdev); in rt5190a_fixed_buck_set_mode() local
101 struct regmap *regmap = rdev_get_regmap(rdev); in rt5190a_fixed_buck_get_mode() local
H A Dlm363x-regulator.c291 static int lm363x_regulator_set_ext_en(struct regmap *regmap, int id) in lm363x_regulator_set_ext_en()
315 struct regmap *regmap = lmu->regmap; in lm363x_regulator_probe() local
/linux/drivers/clk/bcm/
H A Dclk-bcm53573-ilp.c22 struct regmap *regmap; member
47 struct regmap *regmap = ilp->regmap; in bcm53573_ilp_recalc_rate() local
/linux/drivers/clk/uniphier/
H A Dclk-uniphier-mux.c15 struct regmap *regmap; member
57 struct regmap *regmap, in uniphier_clk_register_mux()
H A Dclk-uniphier-cpugear.c20 struct regmap *regmap; member
77 struct regmap *regmap, in uniphier_clk_register_cpugear()
/linux/drivers/hwmon/
H A Dmax1668.c50 struct regmap *regmap; member
58 struct regmap *regmap = data->regmap; in max1668_read() local
121 struct regmap *regmap = data->regmap; in max1668_write() local
/linux/sound/soc/codecs/
H A Drt711.c32 static int rt711_index_write(struct regmap *regmap, in rt711_index_write()
46 static int rt711_index_read(struct regmap *regmap, in rt711_index_read()
61 static int rt711_index_update_bits(struct regmap *regmap, unsigned int nid, in rt711_index_update_bits()
77 static void rt711_reset(struct regmap *regmap) in rt711_reset()
89 struct regmap *regmap = rt711->regmap; in rt711_calibration() local
1178 struct regmap *regmap, struct sdw_slave *slave) in rt711_init()
H A Drt715.c35 static int rt715_index_write(struct regmap *regmap, unsigned int reg, in rt715_index_write()
50 static int rt715_index_write_nid(struct regmap *regmap, in rt715_index_write_nid()
64 static int rt715_index_read_nid(struct regmap *regmap, in rt715_index_read_nid()
79 static int rt715_index_update_bits(struct regmap *regmap, unsigned int nid, in rt715_index_update_bits()
95 static void rt715_reset(struct regmap *regmap) in rt715_reset()
1018 struct regmap *regmap, struct sdw_slave *slave) in rt715_init()
/linux/drivers/phy/cadence/
H A Dphy-cadence-torrent.c603 static void cdns_torrent_phy_write(struct regmap *regmap, u32 offset, u32 val) in cdns_torrent_phy_write()
608 static u32 cdns_torrent_phy_read(struct regmap *regmap, u32 offset) in cdns_torrent_phy_read()
618 static void cdns_torrent_dp_write(struct regmap *regmap, u32 offset, u32 val) in cdns_torrent_dp_write()
623 static u32 cdns_torrent_dp_read(struct regmap *regmap, u32 offset) in cdns_torrent_dp_read()
724 struct regmap *regmap = cdns_phy->regmap_common_cdb; in cdns_torrent_dp_enable_ssc_19_2mhz() local
740 struct regmap *regmap = cdns_phy->regmap_common_cdb; in cdns_torrent_dp_pma_cmn_vco_cfg_19_2mhz() local
844 struct regmap *regmap = cdns_phy->regmap_common_cdb; in cdns_torrent_dp_enable_ssc_25mhz() local
860 struct regmap *regmap = cdns_phy->regmap_common_cdb; in cdns_torrent_dp_pma_cmn_vco_cfg_25mhz() local
964 struct regmap *regmap = cdns_phy->regmap_common_cdb; in cdns_torrent_dp_pma_cmn_vco_cfg_100mhz() local
1091 struct regmap *regmap = cdns_phy->regmap_dptx_phy_reg; in cdns_torrent_dp_set_pll_en() local
[all …]
/linux/drivers/staging/media/sunxi/sun6i-isp/
H A Dsun6i_isp.c56 struct regmap *regmap = isp_dev->regmap; in sun6i_isp_state_ready() local
114 struct regmap *regmap = isp_dev->regmap; in sun6i_isp_tables_configure() local
242 struct regmap *regmap = isp_dev->regmap; in sun6i_isp_interrupt() local
/linux/drivers/clk/mediatek/
H A Dclk-mux.c22 struct regmap *regmap; member
173 struct regmap *regmap, in mtk_clk_register_mux()
222 struct regmap *regmap; in mtk_clk_register_muxes() local
H A Dclk-gate.c19 struct regmap *regmap; member
157 struct regmap *regmap, int set_ofs, in mtk_clk_register_gate()
211 struct regmap *regmap; in mtk_clk_register_gates() local
/linux/drivers/clk/qcom/
H A Dclk-pll.c218 static void clk_pll_configure(struct clk_pll *pll, struct regmap *regmap, in clk_pll_configure()
245 void clk_pll_configure_sr(struct clk_pll *pll, struct regmap *regmap, in clk_pll_configure_sr()
254 void clk_pll_configure_sr_hpm_lp(struct clk_pll *pll, struct regmap *regmap, in clk_pll_configure_sr_hpm_lp()
/linux/drivers/mfd/
H A Dbd9571mwv.c173 static int bd957x_identify(struct device *dev, struct regmap *regmap) in bd957x_identify()
213 struct regmap *regmap; in bd9571mwv_probe() local
/linux/drivers/clk/imx/
H A Dclk-gpr-mux.c21 struct regmap *regmap; member
80 struct regmap *regmap; in imx_clk_gpr_mux() local
/linux/drivers/platform/x86/intel/int3472/
H A Dtps68470.c33 static int tps68470_chip_init(struct device *dev, struct regmap *regmap) in tps68470_chip_init()
149 struct regmap *regmap; in skl_int3472_tps68470_probe() local
/linux/drivers/clk/rockchip/
H A Dclk-gate-grf.c19 struct regmap *regmap; member
72 struct regmap *regmap, unsigned int reg, unsigned int shift, in rockchip_clk_register_gate_grf()
H A Dclk-muxgrf.c12 struct regmap *regmap; member
58 int flags, struct regmap *regmap, int reg, in rockchip_clk_register_muxgrf()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-sti.c95 struct regmap *regmap; member
164 struct regmap *regmap = dwmac->regmap; in sti_dwmac_set_mode() local
189 struct regmap *regmap; in sti_dwmac_parse_data() local
/linux/drivers/phy/qualcomm/
H A Dphy-qcom-eusb2-repeater.c54 struct regmap *regmap; member
112 struct regmap *regmap = rptr->regmap; in eusb2_repeater_init() local
152 struct regmap *regmap = rptr->regmap; in eusb2_repeater_set_mode() local
/linux/drivers/clk/at91/
H A Dclk-pll.c36 struct regmap *regmap; member
46 static inline bool clk_pll_ready(struct regmap *regmap, int id) in clk_pll_ready()
58 struct regmap *regmap = pll->regmap; in clk_pll_prepare() local
312 at91_clk_register_pll(struct regmap *regmap, const char *name, in at91_clk_register_pll()
H A Dclk-smd.c20 struct regmap *regmap; member
113 at91sam9x5_clk_register_smd(struct regmap *regmap, const char *name, in at91sam9x5_clk_register_smd()
/linux/drivers/iio/adc/
H A Dstm32-dfsdm-adc.c341 struct regmap *regmap = adc->dfsdm->regmap; in stm32_dfsdm_start_channel() local
361 struct regmap *regmap = adc->dfsdm->regmap; in stm32_dfsdm_stop_channel() local
377 struct regmap *regmap = dfsdm->regmap; in stm32_dfsdm_chan_configure() local
431 struct regmap *regmap = adc->dfsdm->regmap; in stm32_dfsdm_filter_set_trig() local
460 struct regmap *regmap = adc->dfsdm->regmap; in stm32_dfsdm_channels_configure() local
506 struct regmap *regmap = adc->dfsdm->regmap; in stm32_dfsdm_filter_configure() local
814 struct regmap *regmap = adc->dfsdm->regmap; in stm32_dfsdm_start_conv() local
846 struct regmap *regmap = adc->dfsdm->regmap; in stm32_dfsdm_stop_conv() local
1449 struct regmap *regmap = adc->dfsdm->regmap; in stm32_dfsdm_irq() local
/linux/drivers/iio/accel/
H A Dmxc6255.c45 struct regmap *regmap; member
119 struct regmap *regmap; in mxc6255_probe() local

12345678910>>...65