Lines Matching defs:ch
52 static void cls_set_cts_flow_control(struct jsm_channel *ch) in cls_set_cts_flow_control()
93 static void cls_set_ixon_flow_control(struct jsm_channel *ch) in cls_set_ixon_flow_control()
138 static void cls_set_no_output_flow_control(struct jsm_channel *ch) in cls_set_no_output_flow_control()
181 static void cls_set_rts_flow_control(struct jsm_channel *ch) in cls_set_rts_flow_control()
219 static void cls_set_ixoff_flow_control(struct jsm_channel *ch) in cls_set_ixoff_flow_control()
260 static void cls_set_no_input_flow_control(struct jsm_channel *ch) in cls_set_no_input_flow_control()
305 static void cls_clear_break(struct jsm_channel *ch) in cls_clear_break()
325 static void cls_disable_receiver(struct jsm_channel *ch) in cls_disable_receiver()
333 static void cls_enable_receiver(struct jsm_channel *ch) in cls_enable_receiver()
342 static void cls_assert_modem_signals(struct jsm_channel *ch) in cls_assert_modem_signals()
350 static void cls_copy_data_from_uart_to_queue(struct jsm_channel *ch) in cls_copy_data_from_uart_to_queue()
444 static void cls_copy_data_from_queue_to_uart(struct jsm_channel *ch) in cls_copy_data_from_queue_to_uart()
483 static void cls_parse_modem(struct jsm_channel *ch, u8 signals) in cls_parse_modem()
537 struct jsm_channel *ch; in cls_parse_isr() local
589 static void cls_flush_uart_write(struct jsm_channel *ch) in cls_flush_uart_write()
615 static void cls_flush_uart_read(struct jsm_channel *ch) in cls_flush_uart_read()
634 static void cls_send_start_character(struct jsm_channel *ch) in cls_send_start_character()
645 static void cls_send_stop_character(struct jsm_channel *ch) in cls_send_stop_character()
660 static void cls_param(struct jsm_channel *ch) in cls_param()
821 static void cls_uart_init(struct jsm_channel *ch) in cls_uart_init()
860 static void cls_uart_off(struct jsm_channel *ch) in cls_uart_off()
872 static void cls_send_break(struct jsm_channel *ch) in cls_send_break()