Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c2952 usb_port_mask_t port_change = 0; in hubd_determine_port_connection() local
2979 port_change |= 1 << port; in hubd_determine_port_connection()
2982 return (port_change); in hubd_determine_port_connection()
2997 usb_port_mask_t port_change = 0; in hubd_check_ports() local
3077 port_change = hubd_determine_port_connection(hubd); in hubd_check_ports()
3079 if (port_change) { in hubd_check_ports()
3084 hubd->h_port_change |= port_change; in hubd_check_ports()
3567 usb_port_mask_t port_change = hubd_mblk2portmask(data); in hubd_read_cb() local
3579 hubd->h_port_change |= port_change & in hubd_read_cb()
3587 if (hubd->h_port_reset_wait & port_change) { in hubd_read_cb()