Home
last modified time | relevance | path

Searched refs:pupdate (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/
H A Dsoc-dapm.c3470 struct snd_soc_dapm_update *pupdate = NULL; in snd_soc_dapm_put_volsw() local
3519 pupdate = &update; in snd_soc_dapm_put_volsw()
3521 ret = dapm_mixer_update_power(card, kcontrol, pupdate, connect, rconnect); in snd_soc_dapm_put_volsw()
3588 struct snd_soc_dapm_update *pupdate = NULL; in snd_soc_dapm_put_enum_double() local
3616 pupdate = &update; in snd_soc_dapm_put_enum_double()
3618 ret = dapm_mux_update_power(card, kcontrol, pupdate, item[0], e); in snd_soc_dapm_put_enum_double()
/linux/drivers/of/
H A Dunittest.c825 struct property *ppupdate, pupdate = { .name = "prop-update", .length = 5, .value = "abcd" }; in of_unittest_changeset() local
858 ppupdate = __of_prop_dup(&pupdate, GFP_KERNEL); in of_unittest_changeset()