Searched refs:ch_tun (Results 1 – 3 of 3) sorted by relevance
224 ch->ch_tun.un_ch = ch; in dgnc_tty_init()225 ch->ch_tun.un_type = DGNC_SERIAL; in dgnc_tty_init()226 ch->ch_tun.un_dev = i; in dgnc_tty_init()242 init_waitqueue_head(&ch->ch_tun.un_flags_wait); in dgnc_tty_init()250 ch->ch_tun.un_sysfs = classp; in dgnc_tty_init()357 tp = ch->ch_tun.un_tty; in dgnc_input()378 !(ch->ch_tun.un_flags & UN_ISOPEN) || in dgnc_input()380 (ch->ch_tun.un_flags & UN_CLOSING)) { in dgnc_input()560 if (ch->ch_tun.un_open_count > 0) in dgnc_carrier()561 tty_hangup(ch->ch_tun.un_tty); in dgnc_carrier()[all …]
438 ch->ch_tun.un_flags |= (UN_EMPTY); in cls_copy_data_from_queue_to_uart()451 ch->ch_tun.un_flags |= (UN_EMPTY); in cls_copy_data_from_queue_to_uart()699 if (!(ch->ch_tun.un_flags & UN_ISOPEN) && in cls_param()703 baud = C_BAUD(ch->ch_tun.un_tty) & 0xff; in cls_param()
278 struct un_t ch_tun; member