Home
last modified time | relevance | path

Searched refs:ohci_root_hub (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c108 &ohcip->ohci_root_hub.rh_descr; in ohci_init_root_hub()
116 des_A = ohcip->ohci_root_hub.rh_des_A = Get_OpReg(hcr_rh_descriptorA); in ohci_init_root_hub()
117 des_B = ohcip->ohci_root_hub.rh_des_B = Get_OpReg(hcr_rh_descriptorB); in ohci_init_root_hub()
120 "root hub descriptor A 0x%x", ohcip->ohci_root_hub.rh_des_A); in ohci_init_root_hub()
123 "root hub descriptor B 0x%x", ohcip->ohci_root_hub.rh_des_B); in ohci_init_root_hub()
126 ohcip->ohci_root_hub.rh_status = Get_OpReg(hcr_rh_status); in ohci_init_root_hub()
219 ohcip->ohci_root_hub.rh_port_state[i] = port_state; in ohci_init_root_hub()
232 ohcip->ohci_root_hub.rh_port_status[i] = 0; in ohci_init_root_hub()
341 ohcip->ohci_root_hub.rh_ctrl_pipe_handle = ph; in ohci_handle_root_hub_pipe_open()
344 ohcip->ohci_root_hub.rh_ctrl_pipe_state = OHCI_PIPE_STATE_IDLE; in ohci_handle_root_hub_pipe_open()
[all …]
H A Dohci.c9771 rh_timer_id = ohcip->ohci_root_hub.rh_intr_pipe_timer_id; in ohci_do_soft_reset()
9775 ohcip->ohci_root_hub.rh_intr_pipe_timer_id = 0; in ohci_do_soft_reset()
9776 ohcip->ohci_root_hub.rh_intr_pipe_state = in ohci_do_soft_reset()
9923 ohcip->ohci_root_hub.rh_intr_pipe_timer_id = in ohci_do_soft_reset()
9927 ohcip->ohci_root_hub. in ohci_do_soft_reset()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci_hub.h57 typedef struct ohci_root_hub { struct
H A Dohcid.h209 ohci_root_hub_t ohci_root_hub; /* Root hub info */ member