Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/
H A Dsoc-dapm.c3449 struct snd_soc_dapm_update *pupdate = NULL; in snd_soc_dapm_put_volsw() local
3498 pupdate = &update; in snd_soc_dapm_put_volsw()
3500 ret = soc_dapm_mixer_update_power(card, kcontrol, pupdate, connect, rconnect); in snd_soc_dapm_put_volsw()
3567 struct snd_soc_dapm_update *pupdate = NULL; in snd_soc_dapm_put_enum_double() local
3595 pupdate = &update; in snd_soc_dapm_put_enum_double()
3597 ret = soc_dapm_mux_update_power(card, kcontrol, pupdate, item[0], e); in snd_soc_dapm_put_enum_double()
/linux-6.15/drivers/of/
H A Dunittest.c823 struct property *ppupdate, pupdate = { .name = "prop-update", .length = 5, .value = "abcd" }; in of_unittest_changeset() local
856 ppupdate = __of_prop_dup(&pupdate, GFP_KERNEL); in of_unittest_changeset()