Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/
H A Diiconf.h62 struct iic_reqbus_data { struct
63 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. */
/freebsd/sys/dev/iicbus/mux/
H A Diicmux_if.m47 struct iic_reqbus_data *rd; struct