Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dupd.c76 static struct upd_usage_entry upd_usage_roots[] = { variable
87 #define UPD_MAX_SENSORS (nitems(upd_usage_batdep) + nitems(upd_usage_roots))
163 for (i = 0; i < nitems(upd_usage_roots); i++) in upd_match()
165 upd_usage_roots + i, &item)) { in upd_match()
204 upd_attach_sensor_tree(sc, desc, size, nitems(upd_usage_roots), in upd_attach()
205 upd_usage_roots, &sc->sc_root_sensors); in upd_attach()