Searched refs:c_devinfo (Results 1 – 1 of 1) sorted by relevance
736 emupchan_free(kobj_t obj __unused, void *c_devinfo) in emupchan_free() argument738 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() argument751 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() argument760 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() argument769 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() argument784 struct emu_pcm_pchinfo *ch = c_devinfo; in emupchan_trigger()[all …]