OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onewire_bbops
(Results
1 - 4
of
4
) 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);
onewire_bitbang.c
78
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)
/src/sys/dev/gpio/
gpioow.c
71
static const struct
onewire_bbops
gpioow_bbops = {
/src/sys/arch/macppc/dev/
snapper.c
177
static const struct
onewire_bbops
snapper_bbops = {
Completed in 14 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025