Lines Matching defs:ch
35 static void neo_set_cts_flow_control(struct jsm_channel *ch) in neo_set_cts_flow_control()
66 static void neo_set_rts_flow_control(struct jsm_channel *ch) in neo_set_rts_flow_control()
106 static void neo_set_ixon_flow_control(struct jsm_channel *ch) in neo_set_ixon_flow_control()
143 static void neo_set_ixoff_flow_control(struct jsm_channel *ch) in neo_set_ixoff_flow_control()
181 static void neo_set_no_input_flow_control(struct jsm_channel *ch) in neo_set_no_input_flow_control()
220 static void neo_set_no_output_flow_control(struct jsm_channel *ch) in neo_set_no_output_flow_control()
258 static inline void neo_set_new_start_stop_chars(struct jsm_channel *ch) in neo_set_new_start_stop_chars()
275 static void neo_copy_data_from_uart_to_queue(struct jsm_channel *ch) in neo_copy_data_from_uart_to_queue()
475 static void neo_copy_data_from_queue_to_uart(struct jsm_channel *ch) in neo_copy_data_from_queue_to_uart()
546 static void neo_parse_modem(struct jsm_channel *ch, u8 signals) in neo_parse_modem()
594 static void neo_assert_modem_signals(struct jsm_channel *ch) in neo_assert_modem_signals()
610 static void neo_flush_uart_write(struct jsm_channel *ch) in neo_flush_uart_write()
642 static void neo_flush_uart_read(struct jsm_channel *ch) in neo_flush_uart_read()
669 static void neo_clear_break(struct jsm_channel *ch) in neo_clear_break()
696 struct jsm_channel *ch; in neo_parse_isr() local
815 struct jsm_channel *ch; in neo_parse_lsr() local
914 static void neo_param(struct jsm_channel *ch) in neo_param()
1069 struct jsm_channel *ch; in neo_intr() local
1213 static void neo_disable_receiver(struct jsm_channel *ch) in neo_disable_receiver()
1229 static void neo_enable_receiver(struct jsm_channel *ch) in neo_enable_receiver()
1239 static void neo_send_start_character(struct jsm_channel *ch) in neo_send_start_character()
1253 static void neo_send_stop_character(struct jsm_channel *ch) in neo_send_stop_character()
1270 static void neo_uart_init(struct jsm_channel *ch) in neo_uart_init()
1291 static void neo_uart_off(struct jsm_channel *ch) in neo_uart_off()
1301 static void neo_send_break(struct jsm_channel *ch) in neo_send_break()