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

/freebsd-11.0-release/sys/dev/usb/
H A Dusb_hub.c185 * driver instance for "hub" connected to "usb"
186 * and "hub" connected to "hub"
261 struct usb_hub *hub; local
264 hub = udev->hub;
265 if (hub == NULL)
267 sc = hub->hubsoftc;
293 struct usb_hub *hub; local
307 hub
417 struct usb_hub *hub; local
1005 struct usb_hub *hub; local
1210 struct usb_hub *hub; local
1553 struct usb_hub *hub = sc->sc_udev->hub; local
1626 uhub_find_iface_index(struct usb_hub *hub, device_t child, struct hub_result *res) argument
1663 struct usb_hub *hub; local
1708 struct usb_hub *hub; local
1855 struct usb_hub *hub; local
[all...]
H A Dusb_hub.h48 usb_error_t (*explore) (struct usb_device *hub);
H A Dusb_device.c619 max_power = udev->parent_hub->hub->portpower;
1544 struct usb_device *hub; local
1563 * always be the root hub.
1641 hub = udev->parent_hub;
1643 while (hub) {
1644 if (hub->speed == USB_SPEED_HIGH) {
1645 udev->hs_hub_addr = hub->address;
1646 udev->parent_hs_hub = hub;
1650 adev = hub;
1651 hub
[all...]
H A Dusb_generic.c825 struct usb_device *hub; local
853 hub = udev->parent_hub;
854 if (hub) {
855 di->udi_hubaddr = hub->address;
856 di->udi_hubindex = hub->device_index;
1883 struct usb_hub *hub; local
1894 (udev->hub == NULL)) {
1897 hub = udev->hub;
1899 if (port_no > hub
[all...]
H A Dusb_device.h206 struct usb_hub *hub; /* only if this is a hub */ member in struct:usb_device
/freebsd-11.0-release/sys/modules/netgraph/
H A DMakefile26 hub \
/freebsd-11.0-release/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.0-release/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.0-release/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.0-release/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 195 milliseconds