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

/freebsd-current/tests/sys/netgraph/
H A DMakefile16 hub \
23 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-current/sys/dev/usb/
H A Dusb_hub.c156 * driver instance for "hub" connected to "usb"
157 * and "hub" connected to "hub"
231 struct usb_hub *hub; local
234 hub = udev->hub;
235 if (hub == NULL)
237 sc = hub->hubsoftc;
263 struct usb_hub *hub; local
277 hub
387 struct usb_hub *hub; local
994 struct usb_hub *hub; local
1208 struct usb_hub *hub; local
1551 struct usb_hub *hub = sc->sc_udev->hub; local
1617 uhub_find_iface_index(struct usb_hub *hub, device_t child, struct hub_result *res) argument
1653 struct usb_hub *hub; local
1692 struct usb_hub *hub; local
1724 struct usb_hub *hub; local
1866 struct usb_hub *hub; local
[all...]
H A Dusb_hub_private.h76 uhub_find_iface_index(struct usb_hub *hub, device_t child,
H A Dusb_hub.h49 usb_error_t (*explore) (struct usb_device *hub);
H A Dusb_device.c747 max_power = udev->parent_hub->hub->portpower;
1758 struct usb_device *hub; local
1775 * always be the root hub.
1856 hub = udev->parent_hub;
1858 while (hub) {
1859 if (hub->speed == USB_SPEED_HIGH) {
1860 udev->hs_hub_addr = hub->address;
1861 udev->parent_hs_hub = hub;
1865 adev = hub;
1866 hub
[all...]
H A Dusb_device.h220 struct usb_hub *hub; /* only if this is a hub */ member in struct:usb_device
H A Dusb_generic.c835 struct usb_device *hub; local
863 hub = udev->parent_hub;
864 if (hub) {
865 di->udi_hubaddr = hub->address;
866 di->udi_hubindex = hub->device_index;
2043 struct usb_hub *hub; local
2054 (udev->hub == NULL)) {
2057 hub = udev->hub;
2059 if (port_no > hub
[all...]
H A Dusb_hub_acpi.c456 uh = sc->usc.sc_udev->hub;
529 uhub_find_iface_index(sc->usc.sc_udev->hub, child, &hres);
/freebsd-current/sys/modules/netgraph/
H A DMakefile24 hub \
/freebsd-current/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-current/sys/dev/usb/controller/
H A Dusb_controller.c379 if (udev != NULL && udev->hub != NULL) {
409 (udev->hub->explore) (udev);
772 (bus->devices[USB_ROOT_HUB_ADDR]->hub == NULL)) {
H A Dehci.c2885 * Simulate a hardware hub by handling all the necessary requests.
3033 * for the integrated root hub.
3660 (udev->parent_hs_hub->hub == NULL))) {

Completed in 249 milliseconds