/titanic_44/usr/src/uts/common/io/usb/usba/ |
H A D | hubdi.c | 501 static int hubd_cleanup(dev_info_t *dip, hubd_t *hubd); 502 static int hubd_check_ports(hubd_t *hubd); 504 static int hubd_open_intr_pipe(hubd_t *hubd); 505 static void hubd_start_polling(hubd_t *hubd, int always); 506 static void hubd_stop_polling(hubd_t *hubd); 507 static void hubd_close_intr_pipe(hubd_t *hubd); 515 hubd_t *hubd, 521 static int hubd_delete_child(hubd_t *hubd, usb_port_t port, uint_t flag, 524 static int hubd_get_hub_descriptor(hubd_t *hubd); 526 static int hubd_get_hub_status_words(hubd_t *hubd, uint16_t *status); [all …]
|
/titanic_44/usr/src/uts/common/sys/usb/hubd/ |
H A D | hubdvar.h | 129 struct hubd *statep; /* ohci soft state struct */ 140 typedef struct hubd { struct 253 _NOTE(MUTEX_PROTECTS_DATA(hubd::h_mutex, hubd)) argument 254 _NOTE(MUTEX_PROTECTS_DATA(hubd::h_mutex, hub_power_t)) 255 _NOTE(DATA_READABLE_WITHOUT_LOCK(hubd::h_default_pipe 256 hubd::h_usba_device 257 hubd::h_dev_data 258 hubd::h_ndi_event_hdl 259 hubd::h_cpr_cb 260 hubd::h_log_handle [all …]
|
/titanic_44/usr/src/uts/common/io/usb/hubd/ |
H A D | hubd.c | 141 hubd_t *hubd = ddi_get_soft_state(hubd_statep, instance); in hubd_get_dip() local 143 if (hubd) { in hubd_get_dip() 144 return (hubd->h_dip); in hubd_get_dip()
|
/titanic_44/usr/src/uts/intel/hubd/ |
H A D | Makefile | 41 SRCDIR = $(UTSBASE)/common/io/usb/hubd 53 MODULE = hubd
|
/titanic_44/usr/src/uts/sparc/hubd/ |
H A D | Makefile | 42 SRCDIR = $(UTSBASE)/common/io/usb/hubd 54 MODULE = hubd
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | Makefile.syshdrs | 140 usb/hubd/%.check: usb/hubd/%.h 224 $(ROOTDIR)/usb/hubd \ 306 ROOTUSBHUBDHDRS= $(USBHUBDHDRS:%=$(ROOTDIR)/usb/hubd/%) 445 $(ROOTDIR)/usb/hubd/%: usb/hubd/%
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-header-header-usb.mf | 47 dir path=usr/include/sys/usb/hubd 56 file path=usr/include/sys/usb/hubd/hub.h
|
H A D | driver-usb.mf | 64 driver name=hubd alias=usbif,class9 perms="* 0644 root sys" 79 file path=kernel/drv/$(ARCH64)/hubd group=sys 103 file path=usr/share/man/man7d/hubd.7d
|
/titanic_44/usr/src/uts/common/io/warlock/ |
H A D | ugen_with_usba.wlcmd | 30 one hubd 134 add hubd::h_cleanup_child targets warlock_dummy
|
H A D | usbskel_with_usba.wlcmd | 31 one hubd 146 add hubd::h_cleanup_child targets warlock_dummy
|
H A D | hid_with_usba.wlcmd | 31 one hubd 197 add hubd::h_cleanup_child targets warlock_dummy
|
H A D | usb_ac_with_usba.wlcmd | 31 one hubd 200 add hubd::h_cleanup_child targets warlock_dummy
|
H A D | usbvc_with_usba.wlcmd | 158 add hubd::h_cleanup_child targets warlock_dummy
|
H A D | usb_ia_with_usba.wlcmd | 159 add hubd::h_cleanup_child targets warlock_dummy
|
H A D | usb_mid_with_usba.wlcmd | 148 add hubd::h_cleanup_child targets warlock_dummy
|
H A D | usbprn_with_usba.wlcmd | 147 add hubd::h_cleanup_child targets warlock_dummy
|
H A D | usb_as_with_usba.wlcmd | 159 add hubd::h_cleanup_child targets warlock_dummy
|
H A D | usbecm_with_usba.wlcmd | 167 add hubd::h_cleanup_child targets warlock_dummy
|
H A D | usbser_edge_with_usba.wlcmd | 196 add hubd::h_cleanup_child targets warlock_dummy
|
H A D | scsa2usb_with_usba.wlcmd | 150 add hubd::h_cleanup_child targets warlock_dummy
|
H A D | usbftdi_with_usba.wlcmd | 204 add hubd::h_cleanup_child targets warlock_dummy
|
H A D | usbsprl_with_usba.wlcmd | 202 add hubd::h_cleanup_child targets warlock_dummy
|
H A D | usbser_keyspan_with_usba.wlcmd | 216 add hubd::h_cleanup_child targets warlock_dummy
|
/titanic_44/usr/src/uts/common/sys/usb/usba/ |
H A D | usba_types.h | 261 struct hubd *usb_root_hubd; /* for HC or WA */
|
/titanic_44/usr/src/man/man7d/ |
H A D | Makefile | 61 hubd.7d \
|