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

/freebsd-9.3-release/sys/dev/usb/
H A Dusb_hub.c166 * driver instance for "hub" connected to "usb"
167 * and "hub" connected to "hub"
242 struct usb_hub *hub; local
245 hub = udev->hub;
246 if (hub == NULL)
248 sc = hub->hubsoftc;
274 struct usb_hub *hub; local
288 hub
398 struct usb_hub *hub; local
979 struct usb_hub *hub; local
1184 struct usb_hub *hub; local
1487 struct usb_hub *hub = sc->sc_udev->hub; local
1557 uhub_find_iface_index(struct usb_hub *hub, device_t child, struct hub_result *res) argument
1594 struct usb_hub *hub; local
1630 struct usb_hub *hub; local
1775 struct usb_hub *hub; local
[all...]
H A Dusb_hub.h48 usb_error_t (*explore) (struct usb_device *hub);
H A Dusb_device.c633 max_power = udev->parent_hub->hub->portpower;
1546 struct usb_device *hub; local
1565 * always be the root hub.
1643 hub = udev->parent_hub;
1645 while (hub) {
1646 if (hub->speed == USB_SPEED_HIGH) {
1647 udev->hs_hub_addr = hub->address;
1648 udev->parent_hs_hub = hub;
1652 adev = hub;
1653 hub
[all...]
H A Dusb_generic.c817 struct usb_device *hub; local
845 hub = udev->parent_hub;
846 if (hub) {
847 di->udi_hubaddr = hub->address;
848 di->udi_hubindex = hub->device_index;
1872 struct usb_hub *hub; local
1883 (udev->hub == NULL)) {
1886 hub = udev->hub;
1888 if (port_no > hub
[all...]
H A Dusb_device.h198 struct usb_hub *hub; /* only if this is a hub */ member in struct:usb_device
/freebsd-9.3-release/sys/modules/netgraph/
H A DMakefile26 hub \
/freebsd-9.3-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-9.3-release/sys/dev/usb/controller/
H A Dusb_controller.c357 if (udev != NULL && udev->hub != NULL) {
387 (udev->hub->explore) (udev);
718 (bus->devices[USB_ROOT_HUB_ADDR]->hub == NULL)) {
H A Dehci.c3003 * Simulate a hardware hub by handling all the necessary requests.
3121 * for the integrated root hub.
3754 (udev->parent_hs_hub->hub == NULL))) {

Completed in 187 milliseconds