Home
last modified time | relevance | path

Searched defs:serial_icounter_struct (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h73997 struct serial_icounter_struct { struct
73998 int cts;
73999 int dsr;
74000 int rng;
74001 int dcd;
74002 int rx;
74003 int tx;
74004 int frame;
74005 int overrun;
74006 int parity;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h28820 struct serial_icounter_struct { struct
28821 int cts;
28822 int dsr;
28823 int rng;
28824 int dcd;
28825 int rx;
28826 int tx;
28827 int frame;
28828 int overrun;
28829 int parity;
[all …]