Home
last modified time | relevance | path

Searched refs:HDLC_TXIDLE_FLAGS (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dsynclink.h91 #define HDLC_TXIDLE_FLAGS 0 macro
/linux-4.4.14/drivers/tty/
Dsynclink.c4286 info->idle_mode = HDLC_TXIDLE_FLAGS; in mgsl_allocate_device()
6166 case HDLC_TXIDLE_FLAGS: usc_idle_mode = IDLEMODE_FLAGS; break; in usc_set_txidle()
6191 case HDLC_TXIDLE_FLAGS: in usc_set_txidle()
Dsynclink_gt.c3610 info->idle_mode = HDLC_TXIDLE_FLAGS; in alloc_dev()
4520 case HDLC_TXIDLE_FLAGS: val = 0x7e; break; in tx_set_idle()
Dsynclinkmp.c3769 info->idle_mode = HDLC_TXIDLE_FLAGS; in alloc_dev()
4723 case HDLC_TXIDLE_FLAGS: RegValue = 0x7e; break; in tx_set_idle()
/linux-4.4.14/drivers/char/pcmcia/
Dsynclink_cs.c540 info->idle_mode = HDLC_TXIDLE_FLAGS; in mgslpc_probe()
3586 if (info->idle_mode == HDLC_TXIDLE_FLAGS) in tx_set_idle()