Searched defs:c_devinfo (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/sys/dev/sound/pci/ |
H A D | emu10kx-pcm.c | 737 emupchan_free(kobj_t obj __unused, void *c_devinfo) in emupchan_free() 750 emupchan_setformat(kobj_t obj __unused, void *c_devinfo, uint32_t format) in emupchan_setformat() 759 emupchan_setspeed(kobj_t obj __unused, void *c_devinfo, uint32_t speed) in emupchan_setspeed() 768 emupchan_setblocksize(kobj_t obj __unused, void *c_devinfo, uint32_t blocksize) in emupchan_setblocksize() 783 emupchan_trigger(kobj_t obj __unused, void *c_devinfo, int go) in emupchan_trigger() 810 emupchan_getptr(kobj_t obj __unused, void *c_devinfo) in emupchan_getptr() 889 emurchan_free(kobj_t obj __unused, void *c_devinfo) in emurchan_free() 899 emurchan_setformat(kobj_t obj __unused, void *c_devinfo, uint32_t format) in emurchan_setformat() 908 emurchan_setspeed(kobj_t obj __unused, void *c_devinfo, uint32_t speed) in emurchan_setspeed() 922 emurchan_setblocksize(kobj_t obj __unused, void *c_devinfo, uint32_t blocksize) in emurchan_setblocksize() [all …]
|