Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/drivers/
H A Dhostaudio_kern.c20 struct hostmixer_state { struct
229 struct hostmixer_state *state = file->private_data; in hostmixer_ioctl_mixdev()
240 struct hostmixer_state *state; in hostmixer_open_mixdev()
248 state = kmalloc(sizeof(struct hostmixer_state), GFP_KERNEL); in hostmixer_open_mixdev()
278 struct hostmixer_state *state = file->private_data; in hostmixer_release()