Searched defs:onewire_softc (Results 1 – 1 of 1) sorted by relevance
44 struct onewire_softc { struct45 struct device sc_dev;47 struct onewire_bus * sc_bus;48 struct rwlock sc_lock;72 void onewire_scan(struct onewire_softc *); argument