Searched refs:iicmux_attach (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/iicbus/mux/
H A Diicmux.h47 * variable of their own softc struct, and must call iicmux_attach() to
67 * The iicmux_attach() function initializes the core driver's portion of the
75 int iicmux_attach(device_t dev, device_t busdev, int numbuses);
H A Dltc430x.c178 if ((err = iicmux_attach(dev, device_get_parent(dev), numchan)) == 0)
H A Diic_gpiomux.c216 if ((err = iicmux_attach(dev, busdev, numchannels)) == 0)
H A Diicmux.c308 iicmux_attach(device_t dev, device_t busdev, int numbuses) function
314 device_printf(dev, "iicmux_attach: numbuses %d > max %d\n",

Completed in 166 milliseconds