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