/openbmc/linux/drivers/usb/host/ |
H A D | fhci-hub.c | 186 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 D | fhci-sched.c | 405 !(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 D | uhci-hub.c | 280 wPortChange |= USB_PORT_STAT_C_CONNECTION; in uhci_hub_control()
|
H A D | xen-hcd.c | 177 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 D | sl811-hcd.c | 727 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 D | ehci-hub.c | 875 status |= USB_PORT_STAT_C_CONNECTION << 16; in ehci_hub_control()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | sl811-hcd.c | 148 rh_status.wPortChange |= USB_PORT_STAT_C_CONNECTION; in sl811_hc_reset() 190 rh_status.wPortChange |= USB_PORT_STAT_C_CONNECTION; in sl811_hc_reset() 613 rh_status.wPortChange &= ~USB_PORT_STAT_C_CONNECTION; in sl811_rh_submit_urb()
|
H A D | r8a66597-hcd.c | 571 r8a66597->port_change = USB_PORT_STAT_C_CONNECTION; in check_usb_device_connecting() 642 r8a66597->port_change &= ~USB_PORT_STAT_C_CONNECTION; in r8a66597_submit_rh_msg()
|
H A D | usb-uclass.c | 705 USB_PORT_STAT_C_CONNECTION) in usb_detect_change()
|
H A D | dwc2.c | 570 port_change |= USB_PORT_STAT_C_CONNECTION; in dwc_otg_submit_rh_msg_in_status()
|
H A D | xhci.c | 1018 tmpbuf[2] |= USB_PORT_STAT_C_CONNECTION; in xhci_submit_root()
|
/openbmc/linux/include/uapi/linux/usb/ |
H A D | ch11.h | 174 #define USB_PORT_STAT_C_CONNECTION 0x0001 macro
|
/openbmc/u-boot/include/ |
H A D | usb_defs.h | 277 #define USB_PORT_STAT_C_CONNECTION 0x0001 macro
|
/openbmc/u-boot/common/ |
H A D | usb_hub.c | 302 (portchange & USB_PORT_STAT_C_CONNECTION) ? 1 : 0, in usb_hub_port_reset() 476 if (!(portchange & USB_PORT_STAT_C_CONNECTION) && in usb_scan_port()
|
H A D | usb.c | 166 USB_PORT_STAT_C_CONNECTION) in usb_detect_change()
|
/openbmc/linux/drivers/usb/c67x00/ |
H A D | c67x00-hcd.c | 92 wPortChange |= USB_PORT_STAT_C_CONNECTION; in c67x00_hub_control()
|
/openbmc/linux/drivers/usb/core/ |
H A D | hub.c | 1199 if (portchange & USB_PORT_STAT_C_CONNECTION) { in hub_activate() 1224 (portchange & USB_PORT_STAT_C_CONNECTION)) in hub_activate() 1235 (portchange & USB_PORT_STAT_C_CONNECTION) || in hub_activate() 2938 (portchange & USB_PORT_STAT_C_CONNECTION)) { in hub_port_wait_reset() 3253 if (portchange & USB_PORT_STAT_C_CONNECTION) in check_port_resume_type() 4630 if (!(portchange & USB_PORT_STAT_C_CONNECTION) && in hub_port_debounce() 4642 if (portchange & USB_PORT_STAT_C_CONNECTION) { in hub_port_debounce() 5338 (portchange & USB_PORT_STAT_C_CONNECTION)) in hub_port_connect() 5341 if (portchange & (USB_PORT_STAT_C_CONNECTION | in hub_port_connect() 5581 portchange &= ~(USB_PORT_STAT_C_CONNECTION | in hub_port_connect_change() [all …]
|
/openbmc/linux/drivers/usb/musb/ |
H A D | musb_virthub.c | 201 | (USB_PORT_STAT_C_CONNECTION << 16); in musb_root_disconnect()
|
H A D | musb_core.c | 661 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()
|
/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | hub.c | 513 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()
|
/openbmc/u-boot/drivers/usb/musb/ |
H A D | musb_hcd.c | 447 port_status &= ~(USB_PORT_STAT_RESET | (USB_PORT_STAT_C_CONNECTION << 16)); in musb_port_reset() 522 | (USB_PORT_STAT_C_CONNECTION << 16); in musb_submit_rh_msg()
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | dummy_hcd.c | 386 (USB_PORT_STAT_C_CONNECTION << 16); in set_link_state_by_speed() 394 (USB_PORT_STAT_C_CONNECTION << 16); in set_link_state_by_speed() 414 (USB_PORT_STAT_C_CONNECTION << 16); in set_link_state_by_speed() 420 (USB_PORT_STAT_C_CONNECTION << 16); in set_link_state_by_speed() 2018 ((USB_PORT_STAT_C_CONNECTION \
|
/openbmc/linux/drivers/usb/misc/ |
H A D | lvstest.c | 359 if (portchange & USB_PORT_STAT_C_CONNECTION) { in lvs_rh_work()
|
/openbmc/linux/drivers/usb/renesas_usbhs/ |
H A D | mod_host.c | 1319 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()
|
/openbmc/u-boot/drivers/usb/musb-new/ |
H A D | musb_core.c | 401 musb->port1_status &= ~(USB_PORT_STAT_C_CONNECTION << 16); in musb_hnp_stop() 688 |(USB_PORT_STAT_C_CONNECTION << 16); in musb_stage0_irq()
|