Searched refs:ch_equeue (Results 1 – 10 of 10) sorted by relevance
222 if (!channel->ch_equeue) { in jsm_tty_open()223 channel->ch_equeue = kzalloc(EQUEUESIZE, GFP_KERNEL); in jsm_tty_open()224 if (!channel->ch_equeue) { in jsm_tty_open()628 if (*(ch->ch_equeue +tail +i) & UART_LSR_BI) in jsm_input()630 else if (*(ch->ch_equeue +tail +i) & UART_LSR_PE) in jsm_input()632 else if (*(ch->ch_equeue +tail +i) & UART_LSR_FE) in jsm_input()
431 ch->ch_equeue[head] = linestatus & (UART_LSR_BI | UART_LSR_PE in cls_copy_data_from_uart_to_queue()437 if (ch->ch_equeue[head] & UART_LSR_PE) in cls_copy_data_from_uart_to_queue()439 if (ch->ch_equeue[head] & UART_LSR_BI) in cls_copy_data_from_uart_to_queue()441 if (ch->ch_equeue[head] & UART_LSR_FE) in cls_copy_data_from_uart_to_queue()
383 memset(ch->ch_equeue + head, 0, n); in neo_copy_data_from_uart_to_queue()455 ch->ch_rqueue[tail], ch->ch_equeue[tail]); in neo_copy_data_from_uart_to_queue()463 ch->ch_equeue[head] = (u8) linestatus; in neo_copy_data_from_uart_to_queue()466 ch->ch_rqueue[head], ch->ch_equeue[head]); in neo_copy_data_from_uart_to_queue()
234 u8 *ch_equeue; /* Our error queue buffer - malloc'ed */ member
297 kfree(brd->channels[i]->ch_equeue); in jsm_remove_one()
881 ch->ch_equeue[head] = linestatus & (UART_LSR_BI | UART_LSR_PE in cls_copy_data_from_uart_to_queue()887 if (ch->ch_equeue[head] & UART_LSR_PE) in cls_copy_data_from_uart_to_queue()889 if (ch->ch_equeue[head] & UART_LSR_BI) in cls_copy_data_from_uart_to_queue()891 if (ch->ch_equeue[head] & UART_LSR_FE) in cls_copy_data_from_uart_to_queue()
351 unsigned char *ch_equeue; /* Our error queue buffer - malloc'ed */ member
626 if (*(ch->ch_equeue + tail + i) & UART_LSR_BI) in dgnc_input()628 else if (*(ch->ch_equeue + tail + i) & UART_LSR_PE) in dgnc_input()630 else if (*(ch->ch_equeue + tail + i) & UART_LSR_FE) in dgnc_input()1129 if (!ch->ch_equeue) in dgnc_tty_open()1130 ch->ch_equeue = kzalloc(EQUEUESIZE, GFP_KERNEL); in dgnc_tty_open()
351 kfree(brd->channels[i]->ch_equeue); in dgnc_cleanup_board()
1210 memset(ch->ch_equeue + head, 0, n); in neo_copy_data_from_uart_to_queue()1288 ch->ch_equeue[head] = (unsigned char) linestatus; in neo_copy_data_from_uart_to_queue()