Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/i2c/
H A Di2cvar.h140 struct i2c_attach_args { struct
141 i2c_tag_t ia_tag; /* our controller */
142 i2c_addr_t ia_addr; /* address of device */
143 int ia_type; /* bus type */
145 const char * ia_name; /* name of the device */
146 int ia_ncompat; /* number of pointers in the
148 const char ** ia_compat; /* chip names */
149 prop_dictionary_t ia_prop; /* dictionary for this device */
176 int iic_compatible_match(const struct i2c_attach_args *, argument