Searched refs:buff_in (Results 1 – 3 of 3) sorted by relevance
12 static u16 *buff_in = synth_buffer; variable50 if (buff_in >= buff_out) in synth_buffer_free()51 chars_free = SYNTH_BUF_SIZE - (buff_in - buff_out); in synth_buffer_free()53 chars_free = buff_out - buff_in; in synth_buffer_free()59 return (buff_in == buff_out); in synth_buffer_empty()77 *buff_in++ = ch; in synth_buffer_add()78 if (buff_in > buffer_end) in synth_buffer_add()79 buff_in = synth_buffer; in synth_buffer_add()90 if (buff_out == buff_in) in synth_buffer_getc()101 if (buff_out == buff_in) in synth_buffer_peek()[all …]
147 int buff_in; member365 uart->buff_in = 0; in snd_uart16550_do_open()584 unsigned short buff_in = uart->buff_in; in snd_uart16550_write_buffer() local586 uart->tx_buff[buff_in] = byte; in snd_uart16550_write_buffer()587 buff_in++; in snd_uart16550_write_buffer()588 buff_in &= TX_BUFF_MASK; in snd_uart16550_write_buffer()589 uart->buff_in = buff_in; in snd_uart16550_write_buffer()
1506 static s32 gt1x_ps_operate(void *self, u32 command, void *buff_in, s32 size_in, void *buff_out, s32… in gt1x_ps_operate() argument1515 if ((buff_in == NULL) || (size_in < sizeof(int))) { in gt1x_ps_operate()1523 if ((buff_in == NULL) || (size_in < sizeof(int))) { in gt1x_ps_operate()1527 value = *(int *)buff_in; in gt1x_ps_operate()