Searched refs:synth_remove (Results 1 – 4 of 4) sorted by relevance
73 void synth_remove(struct spk_synth *in_synth);
478 void synth_remove(struct spk_synth *in_synth) in synth_remove() function487 EXPORT_SYMBOL_GPL(synth_remove);
216 module_driver(__spk_synth, synth_add, synth_remove)
420 static int synth_remove(FsContext *ctx, const char *path) in synth_remove() function643 .remove = synth_remove,