Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/core/
Dhub.c1161 u16 portstatus, portchange; in hub_activate() local
1163 portstatus = portchange = 0; in hub_activate()
1164 status = usb_hub_port_status(hub, port1, &portstatus, &portchange); in hub_activate()
1170 portstatus, portchange); in hub_activate()
1211 if (portchange & USB_PORT_STAT_C_CONNECTION) { in hub_activate()
1216 if (portchange & USB_PORT_STAT_C_ENABLE) { in hub_activate()
1221 if (portchange & USB_PORT_STAT_C_RESET) { in hub_activate()
1226 if ((portchange & USB_PORT_STAT_C_BH_RESET) && in hub_activate()
1236 (portchange & USB_PORT_STAT_C_CONNECTION)) in hub_activate()
1247 (portchange & USB_PORT_STAT_C_CONNECTION) || in hub_activate()
[all …]
/Linux-v6.6/drivers/usb/misc/
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()
/Linux-v6.6/include/linux/usb/
Dphy.h149 u16 portstatus, u16 portchange);
324 usb_phy_notify_port_status(struct usb_phy *x, int port, u16 portstatus, u16 portchange) in usb_phy_notify_port_status() argument
327 return x->notify_port_status(x, port, portstatus, portchange); in usb_phy_notify_port_status()
/Linux-v6.6/drivers/phy/realtek/
Dphy-rtk-usb3.c329 u16 portstatus, u16 portchange) in rtk_phy_notify_port_status() argument
334 __func__, port, (int)portstatus, (int)portchange); in rtk_phy_notify_port_status()
338 if (portchange & USB_PORT_STAT_C_CONNECTION) in rtk_phy_notify_port_status()
Dphy-rtk-usb2.c695 u16 portstatus, u16 portchange) in rtk_phy_notify_port_status() argument
700 __func__, port, (int)portstatus, (int)portchange); in rtk_phy_notify_port_status()
704 if (portchange & USB_PORT_STAT_C_CONNECTION) in rtk_phy_notify_port_status()