Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/dgnc/
Ddgnc_driver.h64 struct channel_t;
72 void (*uart_init)(struct channel_t *ch);
73 void (*uart_off)(struct channel_t *ch);
76 void (*assert_modem_signals)(struct channel_t *ch);
77 void (*flush_uart_write)(struct channel_t *ch);
78 void (*flush_uart_read)(struct channel_t *ch);
79 void (*disable_receiver)(struct channel_t *ch);
80 void (*enable_receiver)(struct channel_t *ch);
81 void (*send_break)(struct channel_t *ch, int msec);
82 void (*send_start_character)(struct channel_t *ch);
[all …]
Ddgnc_tty.h19 void dgnc_input(struct channel_t *ch);
20 void dgnc_carrier(struct channel_t *ch);
21 void dgnc_wakeup_writes(struct channel_t *ch);
22 void dgnc_check_queue_flow_control(struct channel_t *ch);
Ddgnc_cls.c20 static inline void cls_set_cts_flow_control(struct channel_t *ch) in cls_set_cts_flow_control()
61 static inline void cls_set_ixon_flow_control(struct channel_t *ch) in cls_set_ixon_flow_control()
106 static inline void cls_set_no_output_flow_control(struct channel_t *ch) in cls_set_no_output_flow_control()
149 static inline void cls_set_rts_flow_control(struct channel_t *ch) in cls_set_rts_flow_control()
187 static inline void cls_set_ixoff_flow_control(struct channel_t *ch) in cls_set_ixoff_flow_control()
228 static inline void cls_set_no_input_flow_control(struct channel_t *ch) in cls_set_no_input_flow_control()
272 static inline void cls_clear_break(struct channel_t *ch, int force) in cls_clear_break()
299 static void cls_copy_data_from_uart_to_queue(struct channel_t *ch) in cls_copy_data_from_uart_to_queue()
376 static void cls_assert_modem_signals(struct channel_t *ch) in cls_assert_modem_signals()
394 static void cls_copy_data_from_queue_to_uart(struct channel_t *ch) in cls_copy_data_from_queue_to_uart()
[all …]
Ddgnc_tty.c46 struct channel_t *ch);
63 static int dgnc_set_modem_info(struct channel_t *ch, unsigned int command,
65 static int dgnc_get_modem_info(struct channel_t *ch,
77 static void dgnc_set_signal_low(struct channel_t *ch, const unsigned char line);
197 struct channel_t *ch; in dgnc_tty_init()
299 static void dgnc_wmove(struct channel_t *ch, char *buf, uint n) in dgnc_wmove()
338 void dgnc_input(struct channel_t *ch) in dgnc_input()
495 void dgnc_carrier(struct channel_t *ch) in dgnc_carrier()
581 static void dgnc_set_custom_speed(struct channel_t *ch, uint newrate) in dgnc_set_custom_speed()
640 void dgnc_check_queue_flow_control(struct channel_t *ch) in dgnc_check_queue_flow_control()
[all …]