Home
last modified time | relevance | path

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

/linux-4.4.14/arch/um/drivers/
Dhostaudio_kern.c16 struct hostaudio_state { struct
73 struct hostaudio_state *state = file->private_data; in hostaudio_read()
100 struct hostaudio_state *state = file->private_data; in hostaudio_write()
141 struct hostaudio_state *state = file->private_data; in hostaudio_ioctl()
183 struct hostaudio_state *state; in hostaudio_open()
193 state = kmalloc(sizeof(struct hostaudio_state), GFP_KERNEL); in hostaudio_open()
219 struct hostaudio_state *state = file->private_data; in hostaudio_release()