Searched defs:hubd (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/sys/usb/hubd/ |
H A D | hubdvar.h | 140 typedef struct hubd { struct 141 int h_instance; 142 uint_t h_init_state; 143 uint_t h_dev_state; 144 int8_t h_bus_ctls; 145 int8_t h_bus_pwr; 146 hub_power_t *h_hubpm; /* pointer to power struct */ 147 dev_info_t *h_dip; 152 kmutex_t h_mutex; 157 usba_device_t *h_usba_device; [all …]
|
/titanic_50/usr/src/uts/common/io/usb/usba/ |
H A D | hubdi.c | 626 hubd_pm_busy_component(hubd_t *hubd, dev_info_t *dip, int component) in hubd_pm_busy_component() 645 hubd_pm_idle_component(hubd_t *hubd, dev_info_t *dip, int component) in hubd_pm_idle_component() 666 hubd_set_child_pwrlvl(hubd_t *hubd, usb_port_t port, uint8_t power) in hubd_set_child_pwrlvl() 708 hubd_child_dip2port(hubd_t *hubd, dev_info_t *dip) in hubd_child_dip2port() 731 hubd_can_suspend(hubd_t *hubd) in hubd_can_suspend() 770 hubd_resume_port(hubd_t *hubd, usb_port_t port) in hubd_resume_port() 921 hubd_suspend_port(hubd_t *hubd, usb_port_t port) in hubd_suspend_port() 1029 hubd_post_attach(hubd_t *hubd, usb_port_t port, struct attachspec *as) in hubd_post_attach() 1056 hubd_post_detach(hubd_t *hubd, usb_port_t port, struct detachspec *ds) in hubd_post_detach() 1097 hubd_post_power(hubd_t *hubd, usb_port_t port, pm_bp_child_pwrchg_t *bpc, in hubd_post_power() [all …]
|
/titanic_50/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
|