• Home
  • Raw
  • Download

Lines Matching defs:ch

61 static void cls_set_cts_flow_control(struct jsm_channel *ch)  in cls_set_cts_flow_control()
102 static void cls_set_ixon_flow_control(struct jsm_channel *ch) in cls_set_ixon_flow_control()
147 static void cls_set_no_output_flow_control(struct jsm_channel *ch) in cls_set_no_output_flow_control()
190 static void cls_set_rts_flow_control(struct jsm_channel *ch) in cls_set_rts_flow_control()
228 static void cls_set_ixoff_flow_control(struct jsm_channel *ch) in cls_set_ixoff_flow_control()
269 static void cls_set_no_input_flow_control(struct jsm_channel *ch) in cls_set_no_input_flow_control()
314 static void cls_clear_break(struct jsm_channel *ch) in cls_clear_break()
334 static void cls_disable_receiver(struct jsm_channel *ch) in cls_disable_receiver()
342 static void cls_enable_receiver(struct jsm_channel *ch) in cls_enable_receiver()
351 static void cls_assert_modem_signals(struct jsm_channel *ch) in cls_assert_modem_signals()
359 static void cls_copy_data_from_uart_to_queue(struct jsm_channel *ch) in cls_copy_data_from_uart_to_queue()
458 static void cls_copy_data_from_queue_to_uart(struct jsm_channel *ch) in cls_copy_data_from_queue_to_uart()
510 static void cls_parse_modem(struct jsm_channel *ch, u8 signals) in cls_parse_modem()
564 struct jsm_channel *ch; in cls_parse_isr() local
616 static void cls_flush_uart_write(struct jsm_channel *ch) in cls_flush_uart_write()
642 static void cls_flush_uart_read(struct jsm_channel *ch) in cls_flush_uart_read()
661 static void cls_send_start_character(struct jsm_channel *ch) in cls_send_start_character()
672 static void cls_send_stop_character(struct jsm_channel *ch) in cls_send_stop_character()
687 static void cls_param(struct jsm_channel *ch) in cls_param()
868 static void cls_uart_init(struct jsm_channel *ch) in cls_uart_init()
907 static void cls_uart_off(struct jsm_channel *ch) in cls_uart_off()
919 static u32 cls_get_uart_bytes_left(struct jsm_channel *ch) in cls_get_uart_bytes_left()
941 static void cls_send_break(struct jsm_channel *ch) in cls_send_break()
959 static void cls_send_immediate_char(struct jsm_channel *ch, unsigned char c) in cls_send_immediate_char()