Home
last modified time | relevance | path

Searched defs:hdlcdrv_channel_params (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dhdlcdrv.h17 struct hdlcdrv_channel_params { struct
18 int tx_delay;
19 int tx_tail;
43 struct hdlcdrv_channel_params cp; argument
/kernel/linux/linux-5.10/include/uapi/linux/
Dhdlcdrv.h26 struct hdlcdrv_channel_params { struct
27 int tx_delay; /* the transmitter keyup delay in 10ms units */
28 int tx_tail; /* the transmitter keyoff delay in 10ms units */
29 int slottime; /* the slottime in 10ms; usually 10 = 100ms */
30 int ppersist; /* the p-persistence 0..255 */
31 int fulldup; /* some driver do not support full duplex, setting */
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dhdlcdrv.h30 struct hdlcdrv_channel_params { struct
31 int tx_delay;
55 struct hdlcdrv_channel_params cp; argument