Searched refs:reset_port (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/sys/usb/hubd/ |
H A D | hubdvar.h | 293 uint16_t reset_port; member
|
/titanic_41/usr/src/uts/common/io/audio/drv/audioemu10k/ |
H A D | audioemu10k.h | 357 void (*reset_port)(emu10k_portc_t *); member
|
H A D | audioemu10k.c | 421 portc->reset_port(portc); in emu10k_start() 884 portc->reset_port = emu10k_reset_rec; in emu10k_alloc_port() 897 portc->reset_port = emu10k_reset_play; in emu10k_alloc_port()
|
/titanic_41/usr/src/uts/common/io/usb/usba/ |
H A D | hubdi.c | 8641 uint16_t reset_port = hd_arg->reset_port; in hubd_reset_thread() local 8654 "hubd_reset_thread: started, hubd_reset_port = 0x%x", reset_port); in hubd_reset_thread() 8660 child_dip = hubd->h_children_dips[reset_port]; in hubd_reset_thread() 8726 if (hubd->h_children_dips[reset_port]) { in hubd_reset_thread() 8729 hubd_post_event(hubd, reset_port, USBA_EVENT_TAG_HOT_REMOVAL); in hubd_reset_thread() 8751 rval = hubd_delete_child(hubd, reset_port, in hubd_reset_thread() 8769 reset_port, NDI_DEVI_REMOVE, B_FALSE) != USB_SUCCESS)) { in hubd_reset_thread() 8778 hubd_post_event(hubd, reset_port, in hubd_reset_thread() 8782 (void) hubd_determine_port_status(hubd, reset_port, in hubd_reset_thread() 8788 reset_port) == USB_SUCCESS); in hubd_reset_thread() [all …]
|