Home
last modified time | relevance | path

Searched refs:update_bits (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/power/reset/
H A Dep93xx-restart.c37 aux->update_bits(aux->map, aux->lock, EP93XX_SYSCON_DEVCFG, in ep93xx_restart_handle()
39 aux->update_bits(aux->map, aux->lock, EP93XX_SYSCON_DEVCFG, in ep93xx_restart_handle()
53 if (!rdev->update_bits) in ep93xx_reboot_probe()
/linux/drivers/soc/qcom/
H A Dsmem_state.c53 if (!state->ops.update_bits) in qcom_smem_state_update_bits()
56 return state->ops.update_bits(state->priv, mask, value); in qcom_smem_state_update_bits()
H A Dsmp2p.c434 .update_bits = smp2p_update_bits,
/linux/include/linux/soc/qcom/
H A Dsmem_state.h11 int (*update_bits)(void *, u32, u32); member
/linux/include/sound/
H A Dtas2781.h234 int (*update_bits)(struct tasdevice_priv *tas_priv, member
/linux/drivers/soc/cirrus/
H A Dsoc-ep93xx.c103 rdev->update_bits = ep93xx_regmap_update_bits; in ep93xx_adev_alloc()
/linux/sound/soc/codecs/
H A Dtas2781-comlib-i2c.c183 tas_priv->update_bits = tasdevice_dev_update_bits; in tasdevice_init()
H A Dtas2781-fmwlib.c909 rc = tas_priv->update_bits(tas_priv, chn, in tasdevice_process_block()
918 "%s: update_bits error = %d\n", in tasdevice_process_block()
/linux/drivers/pinctrl/
H A Dpinctrl-ep93xx.c51 aux->update_bits(aux->map, aux->lock, reg, mask, val); in ep93xx_pinctrl_update_bits()
/linux/sound/hda/codecs/side-codecs/
H A Dtas2781_hda_spi.c234 tas_priv->update_bits = tasdevice_spi_dev_update_bits; in tasdevice_spi_init()