Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/jsm/
Djsm_neo.c70 ch->ch_t_tlevel = 8; in neo_set_cts_flow_control()
178 ch->ch_t_tlevel = 8; in neo_set_ixoff_flow_control()
221 ch->ch_t_tlevel = 16; in neo_set_no_input_flow_control()
259 ch->ch_t_tlevel = 16; in neo_set_no_output_flow_control()
533 n = UART_17158_TX_FIFOSIZE - ch->ch_t_tlevel; in neo_copy_data_from_queue_to_uart()
562 if (len_written >= ch->ch_t_tlevel) in neo_copy_data_from_queue_to_uart()
Djsm_cls.c99 ch->ch_t_tlevel = 16; in cls_set_cts_flow_control()
186 ch->ch_t_tlevel = 16; in cls_set_no_output_flow_control()
303 ch->ch_t_tlevel = 16; in cls_set_no_input_flow_control()
503 if (len_written > ch->ch_t_tlevel) in cls_copy_data_from_queue_to_uart()
Djsm.h242 u8 ch_t_tlevel; /* Transmit Trigger level */ member
/linux-4.1.27/drivers/staging/dgnc/
Ddgnc_neo.c127 ch->ch_t_tlevel = 8; in neo_set_cts_flow_control()
238 ch->ch_t_tlevel = 8; in neo_set_ixoff_flow_control()
282 ch->ch_t_tlevel = 16; in neo_set_no_input_flow_control()
320 ch->ch_t_tlevel = 16; in neo_set_no_output_flow_control()
1485 if ((unsigned int) n > ch->ch_t_tlevel) in neo_copy_data_from_queue_to_uart()
1488 n = UART_17158_TX_FIFOSIZE - ch->ch_t_tlevel; in neo_copy_data_from_queue_to_uart()
Ddgnc_driver.h363 unsigned char ch_t_tlevel; /* Transmit Trigger level */ member
Ddgnc_cls.c117 ch->ch_t_tlevel = 16; in cls_set_cts_flow_control()
206 ch->ch_t_tlevel = 16; in cls_set_no_output_flow_control()
326 ch->ch_t_tlevel = 16; in cls_set_no_input_flow_control()