Lines Matching refs:jsm_channel

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()
558 static void neo_parse_modem(struct jsm_channel *ch, u8 signals) in neo_parse_modem()
606 static void neo_assert_modem_signals(struct jsm_channel *ch) in neo_assert_modem_signals()
622 static void neo_flush_uart_write(struct jsm_channel *ch) in neo_flush_uart_write()
654 static void neo_flush_uart_read(struct jsm_channel *ch) in neo_flush_uart_read()
681 static void neo_clear_break(struct jsm_channel *ch) in neo_clear_break()
708 struct jsm_channel *ch; in neo_parse_isr()
827 struct jsm_channel *ch; in neo_parse_lsr()
926 static void neo_param(struct jsm_channel *ch) in neo_param()
1081 struct jsm_channel *ch; in neo_intr()
1225 static void neo_disable_receiver(struct jsm_channel *ch) in neo_disable_receiver()
1241 static void neo_enable_receiver(struct jsm_channel *ch) in neo_enable_receiver()
1251 static void neo_send_start_character(struct jsm_channel *ch) in neo_send_start_character()
1265 static void neo_send_stop_character(struct jsm_channel *ch) in neo_send_stop_character()
1282 static void neo_uart_init(struct jsm_channel *ch) in neo_uart_init()
1303 static void neo_uart_off(struct jsm_channel *ch) in neo_uart_off()
1312 static u32 neo_get_uart_bytes_left(struct jsm_channel *ch) in neo_get_uart_bytes_left()
1332 static void neo_send_break(struct jsm_channel *ch) in neo_send_break()
1359 static void neo_send_immediate_char(struct jsm_channel *ch, unsigned char c) in neo_send_immediate_char()