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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/boston/devtree/
H A Dpicldevtree.conf45 hub usb
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/seattle/devtree/
H A Dpicldevtree.conf41 hub usb
H A Dpicl_asr.conf80 usb usb disabled /pci@1e,600000/pci@0/pci@1/pci@0/usb@1c,1/hub@3 I?DeviceID=3
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.h43 #include <sys/usb/hubd/hub.h>
/illumos-gate/usr/src/uts/common/io/usb/hubd/
H A Dhubd.c28 * skeleton hub driver, the actual code is in hubdi.c
29 * as it is shared between the root hub and the other hub instances
38 #include <sys/usb/hubd/hub.h>
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba.c36 #include <sys/usb/hubd/hub.h>
199 /* find the parent hub */
250 "USB %x.%x %s hub: "
701 * ohci allocates descriptors for root hub so we can't
1333 /* add a new root hub to the usba_root_hubs list */
1338 usba_root_hub_ent_t *hub; local
1340 hub = (usba_root_hub_ent_t *)
1344 hub->dip = dip;
1345 hub->next = usba_root_hubs;
1346 usba_root_hubs = hub;
1355 usba_root_hub_ent_t **hubp, *hub; local
1380 usba_root_hub_ent_t *hub; local
[all...]
H A Dusbai_register.c99 #include <sys/usb/hubd/hub.h>
H A Dhubdi.c28 * USBA: Solaris USB Architecture support for the hub
29 * including root hub
31 * is shared between the HCD root hub support and hubd
41 #include <sys/usb/hubd/hub.h>
268 * root hub support. the root hub uses the same devi as the HCD
283 "root-hub") != NDI_SUCCESS) {
335 * The bDeviceProtocol field of root hub device specifies,
336 * whether root hub is a High or Full speed usb device.
349 * For the root hub th
[all...]
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dodroidc1.dts299 usb-hub-rst = <&gpioao 4 0>; /* gpioao_4 hub-rst */
H A Drpi.dts296 hub {
297 compatible = "usb,hub", "usb,device";
H A Drpi2.dts313 hub {
314 compatible = "usb,hub", "usb,device";
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h57 #include <sys/usb/hubd/hub.h>
63 #define OHCI_MAX_RH_PORTS 15 /* Maximum root hub ports */
156 /* Root hub registers */
157 uint32_t hcr_rh_descriptorA; /* Root hub register A */
158 uint32_t hcr_rh_descriptorB; /* Root hub register B */
159 uint32_t hcr_rh_status; /* Root hub status */
198 #define HCR_INTR_RHSC 0x00000040 /* Root hub status change */
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h54 #include <sys/usb/hubd/hub.h>
94 /* UHCI root hub structure */
178 /* Timeout id of the root hub status change pipe handler */
198 uhci_root_hub_info_t uhci_root_hub; /* Root hub info */
263 * mode. In the timeout handler for root hub status change, this flag
579 #define PRINT_MASK_ROOT_HUB 0x00000004 /* Root hub stuff */
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci.h56 #include <sys/usb/hubd/hub.h>
62 #define EHCI_MAX_RH_PORTS 31 /* Maximum root hub ports */
125 #define EHCI_HCS_NUM_PORTS 0x0000000F /* No of root hub ports */
163 /* Root hub registers */
166 /* Root hub port status and control information */
268 /* Root hub port change bits mask */
382 #define EHCI_QH_SPLIT_CTRL_HUB_PORT 0x3F800000 /* HS hub port number */
384 #define EHCI_QH_SPLIT_CTRL_HUB_ADDR 0x007F0000 /* HS hub address */
385 #define EHCI_QH_SPLIT_CTRL_HUB_ADDR_SHIFT 16 /* HS hub addr mask */
670 * EHCI_SITD_CTRL_HUB_MASK : Device address of the TT's hub
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile1028 hub.h \

Completed in 106 milliseconds