| 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;
 
 |