Searched refs:port_change (Results 1 – 1 of 1) sorted by relevance
2952 usb_port_mask_t port_change = 0; in hubd_determine_port_connection() local2979 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() local3077 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() local3579 hubd->h_port_change |= port_change & in hubd_read_cb()3587 if (hubd->h_port_reset_wait & port_change) { in hubd_read_cb()