Home
last modified time | relevance | path

Searched refs:jsm_channel (Results 1 – 4 of 4) sorted by relevance

/drivers/tty/serial/jsm/
Djsm.h107 struct jsm_channel;
114 void (*uart_init)(struct jsm_channel *ch);
115 void (*uart_off)(struct jsm_channel *ch);
116 void (*param)(struct jsm_channel *ch);
117 void (*assert_modem_signals)(struct jsm_channel *ch);
118 void (*flush_uart_write)(struct jsm_channel *ch);
119 void (*flush_uart_read)(struct jsm_channel *ch);
120 void (*disable_receiver)(struct jsm_channel *ch);
121 void (*enable_receiver)(struct jsm_channel *ch);
122 void (*send_break)(struct jsm_channel *ch);
[all …]
Djsm_tty.c34 static void jsm_carrier(struct jsm_channel *ch);
36 static inline int jsm_get_mstat(struct jsm_channel *ch) in jsm_get_mstat()
75 struct jsm_channel *channel = in jsm_tty_get_mctrl()
76 container_of(port, struct jsm_channel, uart_port); in jsm_tty_get_mctrl()
97 struct jsm_channel *channel = in jsm_tty_set_mctrl()
98 container_of(port, struct jsm_channel, uart_port); in jsm_tty_set_mctrl()
126 struct jsm_channel *channel; in jsm_tty_write()
127 channel = container_of(port, struct jsm_channel, uart_port); in jsm_tty_write()
133 struct jsm_channel *channel = in jsm_tty_start_tx()
134 container_of(port, struct jsm_channel, uart_port); in jsm_tty_start_tx()
[all …]
Djsm_cls.c61 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()
[all …]
Djsm_neo.c44 static void neo_set_cts_flow_control(struct jsm_channel *ch) in neo_set_cts_flow_control()
75 static void neo_set_rts_flow_control(struct jsm_channel *ch) in neo_set_rts_flow_control()
115 static void neo_set_ixon_flow_control(struct jsm_channel *ch) in neo_set_ixon_flow_control()
152 static void neo_set_ixoff_flow_control(struct jsm_channel *ch) in neo_set_ixoff_flow_control()
190 static void neo_set_no_input_flow_control(struct jsm_channel *ch) in neo_set_no_input_flow_control()
229 static void neo_set_no_output_flow_control(struct jsm_channel *ch) in neo_set_no_output_flow_control()
267 static inline void neo_set_new_start_stop_chars(struct jsm_channel *ch) in neo_set_new_start_stop_chars()
284 static void neo_copy_data_from_uart_to_queue(struct jsm_channel *ch) in neo_copy_data_from_uart_to_queue()
486 static void neo_copy_data_from_queue_to_uart(struct jsm_channel *ch) in neo_copy_data_from_queue_to_uart()
569 static void neo_parse_modem(struct jsm_channel *ch, u8 signals) in neo_parse_modem()
[all …]