Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/i2c/
H A Di2cvar.h110 struct i2c_attach_args { struct
111 i2c_tag_t ia_tag; /* our controller */
112 i2c_addr_t ia_addr; /* address of device */
113 int ia_size; /* size (for EEPROMs) */
114 char *ia_name; /* chip name */
115 size_t ia_namelen; /* length of name concatenation */
116 void *ia_cookie; /* pass extra info from bus to dev */
117 void *ia_intr; /* interrupt info */
118 int ia_poll; /* to force polling */