Home
last modified time | relevance | path

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

/linux-6.1.9/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()
135 struct hostaudio_state *state = file->private_data; in hostaudio_ioctl()
177 struct hostaudio_state *state; in hostaudio_open()
187 state = kmalloc(sizeof(struct hostaudio_state), GFP_KERNEL); in hostaudio_open()
213 struct hostaudio_state *state = file->private_data; in hostaudio_release()