Searched refs:onewire_bbops (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/onewire/
H A Donewirevar.h86 struct onewire_bbops { struct
93 int onewire_bb_reset(const struct onewire_bbops *, void *);
94 int onewire_bb_bit(const struct onewire_bbops *, void *, int);
H A Donewire_bitbang.c30 onewire_bb_reset(const struct onewire_bbops *ops, void *arg)
53 onewire_bb_bit(const struct onewire_bbops *ops, void *arg, int value)
/openbsd-current/sys/dev/gpio/
H A Dgpioow.c74 static const struct onewire_bbops gpioow_bbops = {

Completed in 111 milliseconds