Home
last modified time | relevance | path

Searched refs:USB_PORT_STAT_C_CONNECTION (Results 1 – 23 of 23) 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 Dfhci-sched.c405 !(usb->vroot_hub->port.wPortChange & USB_PORT_STAT_C_CONNECTION)) { in sof_interrupt()
441 usb->vroot_hub->port.wPortChange |= USB_PORT_STAT_C_CONNECTION; in fhci_device_disconnected_interrupt()
476 USB_PORT_STAT_C_CONNECTION; in fhci_device_connected_interrupt()
495 USB_PORT_STAT_C_CONNECTION; in fhci_device_connected_interrupt()
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 Dsl811-hcd.c727 sl811->port1 |= USB_PORT_STAT_C_CONNECTION << 16; in sl811h_irq()
1167 sl811->port1 |= (USB_PORT_STAT_C_CONNECTION << 16) in sl811h_timer()
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.c1129 status |= USB_PORT_STAT_C_CONNECTION << 16; in xhci_get_port_status()
H A Dr8a66597-hcd.c1004 rh->port |= USB_PORT_STAT_C_CONNECTION << 16; in start_root_hub_sampling()
H A Doxu210hp-hcd.c3666 status |= USB_PORT_STAT_C_CONNECTION << 16; in oxu_hub_control()
/linux/include/uapi/linux/usb/
H A Dch11.h174 #define USB_PORT_STAT_C_CONNECTION 0x0001 macro
/linux/drivers/usb/c67x00/
H A Dc67x00-hcd.c92 wPortChange |= USB_PORT_STAT_C_CONNECTION; in c67x00_hub_control()
/linux/drivers/usb/core/
H A Dhub.c1228 if (portchange & USB_PORT_STAT_C_CONNECTION) { in hub_activate()
1253 (portchange & USB_PORT_STAT_C_CONNECTION)) in hub_activate()
1264 (portchange & USB_PORT_STAT_C_CONNECTION) || in hub_activate()
2968 (portchange & USB_PORT_STAT_C_CONNECTION)) { in hub_port_wait_reset()
3283 if (portchange & USB_PORT_STAT_C_CONNECTION) in check_port_resume_type()
4660 if (!(portchange & USB_PORT_STAT_C_CONNECTION) && in hub_port_debounce()
4672 if (portchange & USB_PORT_STAT_C_CONNECTION) { in hub_port_debounce()
5368 (portchange & USB_PORT_STAT_C_CONNECTION)) in hub_port_connect()
5371 if (portchange & (USB_PORT_STAT_C_CONNECTION | in hub_port_connect()
5611 portchange &= ~(USB_PORT_STAT_C_CONNECTION | in hub_port_connect_change()
[all …]
/linux/drivers/usb/musb/
H A Dmusb_virthub.c201 | (USB_PORT_STAT_C_CONNECTION << 16); in musb_root_disconnect()
H A Dmusb_core.c661 musb->port1_status &= ~(USB_PORT_STAT_C_CONNECTION << 16); in musb_hnp_stop()
901 |(USB_PORT_STAT_C_CONNECTION << 16); in musb_handle_intr_connect()
/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c513 chg &= USB_PORT_STAT_C_CONNECTION | in ast_vhub_change_port_stat()
682 p->change |= USB_PORT_STAT_C_CONNECTION; in ast_vhub_set_port_feature()
/linux/drivers/usb/gadget/udc/
H A Ddummy_hcd.c385 (USB_PORT_STAT_C_CONNECTION << 16); in set_link_state_by_speed()
393 (USB_PORT_STAT_C_CONNECTION << 16); in set_link_state_by_speed()
413 (USB_PORT_STAT_C_CONNECTION << 16); in set_link_state_by_speed()
419 (USB_PORT_STAT_C_CONNECTION << 16); in set_link_state_by_speed()
2009 ((USB_PORT_STAT_C_CONNECTION \
/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/usbip/
H A Dvhci_hcd.c211 ((USB_PORT_STAT_C_CONNECTION \
/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()