Searched refs:fifo_remove_data (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dspiceqxl_audio.c108 static inline void fifo_remove_data(struct fifo_data *f, unsigned char *dest, int len) function in typeref:typename:void
139 fifo_remove_data(f, (unsigned char *) in, len);
172 fifo_remove_data(f, (unsigned char *) data->spice_buffer, min(data->spice_buffer_bytes, f->len));
181 fifo_remove_data(f, NULL, min(data->spice_buffer_bytes, f->len));

Completed in 2 milliseconds