/linux-4.4.14/drivers/base/regmap/ |
D | internal.h | 51 struct regmap { struct 59 regmap_lock lock; argument 60 regmap_unlock unlock; argument 66 struct regmap_format format; /* Buffer format */ argument 67 const struct regmap_bus *bus; argument 68 void *bus_context; 69 const char *name; 71 bool async; 95 const struct regmap_access_table *wr_table; argument 96 const struct regmap_access_table *rd_table; argument [all …]
|
/linux-4.4.14/drivers/acpi/pmic/ |
D | intel_pmic_crc.c | 91 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()
|
D | intel_pmic_xpower.c | 152 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()
|
D | intel_pmic.c | 28 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.4.14/sound/soc/fsl/ |
D | fsl_spdif.c | 98 struct regmap *regmap; member 118 struct regmap *regmap = spdif_priv->regmap; in spdif_irq_dpll_lock() local 134 struct regmap *regmap = spdif_priv->regmap; in spdif_irq_sym_error() local 148 struct regmap *regmap = spdif_priv->regmap; in spdif_irq_uqrx_full() local 203 struct regmap *regmap = spdif_priv->regmap; in spdif_irq_uq_err() local 222 struct regmap *regmap = spdif_priv->regmap; in spdif_intr_status_clear() local 302 struct regmap *regmap = spdif_priv->regmap; in spdif_softreset() local 337 struct regmap *regmap = spdif_priv->regmap; in spdif_write_channel_status() local 358 struct regmap *regmap = spdif_priv->regmap; in spdif_set_rx_clksrc() local 377 struct regmap *regmap = spdif_priv->regmap; in spdif_set_sample_rate() local [all …]
|
/linux-4.4.14/drivers/hwmon/ |
D | tmp103.c | 69 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
|
D | ltc2945.c | 78 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
|
D | ltc4260.c | 48 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
|
D | ltc4222.c | 58 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
|
D | emc1403.c | 41 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
|
D | ads7828.c | 51 struct regmap *regmap; member
|
/linux-4.4.14/drivers/video/backlight/ |
D | sky81452-backlight.c | 63 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
|
D | pm8941-wled.c | 83 struct regmap *regmap; member 378 struct regmap *regmap; in pm8941_wled_probe() local
|
D | lm3639_bl.c | 43 struct regmap *regmap; member
|
/linux-4.4.14/sound/soc/codecs/ |
D | nau8825.c | 528 struct regmap *regmap = nau8825->regmap; in nau8825_enable_jack_detect() local 547 static bool nau8825_is_jack_inserted(struct regmap *regmap) in nau8825_is_jack_inserted() 555 static void nau8825_restart_jack_detection(struct regmap *regmap) in nau8825_restart_jack_detection() 570 struct regmap *regmap = nau8825->regmap; in nau8825_eject_jack() local 606 struct regmap *regmap = nau8825->regmap; in nau8825_jack_insert() local 676 struct regmap *regmap = nau8825->regmap; in nau8825_interrupt() local 730 struct regmap *regmap = nau8825->regmap; in nau8825_setup_buttons() local 769 struct regmap *regmap = nau8825->regmap; in nau8825_init_regs() local 976 struct regmap *regmap = nau8825->regmap; in nau8825_configure_sysclk() local 1097 static void nau8825_reset_chip(struct regmap *regmap) in nau8825_reset_chip() [all …]
|
D | jz4740.c | 78 struct regmap *regmap; member 227 static void jz4740_codec_wakeup(struct regmap *regmap) in jz4740_codec_wakeup() 243 struct regmap *regmap = jz4740_codec->regmap; in jz4740_codec_set_bias_level() local
|
D | wm8804-spi.c | 21 struct regmap *regmap; in wm8804_spi_probe() local
|
D | tlv320aic23-spi.c | 24 struct regmap *regmap; in aic23_spi_probe() local
|
D | wm8804-i2c.c | 22 struct regmap *regmap; in wm8804_i2c_probe() local
|
D | pcm512x-spi.c | 25 struct regmap *regmap; in pcm512x_spi_probe() local
|
D | tlv320aic23-i2c.c | 25 struct regmap *regmap; in tlv320aic23_i2c_probe() local
|
D | pcm512x-i2c.c | 26 struct regmap *regmap; in pcm512x_i2c_probe() local
|
D | ad193x.c | 25 struct regmap *regmap; member 426 int ad193x_probe(struct device *dev, struct regmap *regmap, in ad193x_probe()
|
D | es8328.c | 66 struct regmap *regmap; member 626 struct regmap *regmap = dev_get_regmap(codec->dev, NULL); in es8328_resume() local 730 int es8328_probe(struct device *dev, struct regmap *regmap) in es8328_probe()
|
D | max9877.c | 144 struct regmap *regmap; in max9877_i2c_probe() local
|
D | sigmadsp-regmap.c | 41 struct regmap *regmap, const struct sigmadsp_ops *ops, in devm_sigmadsp_init_regmap()
|
D | lm4857.c | 126 struct regmap *regmap; in lm4857_i2c_probe() local
|
D | sti-sas.c | 77 struct regmap *regmap; member 85 struct regmap *regmap; member 93 const struct regmap_config *regmap; member
|
D | cs42xx8.c | 42 struct regmap *regmap; member 436 int cs42xx8_probe(struct device *dev, struct regmap *regmap) in cs42xx8_probe()
|
D | sirf-audio-codec.c | 30 struct regmap *regmap; member 107 static void enable_and_reset_codec(struct regmap *regmap, in enable_and_reset_codec()
|
D | ssm2602.c | 45 struct regmap *regmap; member 627 struct regmap *regmap) in ssm2602_probe()
|
D | ts3a227e.c | 27 struct regmap *regmap; member 192 struct regmap *regmap = ts3a227e->regmap; in ts3a227e_interrupt() local
|
D | wm8750.c | 745 struct regmap *regmap; in wm8750_spi_probe() local 793 struct regmap *regmap; in wm8750_i2c_probe() local
|
D | ad1980.c | 238 struct regmap *regmap; in ad1980_soc_probe() local
|
D | ak4613.c | 417 struct regmap *regmap = dev_get_regmap(codec->dev, NULL); in ak4613_resume() local 440 struct regmap *regmap; in ak4613_i2c_probe() local
|
D | max9768.c | 32 struct regmap *regmap; member
|
D | tfa9879.c | 25 struct regmap *regmap; member
|
D | tlv320aic23.c | 191 struct regmap *regmap; member 594 int tlv320aic23_probe(struct device *dev, struct regmap *regmap) in tlv320aic23_probe()
|
D | wm8804.c | 64 struct regmap *regmap; member 567 int wm8804_probe(struct device *dev, struct regmap *regmap) in wm8804_probe()
|
D | pcm512x.c | 44 struct regmap *regmap; member 573 struct regmap *regmap = pcm512x->regmap; in pcm512x_dai_startup_slave() local 1384 int pcm512x_probe(struct device *dev, struct regmap *regmap) in pcm512x_probe()
|
D | wm8728.c | 48 struct regmap *regmap; member
|
D | wm9090.c | 78 struct regmap *regmap; member
|
D | ak4671.c | 636 struct regmap *regmap; in ak4671_i2c_probe() local
|
D | max9850.c | 31 struct regmap *regmap; member
|
D | wm8997.c | 89 struct regmap *regmap = arizona->regmap; in wm8997_sysclk_ev() local
|
D | pcm1792a.c | 74 struct regmap *regmap; member
|
D | adau1781.c | 478 int adau1781_probe(struct device *dev, struct regmap *regmap, in adau1781_probe()
|
D | ad1836.c | 35 struct regmap *regmap; member
|
D | ak4535.c | 33 struct regmap *regmap; member
|
D | cs4349.c | 48 struct regmap *regmap; member
|
D | wm_adsp.h | 38 struct regmap *regmap; member
|
D | ak4104.c | 50 struct regmap *regmap; member
|
D | ak4642.c | 528 struct regmap *regmap = dev_get_regmap(codec->dev, NULL); in ak4642_resume() local 633 struct regmap *regmap; in ak4642_i2c_probe() local
|
D | cs35l32.c | 45 struct regmap *regmap; member
|
D | pcm1681.c | 83 struct regmap *regmap; member
|
D | cs4271.c | 164 struct regmap *regmap; member 656 int cs4271_probe(struct device *dev, struct regmap *regmap) in cs4271_probe()
|
D | wm8776.c | 41 struct regmap *regmap; member
|
D | lm49453.c | 190 struct regmap *regmap; member
|
D | adau17x1.h | 46 struct regmap *regmap; member
|
D | wm5102.c | 586 struct regmap *regmap = arizona->regmap; in wm5102_sysclk_ev() local
|
D | wm8770.c | 84 struct regmap *regmap; member
|
D | sta529.c | 113 struct regmap *regmap; member
|
D | cs4265.c | 35 struct regmap *regmap; member
|
D | tlv320aic26.c | 32 struct regmap *regmap; member
|
D | wm8523.c | 43 struct regmap *regmap; member
|
D | adau1977.c | 112 struct regmap *regmap; member 903 int adau1977_probe(struct device *dev, struct regmap *regmap, in adau1977_probe()
|
/linux-4.4.14/drivers/mfd/ |
D | syscon.c | 35 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
|
D | sky81452.c | 41 struct regmap *regmap; in sky81452_probe() local
|
D | twl-core.c | 154 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
|
D | mc13xxx.h | 33 struct regmap *regmap; member
|
D | qcom-spmi-pmic.c | 124 struct regmap *regmap; in pmic_spmi_probe() local
|
D | pm8921-core.c | 59 struct regmap *regmap; member 320 struct regmap *regmap; in pm8921_probe() local
|
D | sec-core.c | 342 const struct regmap_config *regmap; in sec_pmic_probe() local
|
D | retu-mfd.c | 42 struct regmap *regmap; member
|
/linux-4.4.14/drivers/iio/adc/ |
D | axp288_adc.c | 46 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()
|
/linux-4.4.14/drivers/input/misc/ |
D | pmic8xxx-pwrkey.c | 87 struct regmap *regmap; member 167 static int pm8058_disable_smps_locally_set_pull_down(struct regmap *regmap, in pm8058_disable_smps_locally_set_pull_down() 271 static int pm8058_disable_ldo_locally_set_pull_down(struct regmap *regmap, in pm8058_disable_ldo_locally_set_pull_down() 291 struct regmap *regmap = pwrkey->regmap; in pm8058_pwrkey_shutdown() local 330 struct regmap *regmap = pwrkey->regmap; in pm8921_pwrkey_shutdown() local 348 struct regmap *regmap; in pmic8xxx_pwrkey_probe() local
|
D | pm8xxx-vibrator.c | 46 struct regmap *regmap; member
|
D | pm8941-pwrkey.c | 50 struct regmap *regmap; member
|
D | da9063_onkey.c | 49 struct regmap *regmap; member
|
D | drv2665.c | 64 struct regmap *regmap; member
|
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/ |
D | atmel_hlcdc_layer.c | 90 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
|
D | atmel_hlcdc_crtc.c | 60 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.4.14/drivers/pinctrl/mediatek/ |
D | pinctrl-mt8127.c | 183 static int mt8127_spec_pull_set(struct regmap *regmap, unsigned int pin, in mt8127_spec_pull_set() 270 static int mt8127_ies_smt_set(struct regmap *regmap, unsigned int pin, in mt8127_ies_smt_set()
|
D | pinctrl-mt8173.c | 72 static int mt8173_spec_pull_set(struct regmap *regmap, unsigned int pin, in mt8173_spec_pull_set() 185 static int mt8173_ies_smt_set(struct regmap *regmap, unsigned int pin, in mt8173_ies_smt_set()
|
D | pinctrl-mt8135.c | 241 static int spec_pull_set(struct regmap *regmap, unsigned int pin, in spec_pull_set()
|
/linux-4.4.14/drivers/power/ |
D | max77693_charger.c | 42 static int max77693_get_charger_state(struct regmap *regmap, int *val) in max77693_get_charger_state() 83 static int max77693_get_charge_type(struct regmap *regmap, int *val) in max77693_get_charge_type() 135 static int max77693_get_battery_health(struct regmap *regmap, int *val) in max77693_get_battery_health() 178 static int max77693_get_present(struct regmap *regmap, int *val) in max77693_get_present() 196 static int max77693_get_online(struct regmap *regmap, int *val) in max77693_get_online() 225 struct regmap *regmap = chg->max77693->regmap; in max77693_charger_get_property() local
|
D | axp20x_usb_power.c | 45 struct regmap *regmap; member
|
/linux-4.4.14/drivers/clk/mediatek/ |
D | reset.c | 25 struct regmap *regmap; member 71 struct regmap *regmap; in mtk_register_reset_controller() local
|
D | clk-gate.h | 25 struct regmap *regmap; member
|
D | clk-gate.c | 103 struct regmap *regmap, in mtk_clk_register_gate()
|
D | clk-mtk.c | 104 struct regmap *regmap; in mtk_clk_register_gates() local
|
/linux-4.4.14/drivers/clk/qcom/ |
D | clk-pll.c | 232 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()
|
D | common.c | 92 const struct qcom_cc_desc *desc, struct regmap *regmap) in qcom_cc_really_probe() 161 struct regmap *regmap; in qcom_cc_probe() local
|
D | clk-regmap.h | 32 struct regmap *regmap; member
|
D | reset.h | 28 struct regmap *regmap; member
|
D | gdsc.h | 44 struct regmap *regmap; member
|
D | lcc-ipq806x.c | 439 struct regmap *regmap; in lcc_ipq806x_probe() local
|
D | lcc-msm8960.c | 545 struct regmap *regmap; in lcc_msm8960_probe() local
|
D | gdsc.c | 205 struct reset_controller_dev *rcdev, struct regmap *regmap) in gdsc_register()
|
/linux-4.4.14/drivers/pinctrl/berlin/ |
D | berlin.c | 30 struct regmap *regmap; member 297 struct regmap *regmap) in berlin_pinctrl_probe_regmap() 333 struct regmap *regmap = syscon_node_to_regmap(parent_np); in berlin_pinctrl_probe() local
|
D | berlin-bg4ct.c | 467 struct regmap *regmap; in berlin4ct_pinctrl_probe() local
|
/linux-4.4.14/include/linux/mfd/ |
D | rt5033.h | 32 struct regmap *regmap; member 41 struct regmap *regmap; member
|
D | intel_soc_pmic.h | 26 struct regmap *regmap; member
|
D | hi6421-pmic.h | 38 struct regmap *regmap; member
|
D | max77693-common.h | 35 struct regmap *regmap; member
|
D | tps6105x.h | 94 struct regmap *regmap; member
|
D | atmel-hlcdc.h | 78 struct regmap *regmap; member
|
D | smsc.h | 33 struct regmap *regmap; member
|
D | lp3943.h | 105 struct regmap *regmap; member
|
D | davinci_voicecodec.h | 112 struct regmap *regmap; member
|
D | lm3533.h | 28 struct regmap *regmap; member
|
D | as3711.h | 79 struct regmap *regmap; member
|
/linux-4.4.14/drivers/clk/ |
D | clk-max-gen.c | 37 struct regmap *regmap; member 111 int max_gen_clk_probe(struct platform_device *pdev, struct regmap *regmap, in max_gen_clk_probe()
|
D | clk-axm5516.c | 31 struct regmap *regmap; member 545 struct regmap *regmap; in axmclk_probe() local
|
/linux-4.4.14/drivers/bus/ |
D | vexpress-config.c | 87 struct regmap *regmap = res; in vexpress_config_devres_release() local 95 struct regmap *regmap; in devm_regmap_init_vexpress_config() local
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-isl12057.c | 83 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
|
D | rtc-ab-b5ze-s3.c | 130 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
|
D | rtc-max8907.c | 45 struct regmap *regmap; member
|
/linux-4.4.14/drivers/regulator/ |
D | arizona-ldo1.c | 68 struct regmap *regmap = ldo->arizona->regmap; in arizona_ldo1_hc_set_voltage_sel() local 94 struct regmap *regmap = ldo->arizona->regmap; in arizona_ldo1_hc_get_voltage_sel() local
|
D | mt6311-regulator.c | 107 struct regmap *regmap; in mt6311_i2c_probe() local
|
D | vexpress.c | 29 struct regmap *regmap; member
|
D | isl9305.c | 146 struct regmap *regmap; in isl9305_i2c_probe() local
|
D | da9210-regulator.c | 37 struct regmap *regmap; member
|
D | arizona-micsupp.c | 49 struct regmap *regmap = arizona->regmap; in arizona_micsupp_check_cp() local
|
D | max8649.c | 53 struct regmap *regmap; member
|
D | tps51632-regulator.c | 90 struct regmap *regmap; member
|
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-sti.c | 130 struct regmap *regmap; member 234 struct regmap *regmap = dwmac->regmap; in sti_dwmac_init() local 270 struct regmap *regmap; in sti_dwmac_parse_data() local
|
/linux-4.4.14/drivers/iio/dac/ |
D | ad5380.c | 58 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 556 struct regmap *regmap; in ad5380_i2c_probe() local
|
/linux-4.4.14/drivers/pinctrl/ |
D | pinctrl-rockchip.c | 389 struct regmap *regmap; in rockchip_get_mux() local 443 struct regmap *regmap; in rockchip_set_mux() local 501 int pin_num, struct regmap **regmap, in rk2928_calc_pull_reg_and_bit() 521 int pin_num, struct regmap **regmap, in rk3188_calc_pull_reg_and_bit() 556 int pin_num, struct regmap **regmap, in rk3288_calc_pull_reg_and_bit() 590 int pin_num, struct regmap **regmap, in rk3288_calc_drv_reg_and_bit() 621 int pin_num, struct regmap **regmap, in rk3368_calc_pull_reg_and_bit() 652 int pin_num, struct regmap **regmap, in rk3368_calc_drv_reg_and_bit() 686 struct regmap *regmap; in rockchip_get_drive_perpin() local 708 struct regmap *regmap; in rockchip_set_drive_perpin() local [all …]
|
/linux-4.4.14/drivers/iio/gyro/ |
D | bmg160_spi.c | 16 struct regmap *regmap; in bmg160_spi_probe() local
|
D | bmg160_i2c.c | 18 struct regmap *regmap; in bmg160_i2c_probe() local
|
/linux-4.4.14/drivers/misc/ |
D | bmp085-spi.c | 28 struct regmap *regmap; in bmp085_spi_probe() local
|
D | bmp085-i2c.c | 43 struct regmap *regmap = devm_regmap_init_i2c(client, in bmp085_i2c_probe() local
|
D | vexpress-syscfg.c | 50 struct regmap *regmap; member 227 static void vexpress_syscfg_regmap_exit(struct regmap *regmap, void *context) in vexpress_syscfg_regmap_exit()
|
D | qcom-coincell.c | 24 struct regmap *regmap; member
|
D | bmp085.c | 78 struct regmap *regmap; member 442 int bmp085_probe(struct device *dev, struct regmap *regmap, int irq) in bmp085_probe()
|
/linux-4.4.14/drivers/iio/accel/ |
D | bmc150-accel-spi.c | 36 struct regmap *regmap; in bmc150_accel_probe() local
|
D | bmc150-accel-i2c.c | 39 struct regmap *regmap; in bmc150_accel_probe() local
|
D | mxc4005.c | 66 struct regmap *regmap; member 429 struct regmap *regmap; in mxc4005_probe() local
|
/linux-4.4.14/drivers/media/tuners/ |
D | tua9001_priv.h | 32 struct regmap *regmap; member
|
D | tda18212.c | 27 struct regmap *regmap; member
|
D | it913x.c | 28 struct regmap *regmap; member
|
D | e4000_priv.h | 32 struct regmap *regmap; member
|
/linux-4.4.14/drivers/nvmem/ |
D | qfprom.c | 43 struct regmap *regmap; in qfprom_probe() local
|
D | imx-ocotp.c | 102 struct regmap *regmap; in imx_ocotp_probe() local
|
D | sunxi_sid.c | 104 struct regmap *regmap; in sunxi_sid_probe() local
|
D | rockchip-efuse.c | 127 struct regmap *regmap; in rockchip_efuse_probe() local
|
D | mxs-ocotp.c | 181 struct regmap *regmap; in mxs_ocotp_probe() local
|
D | vf610-ocotp.c | 250 struct regmap *regmap; in vf610_ocotp_probe() local
|
/linux-4.4.14/drivers/staging/media/mn88473/ |
D | mn88473_priv.h | 29 struct regmap *regmap[3]; member
|
/linux-4.4.14/sound/soc/sirf/ |
D | sirf-audio-port.c | 13 struct regmap *regmap; member
|
D | sirf-usp.c | 20 struct regmap *regmap; member
|
/linux-4.4.14/drivers/watchdog/ |
D | st_lpc_wdt.c | 48 struct regmap *regmap; member 187 struct regmap *regmap; in st_wdog_probe() local
|
D | imx2_wdt.c | 64 struct regmap *regmap; member
|
/linux-4.4.14/drivers/usb/dwc3/ |
D | dwc3-st.c | 94 struct regmap *regmap; member 199 struct regmap *regmap; in st_dwc3_probe() local
|
/linux-4.4.14/arch/arm/mach-u300/ |
D | regulator.c | 61 struct regmap *regmap; in __u300_init_boardpower() local
|
/linux-4.4.14/drivers/staging/media/mn88472/ |
D | mn88472_priv.h | 29 struct regmap *regmap[3]; member
|
/linux-4.4.14/include/linux/mfd/da9062/ |
D | core.h | 46 struct regmap *regmap; member
|
/linux-4.4.14/drivers/staging/iio/magnetometer/ |
D | hmc5843.h | 45 struct regmap *regmap; member
|
/linux-4.4.14/drivers/reset/ |
D | reset-berlin.c | 30 struct regmap *regmap; member
|
/linux-4.4.14/drivers/power/reset/ |
D | brcmstb-reboot.c | 34 static struct regmap *regmap; variable
|
D | st-poweroff.c | 22 struct regmap *regmap; member
|
D | vexpress-poweroff.c | 116 struct regmap *regmap; in vexpress_reset_probe() local
|
/linux-4.4.14/drivers/leds/ |
D | leds-tlc591xx.c | 57 struct regmap *regmap; member 77 tlc591xx_set_mode(struct regmap *regmap, u8 mode) in tlc591xx_set_mode()
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | rtl2830_priv.h | 31 struct regmap *regmap; member
|
D | m88ds3103_priv.h | 37 struct regmap *regmap; member
|
D | tda10071_priv.h | 32 struct regmap *regmap; member
|
/linux-4.4.14/drivers/hwspinlock/ |
D | qcom_hwspinlock.c | 87 struct regmap *regmap; in qcom_hwspinlock_probe() local
|
/linux-4.4.14/drivers/phy/ |
D | phy-stih407-usb.c | 38 struct regmap *regmap; member
|
D | phy-stih41x-usb.c | 52 struct regmap *regmap; member
|
D | phy-exynos-mipi-video.c | 46 struct regmap *regmap; member
|
/linux-4.4.14/sound/soc/sh/rcar/ |
D | gen.c | 30 struct regmap *regmap[RSND_BASE_MAX]; member 162 struct regmap *regmap; in _rsnd_gen_regmap_init() local
|
/linux-4.4.14/include/linux/mfd/da9055/ |
D | core.h | 42 struct regmap *regmap; member
|
/linux-4.4.14/drivers/thermal/st/ |
D | st_thermal_memmap.c | 63 struct regmap *regmap = sensor->regmap; in st_mmap_alloc_regfields() local
|
D | st_thermal.c | 31 struct regmap *regmap = sensor->regmap; in st_thermal_alloc_regfields() local
|
D | st_thermal.h | 88 struct regmap *regmap; member
|
/linux-4.4.14/drivers/pwm/ |
D | pwm-crc.c | 42 struct regmap *regmap; member
|
D | pwm-pca9685.c | 80 struct regmap *regmap; member
|
/linux-4.4.14/sound/soc/tegra/ |
D | tegra30_ahub.c | 686 void tegra30_ahub_set_cif(struct regmap *regmap, unsigned int reg, in tegra30_ahub_set_cif() 718 void tegra124_ahub_set_cif(struct regmap *regmap, unsigned int reg, in tegra124_ahub_set_cif()
|
D | tegra20_das.h | 88 struct regmap *regmap; member
|
D | tegra20_ac97.h | 90 struct regmap *regmap; member
|
/linux-4.4.14/include/linux/mfd/da9150/ |
D | core.h | 66 struct regmap *regmap; member
|
/linux-4.4.14/include/linux/mfd/mt6397/ |
D | core.h | 56 struct regmap *regmap; member
|
/linux-4.4.14/drivers/iio/light/ |
D | jsa1212.c | 130 struct regmap *regmap; member 325 struct regmap *regmap; in jsa1212_probe() local
|
D | rpr0521.c | 149 struct regmap *regmap; member 478 struct regmap *regmap; in rpr0521_probe() local
|
D | stk3310.c | 112 struct regmap *regmap; member 504 struct regmap *regmap; in stk3310_regmap_init() local
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | tsc200x-core.c | 86 struct regmap *regmap; member 454 struct regmap *regmap, in tsc200x_probe()
|
/linux-4.4.14/drivers/irqchip/ |
D | irq-st.c | 43 struct regmap *regmap; member
|
/linux-4.4.14/drivers/iio/magnetometer/ |
D | mmc35240.c | 128 struct regmap *regmap; member 493 struct regmap *regmap; in mmc35240_probe() local
|
/linux-4.4.14/drivers/gpu/drm/imx/ |
D | dw_hdmi-imx.c | 28 struct regmap *regmap; member
|
/linux-4.4.14/sound/soc/adi/ |
D | axi-spdif.c | 39 struct regmap *regmap; member
|
D | axi-i2s.c | 42 struct regmap *regmap; member
|
/linux-4.4.14/include/linux/mfd/da9063/ |
D | core.h | 86 struct regmap *regmap; member
|
/linux-4.4.14/drivers/gpu/drm/rockchip/ |
D | dw_hdmi-rockchip.c | 29 struct regmap *regmap; member
|
/linux-4.4.14/sound/soc/rockchip/ |
D | rockchip_spdif.c | 43 struct regmap *regmap; member
|
/linux-4.4.14/drivers/tty/serial/ |
D | sc16is7xx.c | 326 struct regmap *regmap; member 1135 struct regmap *regmap, int irq, unsigned long flags) in sc16is7xx_probe() 1308 struct regmap *regmap; in sc16is7xx_spi_probe() local 1379 struct regmap *regmap; in sc16is7xx_i2c_probe() local
|
/linux-4.4.14/drivers/media/i2c/ |
D | lm3646.c | 72 struct regmap *regmap; member
|
/linux-4.4.14/drivers/usb/misc/ |
D | usb3503.c | 59 struct regmap *regmap; member
|
/linux-4.4.14/drivers/clk/ti/ |
D | clk.c | 39 struct regmap *regmap; member
|
/linux-4.4.14/include/linux/mfd/wm8994/ |
D | core.h | 66 struct regmap *regmap; member
|