Home
last modified time | relevance | path

Searched refs:endpoints (Results 1 – 25 of 87) sorted by relevance

1234

/freebsd-14.2/sys/contrib/device-tree/Bindings/usb/
H A Daspeed,usb-vhub.yaml18 Supported number of devices and endpoints vary depending on hardware
20 and 15 generic endpoints, while AST2600 Virtual Hub supports 7 downstream
21 devices and 21 generic endpoints.
46 aspeed,vhub-generic-endpoints:
47 description: Number of generic endpoints supported by the Virtual Hub
108 - aspeed,vhub-generic-endpoints
121 aspeed,vhub-generic-endpoints = <15>;
H A Dgr-udc.txt21 - epobufsizes : Array of buffer sizes for OUT endpoints when they differ
25 only for as many endpoints as the array contains.
27 - epibufsizes : Array of buffer sizes for IN endpoints when they differ
31 only for as many endpoints as the array contains.
H A Dda8xx-usb.txt24 and "txN" for transmit endpoints. N specifies the endpoint number.
37 channel number (0 … 3 for endpoints 1 … 4).
39 - dma-channels: should be set to 4 representing the 4 endpoints.
H A Daspeed,ast2600-udc.yaml15 4 generic endpoints for AST260x.
18 Supports 32/256 stages descriptor mode for all generic endpoints.
H A Dam33xx-usb.txt41 - mentor,num-eps: Specifies the number of endpoints. This is also a
49 and "txN" for transmit endpoints. N specifies the endpoint number.
61 endpoint number (0 … 14 for endpoints 1 … 15 on instance 0 and 15 … 29
62 for endpoints 1 … 15 on instance 1). The second number is 0 for RX and
64 - dma-channels: should be set to 30 representing the 15 endpoints for
/freebsd-14.2/sys/contrib/device-tree/Bindings/dma/
H A Dste-dma40.txt78 16: USB OTG in/out endpoints 7 & 15
79 17: USB OTG in/out endpoints 6 & 14
80 18: USB OTG in/out endpoints 5 & 13
81 19: USB OTG in/out endpoints 4 & 12
98 36: USB OTG in/out endpoints 3 & 11
99 37: USB OTG in/out endpoints 2 & 10
100 38: USB OTG in/out endpoints 1 & 9
101 39: USB OTG in/out endpoints 8
H A Dstericsson,dma40.yaml38 16: USB OTG in/out endpoints 7 & 15
39 17: USB OTG in/out endpoints 6 & 14
40 18: USB OTG in/out endpoints 5 & 13
41 19: USB OTG in/out endpoints 4 & 12
58 36: USB OTG in/out endpoints 3 & 11
59 37: USB OTG in/out endpoints 2 & 10
60 38: USB OTG in/out endpoints 1 & 9
61 39: USB OTG in/out endpoints 8
/freebsd-14.2/sys/arm64/coresight/
H A Dcoresight.c73 TAILQ_FOREACH(endp, &pdata->endpoints, link) { in coresight_get_output_endpoint()
90 TAILQ_FOREACH(endp2, &cs_dev->pdata->endpoints, link) { in coresight_get_output_device()
H A Dcoresight_fdt.c98 TAILQ_INSERT_TAIL(&pdata->endpoints, in coresight_fdt_get_ports()
141 TAILQ_INIT(&pdata->endpoints); in coresight_fdt_get_platform_data()
H A Dcoresight_acpi.c283 TAILQ_INSERT_TAIL(&pdata->endpoints, endp, link); in cs_acpi_record_endpoint()
361 TAILQ_INIT(&pdata->endpoints); in coresight_acpi_get_platform_data()
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/
H A Dst,stm32-ltdc.yaml40 ltdc has one video port with up to 2 endpoints:
43 Note: These 2 endpoints cannot be activated simultaneously.
H A Dallwinner,sun8i-a83t-de2-mixer.yaml54 Input endpoints of the controller.
59 Output endpoints of the controller.
H A Dallwinner,sun9i-a80-deu.yaml49 Input endpoints of the controller.
54 Output endpoints of the controller.
H A Dallwinner,sun6i-a31-drc.yaml55 Input endpoints of the controller.
60 Output endpoints of the controller.
H A Dallwinner,sun4i-a10-display-frontend.yaml66 Input endpoints of the controller.
71 Output endpoints of the controller.
H A Dallwinner,sun4i-a10-hdmi.yaml85 Input endpoints of the controller.
90 Output endpoints of the controller. Usually an HDMI
/freebsd-14.2/sys/dev/usb/
H A Dusb_device.c310 struct usb_endpoint *ep = udev->endpoints; in usbd_get_ep_by_addr()
364 struct usb_endpoint *ep = udev->endpoints; in usbd_get_endpoint()
566 ep = udev->endpoints; in usb_endpoint_foreach()
849 ep = udev->endpoints; in usb_config_parse()
861 ep = udev->endpoints; in usb_config_parse()
953 ep = udev->endpoints + temp; in usb_config_parse()
993 if (udev->endpoints == NULL) { in usb_config_parse()
998 udev->endpoints = NULL; in usb_config_parse()
1024 free(udev->endpoints, M_USB); in usb_config_parse()
1025 udev->endpoints = NULL; in usb_config_parse()
[all …]
H A Dusb_device.h210 struct usb_endpoint *endpoints; member
212 struct usb_endpoint endpoints[USB_MAX_EP_UNITS]; member
/freebsd-14.2/sys/dev/rtwn/usb/
H A Drtwn_usb_ep.c170 ep = uc->uc_udev->endpoints; in rtwn_usb_setup_endpoints()
171 ep_end = uc->uc_udev->endpoints + uc->uc_udev->endpoints_max; in rtwn_usb_setup_endpoints()
/freebsd-14.2/sys/contrib/device-tree/Bindings/interconnect/
H A Dinterconnect.txt14 etc. The consumer drivers set constraints on interconnect path (or endpoints)
49 to both endpoints and in such cases, this information will be passed
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/bridge/
H A Dthine,thc63lvd1024.yaml35 port@1, and both port@0 and port@1 shall contain endpoints.
40 port@3 shall contain endpoints.
/freebsd-14.2/sys/contrib/device-tree/Bindings/sound/
H A Dwm8731.txt20 Available audio endpoints for an audio-routing table:
H A Datmel-sam9x5-wm8731-audio.txt12 Available audio endpoints for the audio-routing table:
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/msm/
H A Dhdmi.yaml93 Input endpoints of the controller.
98 Output endpoints of the controller.
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/armada/
H A Dmarvell,dove-lcd.txt7 - port: video output port with endpoints, as described by graph.txt

1234