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