| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/usb/ |
| H A D | ch11.h | 125 #define USB_PORT_STAT_CONNECTION 0x0001 macro 149 #define USB_SS_PORT_STAT_MASK (USB_PORT_STAT_CONNECTION | \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/usb/ |
| H A D | ch11.h | 125 #define USB_PORT_STAT_CONNECTION 0x0001 macro 149 #define USB_SS_PORT_STAT_MASK (USB_PORT_STAT_CONNECTION | \
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/usb/ |
| H A D | ch11.h | 125 #define USB_PORT_STAT_CONNECTION 0x0001 macro 149 #define USB_SS_PORT_STAT_MASK (USB_PORT_STAT_CONNECTION | \
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | usb_hub.c | 306 (portstatus & USB_PORT_STAT_CONNECTION) ? 1 : 0, in usb_hub_port_reset() 368 if (((!(portstatus & USB_PORT_STAT_CONNECTION)) && in usb_hub_port_connect_change() 373 if (!(portstatus & USB_PORT_STAT_CONNECTION)) in usb_hub_port_connect_change() 480 !(portstatus & USB_PORT_STAT_CONNECTION)) { in usb_scan_port() 522 (portstatus & USB_PORT_STAT_CONNECTION) && in usb_scan_port()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | usb_defs.h | 251 #define USB_PORT_STAT_CONNECTION 0x0001 macro 272 #define USB_SS_PORT_STAT_MASK (USB_PORT_STAT_CONNECTION | \
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | dummy_hcd.c | 378 dum_hcd->port_status &= ~(USB_PORT_STAT_CONNECTION | in set_link_state_by_speed() 381 USB_PORT_STAT_CONNECTION) != 0) in set_link_state_by_speed() 386 dum_hcd->port_status |= (USB_PORT_STAT_CONNECTION | in set_link_state_by_speed() 389 USB_PORT_STAT_CONNECTION) == 0) in set_link_state_by_speed() 403 dum_hcd->port_status &= ~(USB_PORT_STAT_CONNECTION | in set_link_state_by_speed() 409 USB_PORT_STAT_CONNECTION) != 0) in set_link_state_by_speed() 413 dum_hcd->port_status |= USB_PORT_STAT_CONNECTION; in set_link_state_by_speed() 415 USB_PORT_STAT_CONNECTION) == 0) in set_link_state_by_speed() 856 if ((dum_hcd->port_status & USB_PORT_STAT_CONNECTION) == 0) in dummy_wakeup() 1553 (USB_PORT_STAT_CONNECTION | USB_PORT_STAT_ENABLE | \ [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/usb/emul/ |
| H A D | sandbox_hub.c | 180 set |= USB_PORT_STAT_CONNECTION | in clrset_post_state() 192 clear |= USB_PORT_STAT_CONNECTION; in clrset_post_state()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | sl811-hcd.c | 148 rh_status.wPortStatus &= ~(USB_PORT_STAT_CONNECTION | USB_PORT_STAT_ENABLE); in sl811_hc_reset() 171 rh_status.wPortStatus |= USB_PORT_STAT_CONNECTION; in sl811_hc_reset() 186 rh_status.wPortStatus |= USB_PORT_STAT_CONNECTION | USB_PORT_STAT_LOW_SPEED; in sl811_hc_reset()
|
| H A D | r8a66597-hcd.c | 546 r8a66597->port_status = USB_PORT_STAT_CONNECTION | in check_usb_device_connecting()
|
| H A D | dwc2.c | 552 port_status |= USB_PORT_STAT_CONNECTION; in dwc_otg_submit_rh_msg_in_status()
|
| H A D | xhci.c | 980 tmpbuf[0] |= USB_PORT_STAT_CONNECTION; in xhci_submit_root()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/aspeed-vhub/ |
| H A D | hub.c | 520 USB_PORT_STAT_CONNECTION, true); in ast_vhub_device_connect() 523 USB_PORT_STAT_CONNECTION | in ast_vhub_device_connect() 656 if (p->status & USB_PORT_STAT_CONNECTION) { in ast_vhub_set_port_feature() 863 p->status &= USB_PORT_STAT_CONNECTION; in ast_vhub_hub_reset()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | fhci-sched.c | 404 (usb->vroot_hub->port.wPortStatus & USB_PORT_STAT_CONNECTION) && in sof_interrupt() 440 usb->vroot_hub->port.wPortStatus &= ~USB_PORT_STAT_CONNECTION; in fhci_device_disconnected_interrupt() 474 USB_PORT_STAT_CONNECTION); in fhci_device_connected_interrupt() 493 USB_PORT_STAT_CONNECTION; in fhci_device_connected_interrupt()
|
| H A D | sl811-hcd.c | 721 sl811->port1 &= ~USB_PORT_STAT_CONNECTION; in sl811h_irq() 723 sl811->port1 |= USB_PORT_STAT_CONNECTION; in sl811h_irq() 1128 const u32 mask = USB_PORT_STAT_CONNECTION in sl811h_timer() 1164 if (sl811->port1 & USB_PORT_STAT_CONNECTION) in sl811h_timer() 1176 if (sl811->port1 & USB_PORT_STAT_CONNECTION) { in sl811h_timer()
|
| H A D | uhci-hub.c | 296 wPortStatus |= USB_PORT_STAT_CONNECTION; in uhci_hub_control()
|
| H A D | xhci-hub.c | 769 pls |= USB_PORT_STAT_CONNECTION; in xhci_hub_report_usb3_link_state() 791 pls |= USB_PORT_STAT_CONNECTION; in xhci_hub_report_usb3_link_state() 1065 status |= USB_PORT_STAT_CONNECTION; in xhci_get_port_status()
|
| H A D | max3421-hcd.c | 1123 max3421_hcd->port_status |= USB_PORT_STAT_CONNECTION; in max3421_detect_conn() 1125 max3421_hcd->port_status &= ~USB_PORT_STAT_CONNECTION; in max3421_detect_conn()
|
| H A D | r8a66597-hcd.c | 1001 rh->port |= USB_PORT_STAT_CONNECTION; in start_root_hub_sampling() 1003 rh->port &= ~USB_PORT_STAT_CONNECTION; in start_root_hub_sampling() 1700 if (!(rh->port & USB_PORT_STAT_CONNECTION)) { in r8a66597_root_hub_control()
|
| /OK3568_Linux_fs/kernel/drivers/usb/usbip/ |
| H A D | vhci_hcd.c | 167 status |= USB_PORT_STAT_CONNECTION | (1 << USB_PORT_FEAT_C_CONNECTION); in rh_port_connect() 201 status &= ~USB_PORT_STAT_CONNECTION; in rh_port_disconnect() 585 USB_PORT_STAT_CONNECTION | in vhci_hub_control() 1469 USB_PORT_STAT_CONNECTION) in vhci_hcd_suspend() 1473 USB_PORT_STAT_CONNECTION) in vhci_hcd_suspend()
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | hub.c | 1132 if (udev || (portstatus & USB_PORT_STAT_CONNECTION)) in hub_activate() 1144 !(portstatus & USB_PORT_STAT_CONNECTION) || in hub_activate() 1199 if (!(portstatus & USB_PORT_STAT_CONNECTION) || in hub_activate() 1210 if (udev || (portstatus & USB_PORT_STAT_CONNECTION) || in hub_activate() 2819 (portstatus & USB_PORT_STAT_CONNECTION)) in hub_port_wait_reset() 2838 if (!(portstatus & USB_PORT_STAT_CONNECTION)) in hub_port_wait_reset() 3090 } else if (!(portstatus & USB_PORT_STAT_CONNECTION)) { in check_port_resume_type() 3511 if (status || *portstatus & USB_PORT_STAT_CONNECTION) in wait_for_connected() 4485 (portstatus & USB_PORT_STAT_CONNECTION) == connection) { in hub_port_debounce() 4487 (connection == USB_PORT_STAT_CONNECTION)) in hub_port_debounce() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/c67x00/ |
| H A D | c67x00-hcd.c | 96 wPortStatus |= USB_PORT_STAT_CONNECTION; in c67x00_hub_control()
|
| /OK3568_Linux_fs/kernel/drivers/usb/misc/ |
| H A D | lvstest.c | 364 USB_PORT_STAT_CONNECTION) { in lvs_rh_work()
|
| /OK3568_Linux_fs/kernel/drivers/usb/renesas_usbhs/ |
| H A D | mod_host.c | 1318 usbhsh_port_stat_set(hpriv, USB_PORT_STAT_CONNECTION); in usbhsh_irq_attch() 1346 usbhsh_port_stat_clear(hpriv, USB_PORT_STAT_CONNECTION); in usbhsh_irq_dtch()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/musb/ |
| H A D | musb_hcd.c | 522 port_status |= USB_PORT_STAT_CONNECTION in musb_submit_rh_msg()
|
| /OK3568_Linux_fs/kernel/drivers/usb/musb/ |
| H A D | tusb6010.c | 704 ~(USB_PORT_STAT_CONNECTION in tusb_otg_ints()
|