Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/iicbus/
HDiiconf.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-14-stable/sys/dev/iicbus/mux/
HDiicmux_if.m47 struct iic_reqbus_data *rd; struct