Home
last modified time | relevance | path

Searched refs:hubd (Results 1 – 25 of 31) sorted by relevance

12

/titanic_41/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c501 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_41/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h129 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_41/usr/src/uts/common/io/usb/hubd/
H A Dhubd.c141 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_41/usr/src/uts/intel/hubd/
H A DMakefile41 SRCDIR = $(UTSBASE)/common/io/usb/hubd
53 MODULE = hubd
/titanic_41/usr/src/uts/sparc/hubd/
H A DMakefile42 SRCDIR = $(UTSBASE)/common/io/usb/hubd
54 MODULE = hubd
/titanic_41/usr/src/uts/common/sys/
H A DMakefile.syshdrs140 usb/hubd/%.check: usb/hubd/%.h
225 $(ROOTDIR)/usb/hubd \
309 ROOTUSBHUBDHDRS= $(USBHUBDHDRS:%=$(ROOTDIR)/usb/hubd/%)
451 $(ROOTDIR)/usb/hubd/%: usb/hubd/%
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-header-header-usb.mf47 dir path=usr/include/sys/usb/hubd
56 file path=usr/include/sys/usb/hubd/hub.h
H A Ddriver-usb.mf64 driver name=hubd alias=usbif,class9 perms="* 0644 root sys"
79 file path=kernel/drv/$(ARCH64)/hubd group=sys
91 $(i386_ONLY)file path=kernel/drv/hubd group=sys
121 file path=usr/share/man/man7d/hubd.7d
/titanic_41/usr/src/uts/common/io/warlock/
H A Dugen_with_usba.wlcmd30 one hubd
134 add hubd::h_cleanup_child targets warlock_dummy
H A Dusbskel_with_usba.wlcmd31 one hubd
146 add hubd::h_cleanup_child targets warlock_dummy
H A Dhid_with_usba.wlcmd31 one hubd
197 add hubd::h_cleanup_child targets warlock_dummy
H A Dusb_ac_with_usba.wlcmd31 one hubd
200 add hubd::h_cleanup_child targets warlock_dummy
H A Dusbprn_with_usba.wlcmd147 add hubd::h_cleanup_child targets warlock_dummy
H A Dusbvc_with_usba.wlcmd158 add hubd::h_cleanup_child targets warlock_dummy
H A Dusb_ia_with_usba.wlcmd159 add hubd::h_cleanup_child targets warlock_dummy
H A Dusb_mid_with_usba.wlcmd148 add hubd::h_cleanup_child targets warlock_dummy
H A Dusb_as_with_usba.wlcmd159 add hubd::h_cleanup_child targets warlock_dummy
H A Dusbecm_with_usba.wlcmd167 add hubd::h_cleanup_child targets warlock_dummy
H A Dusbser_edge_with_usba.wlcmd196 add hubd::h_cleanup_child targets warlock_dummy
H A Dusbftdi_with_usba.wlcmd204 add hubd::h_cleanup_child targets warlock_dummy
H A Dscsa2usb_with_usba.wlcmd150 add hubd::h_cleanup_child targets warlock_dummy
H A Dusbsprl_with_usba.wlcmd202 add hubd::h_cleanup_child targets warlock_dummy
H A Dusbser_keyspan_with_usba.wlcmd216 add hubd::h_cleanup_child targets warlock_dummy
/titanic_41/usr/src/uts/common/sys/usb/usba/
H A Dusba_types.h261 struct hubd *usb_root_hubd; /* for HC or WA */
/titanic_41/usr/src/man/man7d/
H A DMakefile61 hubd.7d \

12