Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dfhci-hub.c186 if (fhci->vroot_hub->port.wPortChange & (USB_PORT_STAT_C_CONNECTION | in fhci_hub_status_data()
253 ~USB_PORT_STAT_C_CONNECTION; in fhci_hub_control()
H A Duhci-hub.c280 wPortChange |= USB_PORT_STAT_C_CONNECTION; in uhci_hub_control()
H A Dxen-hcd.c177 info->ports[port].status |= (USB_PORT_STAT_C_CONNECTION << 16); in xenhcd_set_connect_state()
382 #define PORT_C_MASK ((USB_PORT_STAT_C_CONNECTION | \
H A Dehci-hub.c875 status |= USB_PORT_STAT_C_CONNECTION << 16; in ehci_hub_control()
H A Dmax3421-hcd.c78 #define PORT_C_MASK ((USB_PORT_STAT_C_CONNECTION | \
H A Dxhci-hub.c1173 status |= USB_PORT_STAT_C_CONNECTION << 16; in xhci_get_port_status()
/linux/include/uapi/linux/usb/
H A Dch11.h174 #define USB_PORT_STAT_C_CONNECTION 0x0001 macro
/linux/drivers/usb/core/
H A Dhub.c657 connect_change = *change & USB_PORT_STAT_C_CONNECTION; in hub_ext_port_status()
1229 if (portchange & USB_PORT_STAT_C_CONNECTION) { in hub_activate()
1254 (portchange & USB_PORT_STAT_C_CONNECTION)) in hub_activate()
1265 (portchange & USB_PORT_STAT_C_CONNECTION) || in hub_activate()
2982 (portchange & USB_PORT_STAT_C_CONNECTION)) { in hub_port_wait_reset()
3297 if (portchange & USB_PORT_STAT_C_CONNECTION) in check_port_resume_type()
4673 if (!(portchange & USB_PORT_STAT_C_CONNECTION) && in hub_port_debounce()
4685 if (portchange & USB_PORT_STAT_C_CONNECTION) { in hub_port_debounce()
5380 (portchange & USB_PORT_STAT_C_CONNECTION)) in hub_port_connect()
5383 if (portchange & (USB_PORT_STAT_C_CONNECTION | in hub_port_connect()
[all …]
/linux/drivers/usb/c67x00/
H A Dc67x00-hcd.c92 wPortChange |= USB_PORT_STAT_C_CONNECTION; in c67x00_hub_control()
/linux/drivers/usb/musb/
H A Dmusb_virthub.c201 | (USB_PORT_STAT_C_CONNECTION << 16); in musb_root_disconnect()
/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c514 chg &= USB_PORT_STAT_C_CONNECTION | in ast_vhub_change_port_stat()
683 p->change |= USB_PORT_STAT_C_CONNECTION; in ast_vhub_set_port_feature()
/linux/drivers/usb/misc/
H A Dlvstest.c359 if (portchange & USB_PORT_STAT_C_CONNECTION) { in lvs_rh_work()
/linux/drivers/usb/renesas_usbhs/
H A Dmod_host.c1319 usbhsh_port_stat_set(hpriv, USB_PORT_STAT_C_CONNECTION << 16); in usbhsh_irq_attch()
1347 usbhsh_port_stat_set(hpriv, USB_PORT_STAT_C_CONNECTION << 16); in usbhsh_irq_dtch()
/linux/drivers/usb/isp1760/
H A Disp1760-hcd.c2294 status |= USB_PORT_STAT_C_CONNECTION << 16; in isp1760_hub_control()
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c1552 status |= USB_PORT_STAT_C_CONNECTION << 16; in fotg210_hub_control()
/linux/drivers/usb/dwc2/
H A Dhcd.c3535 port_status |= USB_PORT_STAT_C_CONNECTION << 16; in dwc2_hcd_hub_control()