Home
last modified time | relevance | path

Searched defs:hubd (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h141 typedef struct hubd { struct
142 int h_instance;
143 uint_t h_init_state;
144 uint_t h_dev_state;
145 int8_t h_bus_ctls;
146 int8_t h_bus_pwr;
147 hub_power_t *h_hubpm; /* pointer to power struct */
148 dev_info_t *h_dip;
153 kmutex_t h_mutex;
158 usba_device_t *h_usba_device;
[all …]
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c629 hubd_pm_busy_component(hubd_t *hubd, dev_info_t *dip, int component) in hubd_pm_busy_component()
648 hubd_pm_idle_component(hubd_t *hubd, dev_info_t *dip, int component) in hubd_pm_idle_component()
669 hubd_set_child_pwrlvl(hubd_t *hubd, usb_port_t port, uint8_t power) in hubd_set_child_pwrlvl()
711 hubd_child_dip2port(hubd_t *hubd, dev_info_t *dip) in hubd_child_dip2port()
734 hubd_can_suspend(hubd_t *hubd) in hubd_can_suspend()
773 hubd_resume_port(hubd_t *hubd, usb_port_t port) in hubd_resume_port()
924 hubd_suspend_port(hubd_t *hubd, usb_port_t port) in hubd_suspend_port()
1032 hubd_post_attach(hubd_t *hubd, usb_port_t port, struct attachspec *as) in hubd_post_attach()
1059 hubd_post_detach(hubd_t *hubd, usb_port_t port, struct detachspec *ds) in hubd_post_detach()
1100 hubd_post_power(hubd_t *hubd, usb_port_t port, pm_bp_child_pwrchg_t *bpc, in hubd_post_power()
[all …]
/illumos-gate/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
/illumos-gate/usr/src/cmd/mdb/common/modules/usba/
H A Dusb.c451 hubd_t hubd; in usba_hubd_walk_step() local