Home
last modified time | relevance | path

Searched defs:regmap (Results 1 – 200 of 357) sorted by relevance

12

/linux-4.1.27/drivers/base/regmap/
Dinternal.h51 struct regmap { struct
59 regmap_lock lock; argument
60 regmap_unlock unlock; argument
65 struct regmap_format format; /* Buffer format */ argument
66 const struct regmap_bus *bus; argument
67 void *bus_context;
68 const char *name;
70 bool async;
94 const struct regmap_access_table *wr_table; argument
95 const struct regmap_access_table *rd_table; argument
[all …]
Dregmap.c927 struct regmap **ptr, *regmap; in devm_regmap_init() local
946 struct regmap *regmap, struct reg_field reg_field) in regmap_field_init()
969 struct regmap *regmap, struct reg_field reg_field) in devm_regmap_field_alloc()
1010 struct regmap_field *regmap_field_alloc(struct regmap *regmap, in regmap_field_alloc()
/linux-4.1.27/drivers/acpi/pmic/
Dintel_pmic_crc.c91 static int intel_crc_pmic_get_power(struct regmap *regmap, int reg, in intel_crc_pmic_get_power()
103 static int intel_crc_pmic_update_power(struct regmap *regmap, int reg, in intel_crc_pmic_update_power()
123 static int intel_crc_pmic_get_raw_temp(struct regmap *regmap, int reg) in intel_crc_pmic_get_raw_temp()
138 static int intel_crc_pmic_update_aux(struct regmap *regmap, int reg, int raw) in intel_crc_pmic_update_aux()
144 static int intel_crc_pmic_get_policy(struct regmap *regmap, int reg, u64 *value) in intel_crc_pmic_get_policy()
154 static int intel_crc_pmic_update_policy(struct regmap *regmap, in intel_crc_pmic_update_policy()
Dintel_pmic_xpower.c152 static int intel_xpower_pmic_get_power(struct regmap *regmap, int reg, in intel_xpower_pmic_get_power()
164 static int intel_xpower_pmic_update_power(struct regmap *regmap, int reg, in intel_xpower_pmic_update_power()
196 static int intel_xpower_pmic_get_raw_temp(struct regmap *regmap, int reg) in intel_xpower_pmic_get_raw_temp()
Dintel_pmic.c28 struct regmap *regmap; member
53 struct regmap *regmap = opregion->regmap; in intel_pmic_power_handler() local
137 struct regmap *regmap = opregion->regmap; in pmic_thermal_pen() local
207 struct regmap *regmap, in intel_pmic_install_opregion_handler()
/linux-4.1.27/drivers/hwmon/
Dtmp103.c69 struct regmap *regmap = dev_get_drvdata(dev); in tmp103_show_temp() local
85 struct regmap *regmap = dev_get_drvdata(dev); in tmp103_set_temp() local
131 struct regmap *regmap; in tmp103_probe() local
156 struct regmap *regmap = dev_get_drvdata(dev); in tmp103_suspend() local
164 struct regmap *regmap = dev_get_drvdata(dev); in tmp103_resume() local
Dltc2945.c78 struct regmap *regmap = dev_get_drvdata(dev); in ltc2945_reg_to_val() local
160 struct regmap *regmap = dev_get_drvdata(dev); in ltc2945_val_to_reg() local
246 struct regmap *regmap = dev_get_drvdata(dev); in ltc2945_set_value() local
281 struct regmap *regmap = dev_get_drvdata(dev); in ltc2945_reset_history() local
333 struct regmap *regmap = dev_get_drvdata(dev); in ltc2945_show_bool() local
483 struct regmap *regmap; in ltc2945_probe() local
Dltc4260.c48 struct regmap *regmap = dev_get_drvdata(dev); in ltc4260_get_value() local
98 struct regmap *regmap = dev_get_drvdata(dev); in ltc4260_show_bool() local
164 struct regmap *regmap; in ltc4260_probe() local
Dltc4222.c58 struct regmap *regmap = dev_get_drvdata(dev); in ltc4222_get_value() local
113 struct regmap *regmap = dev_get_drvdata(dev); in ltc4222_show_bool() local
200 struct regmap *regmap; in ltc4222_probe() local
Demc1403.c41 struct regmap *regmap; member
115 struct regmap *regmap = data->regmap; in show_hyst_common() local
148 struct regmap *regmap = data->regmap; in store_hyst() local
Dads7828.c51 struct regmap *regmap; member
/linux-4.1.27/sound/soc/fsl/
Dfsl_spdif.c98 struct regmap *regmap; member
116 struct regmap *regmap = spdif_priv->regmap; in spdif_irq_dpll_lock() local
132 struct regmap *regmap = spdif_priv->regmap; in spdif_irq_sym_error() local
146 struct regmap *regmap = spdif_priv->regmap; in spdif_irq_uqrx_full() local
201 struct regmap *regmap = spdif_priv->regmap; in spdif_irq_uq_err() local
220 struct regmap *regmap = spdif_priv->regmap; in spdif_intr_status_clear() local
300 struct regmap *regmap = spdif_priv->regmap; in spdif_softreset() local
329 struct regmap *regmap = spdif_priv->regmap; in spdif_write_channel_status() local
350 struct regmap *regmap = spdif_priv->regmap; in spdif_set_rx_clksrc() local
369 struct regmap *regmap = spdif_priv->regmap; in spdif_set_sample_rate() local
[all …]
/linux-4.1.27/drivers/video/backlight/
Dsky81452-backlight.c63 struct regmap *regmap = bl_get_data(bd); in sky81452_bl_update_status() local
85 struct regmap *regmap = bl_get_data(to_backlight_device(dev)); in sky81452_bl_store_enable() local
104 struct regmap *regmap = bl_get_data(to_backlight_device(dev)); in sky81452_bl_show_open_short() local
134 struct regmap *regmap = bl_get_data(to_backlight_device(dev)); in sky81452_bl_show_fault() local
240 static int sky81452_bl_init_device(struct regmap *regmap, in sky81452_bl_init_device()
265 struct regmap *regmap = dev_get_drvdata(dev->parent); in sky81452_bl_probe() local
Dlm3639_bl.c43 struct regmap *regmap; member
Dlm3630a_bl.c46 struct regmap *regmap; member
/linux-4.1.27/drivers/mfd/
Dsyscon.c35 struct regmap *regmap; member
48 struct regmap *regmap; in of_syscon_register() local
122 struct regmap *regmap; in syscon_regmap_lookup_by_compatible() local
160 struct regmap *regmap; in syscon_regmap_lookup_by_phandle() local
Dsky81452.c41 struct regmap *regmap; in sky81452_probe() local
Dtwl-core.c154 struct regmap *regmap; member
456 struct regmap *regmap = twl_get_regmap(mod_no); in twl_i2c_write() local
484 struct regmap *regmap = twl_get_regmap(mod_no); in twl_i2c_read() local
511 struct regmap *regmap = twl_get_regmap(mod_no); in twl_set_regcache_bypass() local
Dmc13xxx.h33 struct regmap *regmap; member
Dqcom-spmi-pmic.c124 struct regmap *regmap; in pmic_spmi_probe() local
Dpm8921-core.c59 struct regmap *regmap; member
285 struct regmap *regmap; in pm8921_probe() local
Dsec-core.c309 const struct regmap_config *regmap; in sec_pmic_probe() local
Dretu-mfd.c42 struct regmap *regmap; member
/linux-4.1.27/drivers/iio/adc/
Daxp288_adc.c46 struct regmap *regmap; member
115 struct regmap *regmap) in axp288_adc_read_channel()
126 static int axp288_adc_set_ts(struct regmap *regmap, unsigned int mode, in axp288_adc_set_ts()
165 static int axp288_adc_set_state(struct regmap *regmap) in axp288_adc_set_state()
Dqcom-spmi-vadc.c176 struct regmap *regmap; member
933 struct regmap *regmap; in vadc_probe() local
/linux-4.1.27/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_layer.c90 struct regmap *regmap = layer->hlcdc->regmap; in atmel_hlcdc_layer_update_apply() local
181 struct regmap *regmap = layer->hlcdc->regmap; in atmel_hlcdc_layer_irq() local
305 struct regmap *regmap = layer->hlcdc->regmap; in atmel_hlcdc_layer_disable() local
350 struct regmap *regmap = layer->hlcdc->regmap; in atmel_hlcdc_layer_update_start() local
605 struct regmap *regmap = dc->hlcdc->regmap; in atmel_hlcdc_layer_init() local
657 struct regmap *regmap = layer->hlcdc->regmap; in atmel_hlcdc_layer_cleanup() local
Datmel_hlcdc_crtc.c60 struct regmap *regmap = crtc->dc->hlcdc->regmap; in atmel_hlcdc_crtc_mode_set_nofb() local
135 struct regmap *regmap = crtc->dc->hlcdc->regmap; in atmel_hlcdc_crtc_disable() local
174 struct regmap *regmap = crtc->dc->hlcdc->regmap; in atmel_hlcdc_crtc_enable() local
/linux-4.1.27/drivers/regulator/
Dmax77843.c38 struct regmap *regmap = rdev->regmap; in max77843_reg_is_enabled() local
53 struct regmap *regmap = rdev->regmap; in max77843_reg_get_current_limit() local
83 struct regmap *regmap = rdev->regmap; in max77843_reg_set_current_limit() local
Darizona-ldo1.c67 struct regmap *regmap = ldo->arizona->regmap; in arizona_ldo1_hc_set_voltage_sel() local
98 struct regmap *regmap = ldo->arizona->regmap; in arizona_ldo1_hc_get_voltage_sel() local
Dvexpress.c29 struct regmap *regmap; member
Dda9210-regulator.c35 struct regmap *regmap; member
Disl9305.c146 struct regmap *regmap; in isl9305_i2c_probe() local
Darizona-micsupp.c49 struct regmap *regmap = arizona->regmap; in arizona_micsupp_check_cp() local
Dmax8649.c53 struct regmap *regmap; member
Dda9211-regulator.c46 struct regmap *regmap; member
Dtps51632-regulator.c90 struct regmap *regmap; member
Dtps65023-regulator.c139 struct regmap *regmap; member
Dfan53555.c76 struct regmap *regmap; member
Dmax8973-regulator.c96 struct regmap *regmap; member
Dtps62360-regulator.c67 struct regmap *regmap; member
Dlp8755.c46 struct regmap *regmap; member
/linux-4.1.27/drivers/clk/qcom/
Dclk-pll.c232 clk_pll_set_fsm_mode(struct clk_pll *pll, struct regmap *regmap, u8 lock_count) in clk_pll_set_fsm_mode()
251 static void clk_pll_configure(struct clk_pll *pll, struct regmap *regmap, in clk_pll_configure()
278 void clk_pll_configure_sr(struct clk_pll *pll, struct regmap *regmap, in clk_pll_configure_sr()
287 void clk_pll_configure_sr_hpm_lp(struct clk_pll *pll, struct regmap *regmap, in clk_pll_configure_sr_hpm_lp()
Dcommon.c75 const struct qcom_cc_desc *desc, struct regmap *regmap) in qcom_cc_really_probe()
131 struct regmap *regmap; in qcom_cc_probe() local
Dclk-regmap.h32 struct regmap *regmap; member
Dreset.h28 struct regmap *regmap; member
Dlcc-ipq806x.c439 struct regmap *regmap; in lcc_ipq806x_probe() local
Dlcc-msm8960.c545 struct regmap *regmap; in lcc_msm8960_probe() local
/linux-4.1.27/drivers/power/
Dmax77693_charger.c41 static int max77693_get_charger_state(struct regmap *regmap, int *val) in max77693_get_charger_state()
82 static int max77693_get_charge_type(struct regmap *regmap, int *val) in max77693_get_charge_type()
134 static int max77693_get_battery_health(struct regmap *regmap, int *val) in max77693_get_battery_health()
177 static int max77693_get_present(struct regmap *regmap, int *val) in max77693_get_present()
195 static int max77693_get_online(struct regmap *regmap, int *val) in max77693_get_online()
224 struct regmap *regmap = chg->max77693->regmap; in max77693_charger_get_property() local
/linux-4.1.27/sound/soc/codecs/
Djz4740.c78 struct regmap *regmap; member
228 static void jz4740_codec_wakeup(struct regmap *regmap) in jz4740_codec_wakeup()
244 struct regmap *regmap = jz4740_codec->regmap; in jz4740_codec_set_bias_level() local
Dwm8804-spi.c21 struct regmap *regmap; in wm8804_spi_probe() local
Dtlv320aic23-spi.c24 struct regmap *regmap; in aic23_spi_probe() local
Dpcm512x-spi.c25 struct regmap *regmap; in pcm512x_spi_probe() local
Dtlv320aic23-i2c.c25 struct regmap *regmap; in tlv320aic23_i2c_probe() local
Dwm8804-i2c.c22 struct regmap *regmap; in wm8804_i2c_probe() local
Dad193x.c25 struct regmap *regmap; member
370 int ad193x_probe(struct device *dev, struct regmap *regmap) in ad193x_probe()
Dpcm512x-i2c.c26 struct regmap *regmap; in pcm512x_i2c_probe() local
Des8328.c66 struct regmap *regmap; member
627 struct regmap *regmap = dev_get_regmap(codec->dev, NULL); in es8328_resume() local
731 int es8328_probe(struct device *dev, struct regmap *regmap) in es8328_probe()
Dsigmadsp-regmap.c41 struct regmap *regmap, const struct sigmadsp_ops *ops, in devm_sigmadsp_init_regmap()
Dmax9877.c23 static struct regmap *regmap; variable
Dcs42xx8.c42 struct regmap *regmap; member
436 int cs42xx8_probe(struct device *dev, struct regmap *regmap) in cs42xx8_probe()
Dts3a227e.c26 struct regmap *regmap; member
190 struct regmap *regmap = ts3a227e->regmap; in ts3a227e_interrupt() local
Dsirf-audio-codec.c30 struct regmap *regmap; member
107 static void enable_and_reset_codec(struct regmap *regmap, in enable_and_reset_codec()
Dssm2602.c45 struct regmap *regmap; member
629 struct regmap *regmap) in ssm2602_probe()
Dad1980.c238 struct regmap *regmap; in ad1980_soc_probe() local
Dwm8750.c746 struct regmap *regmap; in wm8750_spi_probe() local
795 struct regmap *regmap; in wm8750_i2c_probe() local
Dlm4857.c27 struct regmap *regmap; member
Dmax9768.c32 struct regmap *regmap; member
Dtfa9879.c25 struct regmap *regmap; member
Dwm8804.c64 struct regmap *regmap; member
567 int wm8804_probe(struct device *dev, struct regmap *regmap) in wm8804_probe()
Dtlv320aic23.c191 struct regmap *regmap; member
595 int tlv320aic23_probe(struct device *dev, struct regmap *regmap) in tlv320aic23_probe()
Dpcm512x.c44 struct regmap *regmap; member
573 struct regmap *regmap = pcm512x->regmap; in pcm512x_dai_startup_slave() local
1386 int pcm512x_probe(struct device *dev, struct regmap *regmap) in pcm512x_probe()
Dwm8728.c48 struct regmap *regmap; member
Dmax9850.c31 struct regmap *regmap; member
Dak4671.c637 struct regmap *regmap; in ak4671_i2c_probe() local
Dak4642.c529 struct regmap *regmap = dev_get_regmap(codec->dev, NULL); in ak4642_resume() local
593 struct regmap *regmap; in ak4642_i2c_probe() local
Dpcm1792a.c74 struct regmap *regmap; member
Dwm9090.c78 struct regmap *regmap; member
Dwm_adsp.h41 struct regmap *regmap; member
Dwm8997.c89 struct regmap *regmap = arizona->regmap; in wm8997_sysclk_ev() local
Dwm5110.c139 struct regmap *regmap = arizona->regmap; in wm5110_sysclk_ev() local
Dadau1781.c480 int adau1781_probe(struct device *dev, struct regmap *regmap, in adau1781_probe()
Dak4535.c33 struct regmap *regmap; member
Dad1836.c35 struct regmap *regmap; member
Dak4104.c50 struct regmap *regmap; member
Dcs35l32.c46 struct regmap *regmap; member
Dpcm1681.c83 struct regmap *regmap; member
Dcs4271.c164 struct regmap *regmap; member
656 int cs4271_probe(struct device *dev, struct regmap *regmap) in cs4271_probe()
Dwm8776.c41 struct regmap *regmap; member
Dwm8523.c43 struct regmap *regmap; member
Dwm5102.c586 struct regmap *regmap = arizona->regmap; in wm5102_sysclk_ev() local
Dml26124.c49 struct regmap *regmap; member
Dadau17x1.h46 struct regmap *regmap; member
Dwm8770.c84 struct regmap *regmap; member
Dcs4265.c35 struct regmap *regmap; member
Dtlv320aic26.c32 struct regmap *regmap; member
Dlm49453.c190 struct regmap *regmap; member
Dsta529.c113 struct regmap *regmap; member
Dadau1977.c112 struct regmap *regmap; member
907 int adau1977_probe(struct device *dev, struct regmap *regmap, in adau1977_probe()
Dwm_adsp.c527 struct regmap *regmap = dsp->regmap; in wm_adsp_load() local
881 struct regmap *regmap = dsp->regmap; in wm_adsp_setup_algs() local
1177 struct regmap *regmap = dsp->regmap; in wm_adsp_load_coeff() local
Dcs42l51.c524 int cs42l51_probe(struct device *dev, struct regmap *regmap) in cs42l51_probe()
Dwm8711.c36 struct regmap *regmap; member
Dtas2552.c73 struct regmap *regmap; member
Dwm8974.c610 struct regmap *regmap; in wm8974_i2c_probe() local
Dak4641.c34 struct regmap *regmap; member
Dadav80x.c143 struct regmap *regmap; member
844 int adav80x_bus_probe(struct device *dev, struct regmap *regmap) in adav80x_bus_probe()
Dwm8940.c44 struct regmap *regmap; member
Dwm8510.c113 struct regmap *regmap; member
Dwm8737.c44 struct regmap *regmap; member
Dwm8971.c38 struct regmap *regmap; member
Dadau1761.c770 int adau1761_probe(struct device *dev, struct regmap *regmap, in adau1761_probe()
Dwm8741.c44 struct regmap *regmap; member
Dwm8961.c109 struct regmap *regmap; member
/linux-4.1.27/include/linux/mfd/
Drt5033.h32 struct regmap *regmap; member
41 struct regmap *regmap; member
Dintel_soc_pmic.h26 struct regmap *regmap; member
Dhi6421-pmic.h38 struct regmap *regmap; member
Datmel-hlcdc.h78 struct regmap *regmap; member
Dsmsc.h33 struct regmap *regmap; member
Dlp3943.h105 struct regmap *regmap; member
Ddavinci_voicecodec.h112 struct regmap *regmap; member
Dlm3533.h28 struct regmap *regmap; member
Das3711.h79 struct regmap *regmap; member
/linux-4.1.27/drivers/clk/
Dclk-max-gen.c35 struct regmap *regmap; member
109 int max_gen_clk_probe(struct platform_device *pdev, struct regmap *regmap, in max_gen_clk_probe()
Dclk-axm5516.c31 struct regmap *regmap; member
545 struct regmap *regmap; in axmclk_probe() local
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-sti.c128 struct regmap *regmap; member
226 struct regmap *regmap = dwmac->regmap; in sti_dwmac_ctrl_init() local
282 struct regmap *regmap; in sti_dwmac_parse_data() local
/linux-4.1.27/drivers/bus/
Dvexpress-config.c87 struct regmap *regmap = res; in vexpress_config_devres_release() local
95 struct regmap *regmap; in devm_regmap_init_vexpress_config() local
/linux-4.1.27/drivers/rtc/
Drtc-isl12057.c83 struct regmap *regmap; member
144 static int isl12057_i2c_validate_chip(struct regmap *regmap) in isl12057_i2c_validate_chip()
435 static int isl12057_check_rtc_status(struct device *dev, struct regmap *regmap) in isl12057_check_rtc_status()
548 struct regmap *regmap; in isl12057_probe() local
Drtc-ab-b5ze-s3.c130 struct regmap *regmap; member
144 static int abb5zes3_i2c_validate_chip(struct regmap *regmap) in abb5zes3_i2c_validate_chip()
654 static inline int _abb5zes3_rtc_battery_low_irq_enable(struct regmap *regmap, in _abb5zes3_rtc_battery_low_irq_enable()
670 struct regmap *regmap = data->regmap; in abb5zes3_rtc_check_setup() local
894 struct regmap *regmap; in abb5zes3_probe() local
Drtc-max8907.c45 struct regmap *regmap; member
Drtc-pm8xxx.c66 struct regmap *regmap; member
Drtc-max77802.c67 struct regmap *regmap; member
/linux-4.1.27/drivers/misc/
Dbmp085-spi.c28 struct regmap *regmap; in bmp085_spi_probe() local
Dbmp085-i2c.c43 struct regmap *regmap = devm_regmap_init_i2c(client, in bmp085_i2c_probe() local
Dvexpress-syscfg.c50 struct regmap *regmap; member
227 static void vexpress_syscfg_regmap_exit(struct regmap *regmap, void *context) in vexpress_syscfg_regmap_exit()
Dbmp085.c78 struct regmap *regmap; member
442 int bmp085_probe(struct device *dev, struct regmap *regmap, int irq) in bmp085_probe()
/linux-4.1.27/drivers/iio/dac/
Dad5380.c58 struct regmap *regmap; member
369 static int ad5380_probe(struct device *dev, struct regmap *regmap, in ad5380_probe()
483 struct regmap *regmap; in ad5380_spi_probe() local
557 struct regmap *regmap; in ad5380_i2c_probe() local
/linux-4.1.27/drivers/pinctrl/berlin/
Dberlin-bg2cd.c180 struct regmap *regmap; in berlin2cd_pinctrl_probe() local
Dberlin-bg2q.c399 struct regmap *regmap; in berlin2q_pinctrl_probe() local
Dberlin-bg2.c237 struct regmap *regmap; in berlin2_pinctrl_probe() local
Dberlin.c29 struct regmap *regmap; member
299 struct regmap *regmap; in berlin_pinctrl_probe() local
/linux-4.1.27/drivers/pinctrl/mediatek/
Dpinctrl-mt8173.c118 static int spec_pull_set(struct regmap *regmap, unsigned int pin, in spec_pull_set()
225 static int spec_ies_smt_set(struct regmap *regmap, unsigned int pin, in spec_ies_smt_set()
Dpinctrl-mt8135.c241 static int spec_pull_set(struct regmap *regmap, unsigned int pin, in spec_pull_set()
/linux-4.1.27/drivers/staging/media/mn88473/
Dmn88473_priv.h29 struct regmap *regmap[3]; member
/linux-4.1.27/sound/soc/sirf/
Dsirf-audio-port.c13 struct regmap *regmap; member
Dsirf-usp.c20 struct regmap *regmap; member
/linux-4.1.27/drivers/usb/dwc3/
Ddwc3-st.c94 struct regmap *regmap; member
202 struct regmap *regmap; in st_dwc3_probe() local
/linux-4.1.27/arch/arm/mach-u300/
Dregulator.c61 struct regmap *regmap; in __u300_init_boardpower() local
/linux-4.1.27/drivers/pinctrl/
Dpinctrl-rockchip.c385 struct regmap *regmap; in rockchip_get_mux() local
439 struct regmap *regmap; in rockchip_set_mux() local
497 int pin_num, struct regmap **regmap, in rk2928_calc_pull_reg_and_bit()
517 int pin_num, struct regmap **regmap, in rk3188_calc_pull_reg_and_bit()
552 int pin_num, struct regmap **regmap, in rk3288_calc_pull_reg_and_bit()
587 int pin_num, struct regmap **regmap, in rk3288_calc_drv_reg_and_bit()
616 struct regmap *regmap; in rk3288_get_drive() local
637 struct regmap *regmap; in rk3288_set_drive() local
676 struct regmap *regmap; in rockchip_get_pull() local
725 struct regmap *regmap; in rockchip_set_pull() local
/linux-4.1.27/drivers/staging/media/mn88472/
Dmn88472_priv.h29 struct regmap *regmap[3]; member
/linux-4.1.27/drivers/staging/iio/magnetometer/
Dhmc5843.h45 struct regmap *regmap; member
/linux-4.1.27/drivers/power/reset/
Dbrcmstb-reboot.c34 static struct regmap *regmap; variable
Dst-poweroff.c22 struct regmap *regmap; member
Dvexpress-poweroff.c116 struct regmap *regmap; in vexpress_reset_probe() local
/linux-4.1.27/drivers/media/dvb-frontends/
Drtl2830_priv.h31 struct regmap *regmap; member
/linux-4.1.27/drivers/input/misc/
Dpmic8xxx-pwrkey.c87 struct regmap *regmap; in pmic8xxx_pwrkey_probe() local
Dpm8xxx-vibrator.c46 struct regmap *regmap; member
Dpm8941-pwrkey.c50 struct regmap *regmap; member
Ddrv2667.c111 struct regmap *regmap; member
/linux-4.1.27/sound/soc/sh/rcar/
Dgen.c29 struct regmap *regmap[RSND_BASE_MAX]; member
144 struct regmap *regmap; in _rsnd_gen_regmap_init() local
/linux-4.1.27/include/linux/mfd/da9150/
Dcore.h55 struct regmap *regmap; member
/linux-4.1.27/drivers/phy/
Dphy-stih407-usb.c38 struct regmap *regmap; member
Dphy-stih41x-usb.c52 struct regmap *regmap; member
Dphy-exynos-mipi-video.c46 struct regmap *regmap; member
/linux-4.1.27/include/linux/mfd/da9055/
Dcore.h42 struct regmap *regmap; member
/linux-4.1.27/drivers/thermal/st/
Dst_thermal_memmap.c63 struct regmap *regmap = sensor->regmap; in st_mmap_alloc_regfields() local
Dst_thermal.c31 struct regmap *regmap = sensor->regmap; in st_thermal_alloc_regfields() local
Dst_thermal.h88 struct regmap *regmap; member
/linux-4.1.27/drivers/leds/
Dleds-pm8941-wled.c79 struct regmap *regmap; member
383 struct regmap *regmap; in pm8941_wled_probe() local
/linux-4.1.27/sound/soc/tegra/
Dtegra30_ahub.c732 void tegra30_ahub_set_cif(struct regmap *regmap, unsigned int reg, in tegra30_ahub_set_cif()
764 void tegra124_ahub_set_cif(struct regmap *regmap, unsigned int reg, in tegra124_ahub_set_cif()
Dtegra20_das.h88 struct regmap *regmap; member
Dtegra20_ac97.h90 struct regmap *regmap; member
Dtegra20_i2s.h160 struct regmap *regmap; member
/linux-4.1.27/drivers/media/tuners/
Dtda18212.c27 struct regmap *regmap; member
Dit913x.c28 struct regmap *regmap; member
De4000_priv.h31 struct regmap *regmap; member
/linux-4.1.27/include/linux/mfd/mt6397/
Dcore.h56 struct regmap *regmap; member
/linux-4.1.27/drivers/iio/light/
Djsa1212.c130 struct regmap *regmap; member
325 struct regmap *regmap; in jsa1212_probe() local
/linux-4.1.27/drivers/irqchip/
Dirq-st.c43 struct regmap *regmap; member
/linux-4.1.27/include/linux/mfd/da9063/
Dcore.h85 struct regmap *regmap; member
/linux-4.1.27/drivers/gpu/drm/imx/
Ddw_hdmi-imx.c28 struct regmap *regmap; member
/linux-4.1.27/sound/soc/adi/
Daxi-spdif.c39 struct regmap *regmap; member
Daxi-i2s.c42 struct regmap *regmap; member
/linux-4.1.27/drivers/gpu/drm/rockchip/
Ddw_hdmi-rockchip.c29 struct regmap *regmap; member
/linux-4.1.27/drivers/pwm/
Dpwm-pca9685.c60 struct regmap *regmap; member
Dpwm-sti.c52 struct regmap *regmap; member
/linux-4.1.27/drivers/tty/serial/
Dsc16is7xx.c312 struct regmap *regmap; member
1044 struct regmap *regmap, int irq, unsigned long flags) in sc16is7xx_probe()
1212 struct regmap *regmap; in sc16is7xx_i2c_probe() local
Dmax310x.c270 struct regmap *regmap; member
1082 struct regmap *regmap, int irq, unsigned long flags) in max310x_probe()
1295 struct regmap *regmap; in max310x_spi_probe() local
/linux-4.1.27/drivers/media/i2c/
Dlm3646.c72 struct regmap *regmap; member
Dlm3560.c63 struct regmap *regmap; member
/linux-4.1.27/sound/soc/rockchip/
Drockchip_i2s.c35 struct regmap *regmap; member
/linux-4.1.27/drivers/watchdog/
Dimx2_wdt.c64 struct regmap *regmap; member
/linux-4.1.27/drivers/usb/misc/
Dusb3503.c59 struct regmap *regmap; member
/linux-4.1.27/arch/x86/kernel/
Dpmc_atom.c30 void __iomem *regmap; member
/linux-4.1.27/include/linux/mfd/wm8994/
Dcore.h66 struct regmap *regmap; member
/linux-4.1.27/drivers/input/keyboard/
Dcap11xx.c60 struct regmap *regmap; member
/linux-4.1.27/include/linux/regulator/
Ddriver.h336 struct regmap *regmap; member
374 struct regmap *regmap; member
/linux-4.1.27/sound/hda/
Dhdac_regmap.c344 struct regmap *regmap; in snd_hdac_regmap_init() local
/linux-4.1.27/include/linux/mfd/da9052/
Dda9052.h93 struct regmap *regmap; member
/linux-4.1.27/drivers/media/rc/
Dir-hix5hd2.c69 struct regmap *regmap; member
/linux-4.1.27/sound/pcmcia/pdaudiocf/
Dpdaudiocf.h92 unsigned short regmap[8]; member
/linux-4.1.27/drivers/gpio/
Dgpio-tc3589x.c143 static const u8 regmap[] = { in tc3589x_gpio_irq_sync_unlock() local

12