Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/onewire/
H A Donewire.c44 struct onewire_softc { struct
45 struct device sc_dev;
47 struct onewire_bus * sc_bus;
48 struct rwlock sc_lock;
72 void onewire_scan(struct onewire_softc *); argument