fdt_endpoint_enable
return fdt_endpoint_enable(sc->sc_out_ep, enable);
error = fdt_endpoint_enable(ep, true);
fdt_endpoint_enable(sc->sc_in_ep, false);
error = fdt_endpoint_enable(sc->sc_in_ep, true);
error = fdt_endpoint_enable(sc->sc_in_ep, false);
fdt_endpoint_enable(sc->sc_in_ep, false);
fdt_endpoint_enable(sc->sc_in_ep, true);
fdt_endpoint_enable(sc->sc_out_ep, enable);
return fdt_endpoint_enable(sc->sc_out_ep, enable);
error = fdt_endpoint_enable(sc->sc_out_ep, enable);
error = fdt_endpoint_enable(sc->sc_in_ep, enable);
fdt_endpoint_enable(sc->sc_in_ep, enable);
int fdt_endpoint_enable(struct fdt_endpoint *, bool);