Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/dgnc/
Ddgnc_driver.h116 struct channel_t;
124 void (*uart_init)(struct channel_t *ch);
125 void (*uart_off)(struct channel_t *ch);
129 void (*assert_modem_signals)(struct channel_t *ch);
130 void (*flush_uart_write)(struct channel_t *ch);
131 void (*flush_uart_read)(struct channel_t *ch);
132 void (*disable_receiver)(struct channel_t *ch);
133 void (*enable_receiver)(struct channel_t *ch);
134 void (*send_break)(struct channel_t *ch, int);
135 void (*send_start_character)(struct channel_t *ch);
[all …]
Ddgnc_cls.c30 static inline void cls_clear_break(struct channel_t *ch, int force);
31 static inline void cls_set_cts_flow_control(struct channel_t *ch);
32 static inline void cls_set_rts_flow_control(struct channel_t *ch);
33 static inline void cls_set_ixon_flow_control(struct channel_t *ch);
34 static inline void cls_set_ixoff_flow_control(struct channel_t *ch);
35 static inline void cls_set_no_output_flow_control(struct channel_t *ch);
36 static inline void cls_set_no_input_flow_control(struct channel_t *ch);
37 static void cls_parse_modem(struct channel_t *ch, unsigned char signals);
40 static void cls_uart_init(struct channel_t *ch);
41 static void cls_uart_off(struct channel_t *ch);
[all …]
Ddgnc_neo.c31 static void neo_copy_data_from_uart_to_queue(struct channel_t *ch);
32 static inline void neo_clear_break(struct channel_t *ch, int force);
33 static inline void neo_set_cts_flow_control(struct channel_t *ch);
34 static inline void neo_set_rts_flow_control(struct channel_t *ch);
35 static inline void neo_set_ixon_flow_control(struct channel_t *ch);
36 static inline void neo_set_ixoff_flow_control(struct channel_t *ch);
37 static inline void neo_set_no_output_flow_control(struct channel_t *ch);
38 static inline void neo_set_no_input_flow_control(struct channel_t *ch);
39 static inline void neo_set_new_start_stop_chars(struct channel_t *ch);
40 static void neo_parse_modem(struct channel_t *ch, unsigned char signals);
[all …]
Ddgnc_tty.h29 void dgnc_input(struct channel_t *ch);
30 void dgnc_carrier(struct channel_t *ch);
31 void dgnc_wakeup_writes(struct channel_t *ch);
32 void dgnc_check_queue_flow_control(struct channel_t *ch);
Ddgnc_tty.c92 static int dgnc_block_til_ready(struct tty_struct *tty, struct file *file, struct channel_t *ch);
107 static int dgnc_get_modem_info(struct channel_t *ch, unsigned int __user *value);
294 struct channel_t *ch; in dgnc_tty_init()
443 static void dgnc_wmove(struct channel_t *ch, char *buf, uint n) in dgnc_wmove()
490 void dgnc_input(struct channel_t *ch) in dgnc_input()
668 void dgnc_carrier(struct channel_t *ch) in dgnc_carrier()
771 static void dgnc_set_custom_speed(struct channel_t *ch, uint newrate) in dgnc_set_custom_speed()
831 void dgnc_check_queue_flow_control(struct channel_t *ch) in dgnc_check_queue_flow_control()
908 void dgnc_wakeup_writes(struct channel_t *ch) in dgnc_wakeup_writes()
1011 struct channel_t *ch; in dgnc_tty_open()
[all …]
Ddgnc_sysfs.c372 struct channel_t *ch; in dgnc_tty_state_show()
397 struct channel_t *ch; in dgnc_tty_baud_show()
422 struct channel_t *ch; in dgnc_tty_msignals_show()
456 struct channel_t *ch; in dgnc_tty_iflag_show()
481 struct channel_t *ch; in dgnc_tty_cflag_show()
506 struct channel_t *ch; in dgnc_tty_oflag_show()
531 struct channel_t *ch; in dgnc_tty_lflag_show()
556 struct channel_t *ch; in dgnc_tty_digi_flag_show()
581 struct channel_t *ch; in dgnc_tty_rxcount_show()
606 struct channel_t *ch; in dgnc_tty_txcount_show()
[all …]
Ddgnc_sysfs.h23 struct channel_t;
Ddgnc_mgmt.c167 struct channel_t *ch; in dgnc_mgmt_ioctl()
/linux-4.1.27/drivers/staging/dgap/
Ddgap.c1360 static uint dgap_get_custom_baud(struct channel_t *ch) in dgap_get_custom_baud()
1438 static void dgap_parity_scan(struct channel_t *ch, unsigned char *cbuf, in dgap_parity_scan()
1518 static void dgap_input(struct channel_t *ch) in dgap_input()
1718 static void dgap_write_wakeup(struct board_t *bd, struct channel_t *ch, in dgap_write_wakeup()
1749 static void dgap_carrier(struct channel_t *ch) in dgap_carrier()
1868 struct channel_t *ch; in dgap_event()
2403 static void dgap_cmdb(struct channel_t *ch, u8 cmd, u8 byte1, in dgap_cmdb()
2489 static void dgap_cmdw(struct channel_t *ch, u8 cmd, u16 word, uint ncmds) in dgap_cmdw()
2572 static void dgap_cmdw_ext(struct channel_t *ch, u16 cmd, u16 word, uint ncmds) in dgap_cmdw_ext()
2665 static void dgap_wmove(struct channel_t *ch, char *buf, uint cnt) in dgap_wmove()
[all …]
Ddgap.h577 struct channel_t *channels[MAXPORTS]; /* array of pointers to our */
627 struct channel_t *un_ch;
959 struct channel_t { struct