Searched defs:i2c_attach_args (Results 1 – 1 of 1) sorted by relevance
110 struct i2c_attach_args { struct111 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 */