Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/jsm/
H 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 …]
H 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 …]
H 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()
551 struct jsm_channel *ch; in cls_parse_isr()
603 static void cls_flush_uart_write(struct jsm_channel *ch) in cls_flush_uart_write()
629 static void cls_flush_uart_read(struct jsm_channel *ch) in cls_flush_uart_read()
674 static void cls_param(struct jsm_channel *ch) in cls_param()
835 static void cls_uart_init(struct jsm_channel *ch) in cls_uart_init()
874 static void cls_uart_off(struct jsm_channel *ch) in cls_uart_off()
[all …]
H 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()
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()
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()
[all …]