Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dsynclink.h91 #define HDLC_TXIDLE_FLAGS 0 macro
/linux-4.1.27/drivers/tty/
Dsynclink.c4296 info->idle_mode = HDLC_TXIDLE_FLAGS; in mgsl_allocate_device()
6175 case HDLC_TXIDLE_FLAGS: usc_idle_mode = IDLEMODE_FLAGS; break; in usc_set_txidle()
6200 case HDLC_TXIDLE_FLAGS: in usc_set_txidle()
Dsynclink_gt.c3616 info->idle_mode = HDLC_TXIDLE_FLAGS; in alloc_dev()
4525 case HDLC_TXIDLE_FLAGS: val = 0x7e; break; in tx_set_idle()
Dsynclinkmp.c3776 info->idle_mode = HDLC_TXIDLE_FLAGS; in alloc_dev()
4729 case HDLC_TXIDLE_FLAGS: RegValue = 0x7e; break; in tx_set_idle()
/linux-4.1.27/drivers/char/pcmcia/
Dsynclink_cs.c540 info->idle_mode = HDLC_TXIDLE_FLAGS; in mgslpc_probe()
3595 if (info->idle_mode == HDLC_TXIDLE_FLAGS) in tx_set_idle()