Home
last modified time | relevance | path

Searched defs:i2cbus_attach_args (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/dev/i2c/
H A Di2cvar.h101 struct i2cbus_attach_args { struct
104 void (*iba_bus_scan)(struct device *, struct i2cbus_attach_args *, argument
106 void *iba_bus_scan_arg;
/openbsd-src/sys/dev/ic/
H A Dpcf8584.c104 void (*scan_func)(struct device *, struct i2cbus_attach_args *, void *), in pcfiic_attach()