Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
H A Dcontrolfb.c797 static void __init control_setup(char *options) in control_setup() function
1008 control_setup(option); in control_init()
/linux/sound/soc/sof/
H A Dsof-audio.h206 * @control_setup: Function pointer for setting up kcontrol IPC-specific data
226 int (*control_setup)(struct snd_sof_dev *sdev, struct snd_sof_control *scontrol); member
H A Dtopology.c2186 if (tplg_ops && tplg_ops->control_setup) in sof_complete()
2188 ret = tplg_ops->control_setup(sdev, scontrol); in sof_complete()
H A Dipc3-topology.c2713 .control_setup = sof_ipc3_control_setup,
H A Dipc4-topology.c3560 .control_setup = sof_ipc4_control_setup,