Home
last modified time | relevance | path

Searched refs:N_CAIF (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dtty.h31 #define N_CAIF 20 /* CAIF protocol for talking to modems */ macro
/openbmc/linux/drivers/net/caif/
H A Dcaif_serial.c27 MODULE_ALIAS_LDISC(N_CAIF);
383 .num = N_CAIF,
435 pr_err("cannot register CAIF ldisc=%d err=%d\n", N_CAIF, ret); in caif_ser_init()
H A DKconfig20 identified as N_CAIF. When this ldisc is opened from user space
/openbmc/linux/Documentation/networking/caif/
H A Dcaif.rst37 To achieve this we need to install the N_CAIF ldisc from user space.