Home
last modified time | relevance | path

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

/Linux-v5.10/arch/um/drivers/
Dhostaudio_kern.c20 struct hostmixer_state { struct
231 struct hostmixer_state *state = file->private_data; in hostmixer_ioctl_mixdev()
242 struct hostmixer_state *state; in hostmixer_open_mixdev()
250 state = kmalloc(sizeof(struct hostmixer_state), GFP_KERNEL); in hostmixer_open_mixdev()
280 struct hostmixer_state *state = file->private_data; in hostmixer_release()