HomeSort by: relevance | last modified time | path
    Searched defs:mux_phandle (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2c/
i2cmux.c 127 int mux_phandle = devhandle_to_of(sc->sc_i2c_mux_devhandle); local in function:iicmux_count_children
130 for (child = OF_child(mux_phandle), count = 0; child;
141 mux_phandle = child;
147 devhandle_from_of(sc->sc_i2c_mux_devhandle, mux_phandle);
195 const int mux_phandle = devhandle_to_of(sc->sc_i2c_mux_devhandle); local in function:iicmux_attach_fdt
197 for (child = OF_child(mux_phandle), idx = 0; child;
i2cmux.c 127 int mux_phandle = devhandle_to_of(sc->sc_i2c_mux_devhandle); local in function:iicmux_count_children
130 for (child = OF_child(mux_phandle), count = 0; child;
141 mux_phandle = child;
147 devhandle_from_of(sc->sc_i2c_mux_devhandle, mux_phandle);
195 const int mux_phandle = devhandle_to_of(sc->sc_i2c_mux_devhandle); local in function:iicmux_attach_fdt
197 for (child = OF_child(mux_phandle), idx = 0; child;

Completed in 23 milliseconds