Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dfhci-hub.c191 if (fhci->vroot_hub->port.wPortChange & (USB_PORT_STAT_C_CONNECTION | in fhci_hub_status_data()
258 ~USB_PORT_STAT_C_CONNECTION; in fhci_hub_control()
Dfhci-sched.c409 !(usb->vroot_hub->port.wPortChange & USB_PORT_STAT_C_CONNECTION)) { in sof_interrupt()
445 usb->vroot_hub->port.wPortChange |= USB_PORT_STAT_C_CONNECTION; in fhci_device_disconnected_interrupt()
480 USB_PORT_STAT_C_CONNECTION; in fhci_device_connected_interrupt()
499 USB_PORT_STAT_C_CONNECTION; in fhci_device_connected_interrupt()
Duhci-hub.c279 wPortChange |= USB_PORT_STAT_C_CONNECTION; in uhci_hub_control()
Dsl811-hcd.c724 sl811->port1 |= USB_PORT_STAT_C_CONNECTION << 16; in sl811h_irq()
1164 sl811->port1 |= (USB_PORT_STAT_C_CONNECTION << 16) in sl811h_timer()
Dehci-hub.c995 status |= USB_PORT_STAT_C_CONNECTION << 16; in ehci_hub_control()
Dxhci-hub.c702 status |= USB_PORT_STAT_C_CONNECTION << 16; in xhci_get_port_status()
Dmax3421-hcd.c82 #define PORT_C_MASK ((USB_PORT_STAT_C_CONNECTION | \
Dr8a66597-hcd.c1019 rh->port |= USB_PORT_STAT_C_CONNECTION << 16; in start_root_hub_sampling()
Doxu210hp-hcd.c3255 status |= USB_PORT_STAT_C_CONNECTION << 16; in oxu_hub_control()
Du132-hcd.c251 #define PORT_C_MASK ((USB_PORT_STAT_C_CONNECTION | USB_PORT_STAT_C_ENABLE | \
Dfotg210-hcd.c1585 status |= USB_PORT_STAT_C_CONNECTION << 16; in fotg210_hub_control()
/linux-4.4.14/include/uapi/linux/usb/
Dch11.h161 #define USB_PORT_STAT_C_CONNECTION 0x0001 macro
/linux-4.4.14/drivers/usb/wusbcore/
Drh.c309 wusb_port_by_idx(wusbhc, port_idx)->change &= ~USB_PORT_STAT_C_CONNECTION; in wusbhc_rh_clear_port_feat()
Ddevconnect.c331 port->change |= USB_PORT_STAT_C_CONNECTION; in wusbhc_devconnect_ack()
366 port->change |= USB_PORT_STAT_C_CONNECTION | USB_PORT_STAT_C_ENABLE; in __wusbhc_dev_disconnect()
/linux-4.4.14/drivers/usb/c67x00/
Dc67x00-hcd.c106 wPortChange |= USB_PORT_STAT_C_CONNECTION; in c67x00_hub_control()
/linux-4.4.14/drivers/usb/musb/
Dmusb_virthub.c224 | (USB_PORT_STAT_C_CONNECTION << 16); in musb_root_disconnect()
Dmusb_core.c522 musb->port1_status &= ~(USB_PORT_STAT_C_CONNECTION << 16); in musb_hnp_stop()
790 |(USB_PORT_STAT_C_CONNECTION << 16); in musb_stage0_irq()
/linux-4.4.14/drivers/usb/core/
Dhub.c1163 if (portchange & USB_PORT_STAT_C_CONNECTION) { in hub_activate()
1188 (portchange & USB_PORT_STAT_C_CONNECTION)) in hub_activate()
2719 (portchange & USB_PORT_STAT_C_CONNECTION)) in hub_port_wait_reset()
2960 if (portchange & USB_PORT_STAT_C_CONNECTION) in check_port_resume_type()
4152 if (!(portchange & USB_PORT_STAT_C_CONNECTION) && in hub_port_debounce()
4164 if (portchange & USB_PORT_STAT_C_CONNECTION) { in hub_port_debounce()
4683 (portchange & USB_PORT_STAT_C_CONNECTION)) in hub_port_connect()
4686 if (portchange & (USB_PORT_STAT_C_CONNECTION | in hub_port_connect()
4900 portchange &= ~(USB_PORT_STAT_C_CONNECTION | in hub_port_connect_change()
4950 if (portchange & USB_PORT_STAT_C_CONNECTION) { in port_event()
/linux-4.4.14/drivers/usb/gadget/udc/
Ddummy_hcd.c369 (USB_PORT_STAT_C_CONNECTION << 16); in set_link_state_by_speed()
377 (USB_PORT_STAT_C_CONNECTION << 16); in set_link_state_by_speed()
398 (USB_PORT_STAT_C_CONNECTION << 16); in set_link_state_by_speed()
404 (USB_PORT_STAT_C_CONNECTION << 16); in set_link_state_by_speed()
1943 ((USB_PORT_STAT_C_CONNECTION \
/linux-4.4.14/drivers/usb/misc/
Dlvstest.c328 if (portchange & USB_PORT_STAT_C_CONNECTION) { in lvs_rh_work()
/linux-4.4.14/drivers/usb/renesas_usbhs/
Dmod_host.c1333 usbhsh_port_stat_set(hpriv, USB_PORT_STAT_C_CONNECTION << 16); in usbhsh_irq_attch()
1361 usbhsh_port_stat_set(hpriv, USB_PORT_STAT_C_CONNECTION << 16); in usbhsh_irq_dtch()
/linux-4.4.14/drivers/usb/usbip/
Dvhci_hcd.c162 ((USB_PORT_STAT_C_CONNECTION \
/linux-4.4.14/drivers/usb/isp1760/
Disp1760-hcd.c1914 status |= USB_PORT_STAT_C_CONNECTION << 16; in isp1760_hub_control()
/linux-4.4.14/drivers/usb/dwc2/
Dhcd.c1685 port_status |= USB_PORT_STAT_C_CONNECTION << 16; in dwc2_hcd_hub_control()