onewire_bbops
static const struct onewire_bbops snapper_bbops = {
static const struct onewire_bbops gpioow_bbops = {
onewire_bb_write_bit(const struct onewire_bbops *ops, void *arg, int value)
onewire_bb_read_bit(const struct onewire_bbops *ops, void *arg)
onewire_bb_reset(const struct onewire_bbops *ops, void *arg)
int onewire_bb_reset(const struct onewire_bbops *, void *);
int onewire_bb_read_bit(const struct onewire_bbops *, void *);
void onewire_bb_write_bit(const struct onewire_bbops *, void *, int);