Searched defs:rsnd_mod_ops (Results 1 – 1 of 1) sorted by relevance
225 struct rsnd_mod_ops { struct226 char *name;227 struct dma_chan* (*dma_req)(struct rsnd_mod *mod);228 int (*probe)(struct rsnd_mod *mod,253 struct rsnd_mod_ops *ops; argument