HomeSort by: relevance | last modified time | path
    Searched defs:onewire_bbops (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/onewire/
onewirevar.h 79 struct onewire_bbops { struct
86 int onewire_bb_reset(const struct onewire_bbops *, void *);
87 int onewire_bb_read_bit(const struct onewire_bbops *, void *);
88 void onewire_bb_write_bit(const struct onewire_bbops *, void *, int);
onewirevar.h 79 struct onewire_bbops { struct
86 int onewire_bb_reset(const struct onewire_bbops *, void *);
87 int onewire_bb_read_bit(const struct onewire_bbops *, void *);
88 void onewire_bb_write_bit(const struct onewire_bbops *, void *, int);

Completed in 201 milliseconds