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

/netbsd-current/sys/dev/onewire/
H A Donewirevar.h77 struct onewire_bbops { struct
84 int onewire_bb_reset(const struct onewire_bbops *, void *);
85 int onewire_bb_read_bit(const struct onewire_bbops *, void *);
86 void onewire_bb_write_bit(const struct onewire_bbops *, void *, int);
H A Donewire_bitbang.c78 onewire_bb_reset(const struct onewire_bbops *ops, void *arg)
130 onewire_bb_write_bit(const struct onewire_bbops *ops, void *arg, int value)
163 onewire_bb_read_bit(const struct onewire_bbops *ops, void *arg)
/netbsd-current/sys/dev/gpio/
H A Dgpioow.c71 static const struct onewire_bbops gpioow_bbops = {
/netbsd-current/sys/arch/macppc/dev/
H A Dsnapper.c176 static const struct onewire_bbops snapper_bbops = {

Completed in 126 milliseconds