Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/core/
H A Dhub.c1179 u16 portstatus, portchange; in hub_activate() local
1188 portstatus, portchange); in hub_activate()
2926 u16 portchange; in hub_port_wait_reset() local
2943 &portchange); in hub_port_wait_reset()
3022 u16 portchange, portstatus; in hub_port_reset() local
3042 &portchange) == 0) in hub_port_reset()
3275 &portchange); in check_port_resume_type()
3538 &portchange); in usb_port_suspend()
3920 if (!status && portchange) in check_ports_changed()
4663 u16 portchange, portstatus; in hub_port_debounce() local
[all …]
/linux-6.15/drivers/usb/misc/
H A Dlvstest.c335 u16 portchange; in lvs_rh_work() local
345 portchange = le16_to_cpu(port_status->wPortChange); in lvs_rh_work()
347 if (portchange & USB_PORT_STAT_C_LINK_STATE) in lvs_rh_work()
350 if (portchange & USB_PORT_STAT_C_ENABLE) in lvs_rh_work()
353 if (portchange & USB_PORT_STAT_C_RESET) in lvs_rh_work()
356 if (portchange & USB_PORT_STAT_C_BH_RESET) in lvs_rh_work()
359 if (portchange & USB_PORT_STAT_C_CONNECTION) { in lvs_rh_work()