Searched refs:N_CAIF (Results 1 – 4 of 4) sorted by relevance
27 MODULE_ALIAS_LDISC(N_CAIF);405 result = tty_register_ldisc(N_CAIF, &caif_ldisc); in register_ldisc()407 pr_err("cannot register CAIF ldisc=%d err=%d\n", N_CAIF, in register_ldisc()467 tty_unregister_ldisc(N_CAIF); in caif_ser_exit()
13 identified as N_CAIF. When this ldisc is opened from user space
33 #define N_CAIF 20 /* CAIF protocol for talking to modems */ macro
26 To achieve this we need to install the N_CAIF ldisc from user space.