Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dpcm512x.c36 struct notifier_block supply_nb[PCM512x_NUM_SUPPLIES]; member
63 supply_nb[n]); \
1566 pcm512x->supply_nb[0].notifier_call = pcm512x_regulator_event_0; in pcm512x_probe()
1567 pcm512x->supply_nb[1].notifier_call = pcm512x_regulator_event_1; in pcm512x_probe()
1568 pcm512x->supply_nb[2].notifier_call = pcm512x_regulator_event_2; in pcm512x_probe()
1573 &pcm512x->supply_nb[i]); in pcm512x_probe()