Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/usb/
H A Dudcf.c52 struct udcf_softc { struct
53 struct device sc_dev; /* base device */
77 int (*sc_signal)(struct udcf_softc *); argument
79 time_t sc_current; /* current time */
80 time_t sc_next; /* time to become valid next */
81 time_t sc_last;
82 int sc_nrecv; /* consecutive valid times */
83 struct timeval sc_last_tv; /* uptime of last valid time */
84 struct ksensor sc_sensor;
86 struct ksensor sc_skew; /* recv vs local skew */
[all …]