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

  /src/sys/dev/usb/
motgvar.h 85 struct motg_hw_ep sc_in_ep[MOTG_MAX_HW_EP]; member in struct:motg_softc
umidi.c 205 struct umidi_endpoint *sc_in_ep; member in struct:umidi_softc
746 sc->sc_endpoints = sc->sc_out_ep = sc->sc_in_ep = NULL;
767 sc->sc_endpoints = sc->sc_out_ep = sc->sc_in_ep = NULL;
790 sc->sc_in_ep =
820 ep = &sc->sc_in_ep[0];
973 sc->sc_in_ep = sc->sc_endpoints + sc->sc_out_num_endpoints;
974 sc->sc_in_ep->sc = sc;
975 sc->sc_in_ep->addr = in_addr;
976 sc->sc_in_ep->num_jacks = sc->sc_in_num_jacks;
977 sc->sc_in_ep->num_open = 0
    [all...]
  /src/sys/arch/arm/sunxi/
sunxi_tcon.c 75 struct fdt_endpoint *sc_in_ep; member in struct:sunxi_tcon_softc
345 sc->sc_in_ep = ep;
400 KASSERT(ep == sc->sc_in_ep);
603 error = fdt_endpoint_enable(sc->sc_in_ep, enable);
655 fdt_endpoint_enable(sc->sc_in_ep, enable);
sunxi_hdmi.c 95 struct fdt_endpoint *sc_in_ep; member in struct:sunxi_hdmi_softc
533 sc->sc_in_ep = ep;
549 KASSERT(ep == sc->sc_in_ep);
584 switch(fdt_endpoint_index(sc->sc_in_ep)) {
703 fdt_endpoint_enable(sc->sc_in_ep, false);
710 fdt_endpoint_enable(sc->sc_in_ep, true);
865 switch(fdt_endpoint_index(sc->sc_in_ep)) {
922 switch(fdt_endpoint_index(sc->sc_in_ep)) {
1094 fdt_endpoint_enable(sc->sc_in_ep, false);
1125 error = fdt_endpoint_enable(sc->sc_in_ep, true)
    [all...]

Completed in 15 milliseconds