Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/jsm/
A Djsm.h98 struct jsm_channel;
105 void (*uart_init)(struct jsm_channel *ch);
106 void (*uart_off)(struct jsm_channel *ch);
107 void (*param)(struct jsm_channel *ch);
109 void (*flush_uart_write)(struct jsm_channel *ch);
110 void (*flush_uart_read)(struct jsm_channel *ch);
112 void (*enable_receiver)(struct jsm_channel *ch);
113 void (*send_break)(struct jsm_channel *ch);
114 void (*clear_break)(struct jsm_channel *ch);
192 struct jsm_channel { struct
[all …]
A Djsm_tty.c66 struct jsm_channel *channel = in jsm_tty_get_mctrl()
88 struct jsm_channel *channel = in jsm_tty_set_mctrl()
117 struct jsm_channel *channel; in jsm_tty_write()
125 struct jsm_channel *channel = in jsm_tty_start_tx()
138 struct jsm_channel *channel = in jsm_tty_stop_tx()
151 struct jsm_channel *channel = in jsm_tty_send_xchar()
167 struct jsm_channel *channel = in jsm_tty_stop_rx()
176 struct jsm_channel *channel = in jsm_tty_break()
192 struct jsm_channel *channel = in jsm_tty_open()
370 struct jsm_channel *ch; in jsm_tty_init()
[all …]
A Djsm_cls.c52 static void cls_set_cts_flow_control(struct jsm_channel *ch) in cls_set_cts_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()
553 struct jsm_channel *ch; in cls_parse_isr()
605 static void cls_flush_uart_write(struct jsm_channel *ch) in cls_flush_uart_write()
631 static void cls_flush_uart_read(struct jsm_channel *ch) in cls_flush_uart_read()
676 static void cls_param(struct jsm_channel *ch) in cls_param()
857 static void cls_uart_init(struct jsm_channel *ch) in cls_uart_init()
896 static void cls_uart_off(struct jsm_channel *ch) in cls_uart_off()
[all …]
A Djsm_neo.c35 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()
653 static void neo_flush_uart_read(struct jsm_channel *ch) in neo_flush_uart_read()
680 static void neo_clear_break(struct jsm_channel *ch) in neo_clear_break()
707 struct jsm_channel *ch; in neo_parse_isr()
826 struct jsm_channel *ch; in neo_parse_lsr()
925 static void neo_param(struct jsm_channel *ch) in neo_param()
1100 struct jsm_channel *ch; in neo_intr()
1301 static void neo_uart_init(struct jsm_channel *ch) in neo_uart_init()
1322 static void neo_uart_off(struct jsm_channel *ch) in neo_uart_off()
[all …]

Completed in 11 milliseconds