HomeSort by: relevance | last modified time | path
    Searched refs:endpoints (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/dev/usb/
uchcom.c 228 struct uchcom_endpoints endpoints; local in function:uchcom_attach
252 if (find_endpoints(sc, &endpoints))
255 sc->sc_intr_endpoint = endpoints.ep_intr;
256 sc->sc_intr_size = endpoints.ep_intr_size;
260 ucaa.ucaa_bulkin = endpoints.ep_bulkin;
261 ucaa.ucaa_bulkout = endpoints.ep_bulkout;
347 find_endpoints(struct uchcom_softc *sc, struct uchcom_endpoints *endpoints)
399 endpoints->ep_intr = intr;
400 endpoints->ep_intr_size = isize;
401 endpoints->ep_bulkin = bin
    [all...]
vhci.c 212 } endpoints[VHCI_NADDRS]; member in struct:__anon32e6285d0208
286 reqlist = &port->endpoints[addr].host_to_usb;
305 reslist = &port->endpoints[addr].usb_to_host;
320 datlist = &port->endpoints[addr].usb_to_host;
322 datlist = &port->endpoints[addr].host_to_usb;
365 pktlist = &port->endpoints[pkt->addr].usb_to_host;
367 pktlist = &port->endpoints[pkt->addr].host_to_usb;
840 pktlist = &port->endpoints[addr].host_to_usb;
851 pktlist = &port->endpoints[addr].usb_to_host;
1048 pktlist = &port->endpoints[vfd->addr].host_to_usb
    [all...]
usb_subr.c 536 struct usbd_endpoint *endpoints; local in function:usbd_fill_iface_data
550 endpoints = kmem_alloc(nendpt * sizeof(struct usbd_endpoint),
553 endpoints = NULL;
589 endpoints[endpt].ue_edesc = ed;
592 /* Control and bulk endpoints have max packet limits. */
612 endpoints[endpt].ue_refcnt = 0;
613 endpoints[endpt].ue_toggle = 0;
620 /* Success! Free the old endpoints and commit the changes. */
629 ifc->ui_endpoints = endpoints;
634 if (endpoints)
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
r8a7742-iwg21d-q7-dbcm-ca.dts 199 * Below configuration ties VINx endpoints to ov5640/ov7725 camera endpoints
integratorcp.dts 304 * The signals from the port thus reaches two endpoints.
versatile-ab.dts 283 * The signals from the port thus reaches two endpoints.
aspeed-g4.dtsi 168 aspeed,vhub-generic-endpoints = <15>;
aspeed-g6.dtsi 295 aspeed,vhub-generic-endpoints = <21>;
aspeed-g5.dtsi 200 aspeed,vhub-generic-endpoints = <15>;

Completed in 17 milliseconds