Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/
H A Demu10kx-pcm.c736 emupchan_free(kobj_t obj __unused, void *c_devinfo) in emupchan_free() argument
738 struct emu_pcm_pchinfo *ch = c_devinfo; in emupchan_free()
749 emupchan_setformat(kobj_t obj __unused, void *c_devinfo, uint32_t format) in emupchan_setformat() argument
751 struct emu_pcm_pchinfo *ch = c_devinfo; in emupchan_setformat()
758 emupchan_setspeed(kobj_t obj __unused, void *c_devinfo, uint32_t speed) in emupchan_setspeed() argument
760 struct emu_pcm_pchinfo *ch = c_devinfo; in emupchan_setspeed()
767 emupchan_setblocksize(kobj_t obj __unused, void *c_devinfo, uint32_t blocksize) in emupchan_setblocksize() argument
769 struct emu_pcm_pchinfo *ch = c_devinfo; in emupchan_setblocksize()
782 emupchan_trigger(kobj_t obj __unused, void *c_devinfo, int go) in emupchan_trigger() argument
784 struct emu_pcm_pchinfo *ch = c_devinfo; in emupchan_trigger()
[all …]