Home
last modified time | relevance | path

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

/external/libnl/lib/route/qdisc/
Dplug.c160 static struct rtnl_tc_ops plug_ops = { variable
169 rtnl_tc_register(&plug_ops); in plug_init()
174 rtnl_tc_unregister(&plug_ops); in plug_exit()
/external/tinyalsa_new/src/
Dpcm_io.h50 extern const struct pcm_ops plug_ops;
Dpcm.c724 ops = &plug_ops; in pcm_params_get()
1083 pcm->ops = &plug_ops; in pcm_open()
Dpcm_plugin.c771 const struct pcm_ops plug_ops = { variable
/external/tinyalsa/
Dpcm.c134 extern struct pcm_ops plug_ops;
621 ops = &plug_ops; in pcm_params_get()
926 pcm->ops = &plug_ops; in pcm_open()
Dpcm_plugin.c792 struct pcm_ops plug_ops = { variable