Searched refs:hub (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/tests/sys/netgraph/
H A DMakefile10 hub \
15 SRCS.hub= hub.c util.c
H A Dhub.c52 ng_shutdown("hub:");
56 ng_mkpeer(".", "a", "hub", "a");
57 ng_name("a", "hub");
58 ng_connect(".", "b", "hub:", "b");
59 ng_connect(".", "c", "hub:", "c");
93 ng_shutdown("hub:");
105 ng_shutdown("hub:");
109 ng_mkpeer(".", "a", "hub", "a");
110 ng_name("a", "hub");
112 ng_send_msg("hub
[all...]
/freebsd-11-stable/sys/dev/usb/
H A Dusb_hub.c189 * driver instance for "hub" connected to "usb"
190 * and "hub" connected to "hub"
265 struct usb_hub *hub; local
268 hub = udev->hub;
269 if (hub == NULL)
271 sc = hub->hubsoftc;
297 struct usb_hub *hub; local
311 hub
421 struct usb_hub *hub; local
1027 struct usb_hub *hub; local
1232 struct usb_hub *hub; local
1575 struct usb_hub *hub = sc->sc_udev->hub; local
1648 uhub_find_iface_index(struct usb_hub *hub, device_t child, struct hub_result *res) argument
1685 struct usb_hub *hub; local
1730 struct usb_hub *hub; local
1884 struct usb_hub *hub; local
[all...]
H A Dusb_hub.h48 usb_error_t (*explore) (struct usb_device *hub);
H A Dusb_generic.c829 struct usb_device *hub; local
857 hub = udev->parent_hub;
858 if (hub) {
859 di->udi_hubaddr = hub->address;
860 di->udi_hubindex = hub->device_index;
1930 struct usb_hub *hub; local
1941 (udev->hub == NULL)) {
1944 hub = udev->hub;
1946 if (port_no > hub
[all...]
H A Dusb_device.c748 max_power = udev->parent_hub->hub->portpower;
1754 struct usb_device *hub; local
1771 * always be the root hub.
1852 hub = udev->parent_hub;
1854 while (hub) {
1855 if (hub->speed == USB_SPEED_HIGH) {
1856 udev->hs_hub_addr = hub->address;
1857 udev->parent_hs_hub = hub;
1861 adev = hub;
1862 hub
[all...]
H A Dusb_device.h219 struct usb_hub *hub; /* only if this is a hub */ member in struct:usb_device
/freebsd-11-stable/sys/modules/netgraph/
H A DMakefile26 hub \
/freebsd-11-stable/sys/arm/samsung/exynos/
H A Dexynos5_ehci.c180 reset_hsic_hub(struct exynos_ehci_softc *esc, phandle_t hub) argument
185 /* TODO: check that hub is compatible with "smsc,usb3503" */
186 if (!OF_hasprop(hub, "freebsd,reset-gpio")) {
190 if (OF_getencprop(hub, "freebsd,reset-gpio", &pin, sizeof(pin)) < 0) {
192 "failed to decode reset GPIO pin number for HSIC hub\n");
214 phandle_t hub; local
243 if ((hub = OF_finddevice("/hsichub")) != 0) {
244 reset_hsic_hub(esc, hub);
/freebsd-11-stable/sys/netgraph/
H A Dng_hub.c40 static MALLOC_DEFINE(M_NETGRAPH_HUB, "netgraph_hub", "netgraph hub node");
80 NETGRAPH_INIT(hub, &ng_hub_typestruct);
/freebsd-11-stable/sys/mips/cavium/usb/
H A Doctusb.c1731 struct usb_device *hub; local
1779 hub = xfer->xroot->udev->parent_hub;
1780 while(hub && hub->parent_hub) {
1781 qh->root_port_index = hub->port_index;
1782 hub = hub->parent_hub;
/freebsd-11-stable/sys/dev/usb/controller/
H A Dusb_controller.c381 if (udev != NULL && udev->hub != NULL) {
412 (udev->hub->explore) (udev);
773 (bus->devices[USB_ROOT_HUB_ADDR]->hub == NULL)) {
H A Dehci.c2984 * Simulate a hardware hub by handling all the necessary requests.
3132 * for the integrated root hub.
3767 (udev->parent_hs_hub->hub == NULL))) {

Completed in 193 milliseconds