Searched defs:iic_reqbus_data (Results 1 – 2 of 2) sorted by relevance
62 struct iic_reqbus_data { struct63 int flags; /* Flags from the set defined above. */64 device_t bus; /* The iicbus being requested. */65 device_t dev; /* The device requesting the bus. */
47 struct iic_reqbus_data *rd; struct