Home
last modified time | relevance | path

Searched refs:hub (Results 1 – 25 of 181) sorted by relevance

12345678

/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dmicrochip,usb5744.yaml40 3V3 power supply to the hub
46 peer-hub:
71 peer-hub: false
76 - peer-hub
86 hub: usb-hub@2d {
96 /* 2.0 hub on port 1 */
97 hub_2_0: hub@1 {
101 i2c-bus = <&hub>;
105 /* 3.0 hub on port 2 */
106 hub_3_0: hub@2 {
[all …]
H A Drealtek,rts5411.yaml7 title: Realtek RTS5411 USB 3.0 hub controller
26 phandle to the regulator that provides power to the hub.
28 peer-hub:
31 phandle to the peer hub on the controller.
34 - peer-hub
47 /* 2.0 hub on port 1 */
48 hub_2_0: hub@1 {
52 peer-hub = <&hub_3_0>;
55 /* 3.0 hub on port 2 */
56 hub_3_0: hub@2 {
[all …]
H A Dti,usb8041.yaml7 title: TI USB8041 USB 3.0 hub controller
29 VDD power supply to the hub
31 peer-hub:
34 phandle to the peer hub on the controller.
39 - peer-hub
52 /* 2.0 hub on port 1 */
53 hub_2_0: hub@1 {
56 peer-hub = <&hub_3_0>;
60 /* 3.0 hub on port 2 */
61 hub_3_0: hub@2 {
[all …]
H A Dvialab,vl817.yaml7 title: Via labs VL817 USB 3.1 hub controller
30 phandle to the regulator that provides power to the hub.
32 peer-hub:
35 phandle to the peer hub on the controller.
41 - peer-hub
53 /* 2.0 hub on port 1 */
54 hub_2_0: hub@1 {
58 peer-hub = <&hub_3_0>;
62 /* 3.1 hub on port 4 */
63 hub_3_0: hub@2 {
[all …]
H A Dcypress,hx3.yaml7 title: Cypress HX3 USB 3.0 hub controller family
35 peer-hub:
38 phandle to the peer hub on the controller.
43 - peer-hub
58 /* 2.0 hub on port 1 */
59 hub_2_0: hub@1 {
62 peer-hub = <&hub_3_0>;
68 /* 3.0 hub on port 2 */
69 hub_3_0: hub@2 {
72 peer-hub = <&hub_2_0>;
H A Dusb251xb.txt14 - reset-gpios : Should specify the gpio for hub reset
17 - vendor-id : Set USB Vendor ID of the hub (16 bit, default is 0x0424)
18 - product-id : Set USB Product ID of the hub (16 bit, default depends on type)
19 - device-id : Set USB Device ID of the hub (16 bit, default is 0x0bb3)
39 - compound-device : indicate the hub is part of a compound device (boolean)
49 - sp-max-total-current-microamp: Specifies max current consumed by the hub
50 from VBUS when operating in self-powered hub. It includes the hub
53 - bp-max-total-current-microamp: Specifies max current consumed by the hub
54 from VBUS when operating in self-powered hub. It includes the hub
58 from VBUS when operating in self-powered hub. It includes the hub
[all …]
H A Dusb251xb.yaml31 Should specify the gpio for hub reset
46 Set USB Vendor ID of the hub
51 Set USB Product ID of the hub
57 Set USB Device ID of the hub
152 indicate the hub is part of a compound device (boolean)
195 operating in self-powered hub. It includes the hub silicon
204 operating in self-powered hub. It includes the hub silicon
213 operating in self-powered hub. It includes the hub silicon
222 operating in self-powered hub. It includes the hub silicon
253 usb-hub@2c {
[all …]
H A Dgenesys,gl850g.yaml7 title: Genesys Logic USB hub controller
30 the regulator that provides 3.3V core power to the hub.
32 peer-hub:
35 phandle to the peer hub on the controller.
51 hub: hub@1 {
H A Dusb-device.txt13 for devices of class 0 or 9 (hub) with a single configuration and a single
16 A "hub node" is a combined node or an interface node that represents a USB
17 hub.
26 - reg: the number of the USB hub port or the USB host-controller port to which
55 - reg: the number of the USB hub port or the USB host-controller port to which
59 Required properties for hub nodes with device nodes:
75 hub@1 { /* hub connected to port 1 */
H A Dusb-device.yaml23 for devices of class 0 or 9 (hub) with a single configuration and a single
26 A "hub node" is a combined node or an interface node that represents a USB
27 hub.
41 description: the number of the USB hub port or the USB host-controller
46 description: should be 1 for hub nodes with device nodes,
84 # hub connected to port 1
96 hub@1 {
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-sm1-odroid-c4.dts30 /* USB hub supports both USB 2.0 and USB 3.0 root hub */
31 usb-hub {
36 /* 2.0 hub on port 1 */
37 hub_2_0: hub@1 {
40 peer-hub = <&hub_3_0>;
45 /* 3.1 hub on port 4 */
46 hub_3_0: hub@2 {
49 peer-hub = <&hub_2_0>;
H A Dmeson-gxbb-wetek-hub.dts13 compatible = "wetek,hub", "amlogic,meson-gxbb";
56 linux,rc-map-name = "rc-wetek-hub";
/freebsd/sys/dev/usb/
H A Dusb_hub.c234 hub = udev->hub; in uhub_reset_tt_proc()
277 hub = udev->hub; in uhub_tt_buffer_reset_async_locked()
320 &hub->tt_msg[0], &hub->tt_msg[1]); in uhub_tt_buffer_reset_async_locked()
394 hub = udev->hub; in uhub_count_active_host_ports()
1003 hub = udev->hub; in uhub_explore()
1366 hub = malloc(sizeof(hub[0]) + (sizeof(hub->ports[0]) * nports), in uhub_attach()
1374 udev->hub = hub; in uhub_attach()
1660 hub = sc->sc_udev->hub; in uhub_child_location()
1702 hub = sc->sc_udev->hub; in uhub_get_device_path()
1733 hub = sc->sc_udev->hub; in uhub_child_pnpinfo()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/gpu/
H A Dbrcm,bcm-v3d.yaml26 - description: hub register (required)
34 - const: hub
42 - description: hub interrupt (required)
43 - description: core interrupts (if it doesn't share the hub's interrupt)
71 reg-names = "hub", "core0", "bridge", "gca";
H A Dbrcm,bcm-v3d.txt9 - reg-names: Names for the register areas. The "hub" and "core0"
14 - interrupts: The interrupt numbers. The first interrupt is for the hub,
16 for the cores (if they don't share the hub's interrupt).
30 reg-names = "bridge", "hub", "core0", "gca";
/freebsd/tests/sys/netgraph/
H A Dhub.c223 ATF_TP_ADD_TCS(hub) in ATF_TP_ADD_TCS() argument
225 ATF_TP_ADD_TC(hub, basic); in ATF_TP_ADD_TCS()
226 ATF_TP_ADD_TC(hub, loop); in ATF_TP_ADD_TCS()
227 ATF_TP_ADD_TC(hub, persistence); in ATF_TP_ADD_TCS()
228 ATF_TP_ADD_TC(hub, many_hooks); in ATF_TP_ADD_TCS()
H A DMakefile16 hub \
23 SRCS.hub= hub.c util.c
/freebsd/sys/contrib/device-tree/Bindings/display/tegra/
H A Dnvidia,tegra186-display.yaml15 pattern: "^display-hub@[0-9a-f]+$"
44 - description: display hub reset
84 - description: display hub clock
90 - const: hub
96 - description: display hub clock
101 - const: hub
125 display-hub@15200000 {
140 clock-names = "disp", "dsc", "hub";
214 display-hub@15200000 {
228 clock-names = "disp", "hub";
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Dibm-power9-dual.dtsi94 fsi_hub0: hub@3400 {
95 compatible = "fsi-master-hub";
195 fsi_hub1: hub@3400 {
196 compatible = "fsi-master-hub";
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mp-debix-model-a.dts47 reg_usb_hub: regulator-usb-hub {
283 /* 2.x hub on port 1 */
284 usb_hub_2_x: hub@1 {
288 peer-hub = <&usb_hub_3_x>;
291 /* 3.x hub on port 2 */
292 usb_hub_3_x: hub@2 {
296 peer-hub = <&usb_hub_2_x>;
H A Dimx8mp-debix-som-a-bmb-08.dts322 /* 2.x hub on port 1 */
323 usb_hub_2_x: hub@1 {
328 peer-hub = <&usb_hub_3_x>;
331 /* 3.x hub on port 2 */
332 usb_hub_3_x: hub@2 {
337 peer-hub = <&usb_hub_2_x>;
H A Dfsl-lx2160a-tqmlx2160a-mblx2160a.dts318 hub_2_0: hub@1 {
321 peer-hub = <&hub_3_0>;
326 hub_3_0: hub@2 {
329 peer-hub = <&hub_2_0>;
/freebsd/sys/contrib/device-tree/Bindings/soc/socionext/
H A Dsocionext,uniphier-soc-glue.yaml38 usb-hub:
55 usb-hub: false
84 usb-hub {
/freebsd/contrib/sendmail/cf/cf/
H A Dclientproto.mc17 # does nothing except forward all mail to a mail hub. IT IS NOT
21 # the mail hub as its argument. You MUST also define an `OSTYPE' to
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/qe/
H A Dusb.txt17 - hub-power-budget : USB power budget for the root hub, in mA.

12345678