Home
last modified time | relevance | path

Searched refs:USB_PORT_STAT_ENABLE (Results 1 – 25 of 35) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dfhci-hub.c101 usb->vroot_hub->port.wPortStatus &= ~USB_PORT_STAT_ENABLE; in fhci_port_disable()
122 usb->vroot_hub->port.wPortStatus |= USB_PORT_STAT_ENABLE; in fhci_port_enable()
231 ~USB_PORT_STAT_ENABLE; in fhci_hub_control()
300 USB_PORT_STAT_ENABLE; in fhci_hub_control()
313 USB_PORT_STAT_ENABLE; in fhci_hub_control()
H A Dsl811-hcd.c737 if (sl811->port1 & USB_PORT_STAT_ENABLE) in sl811h_irq()
822 if (!(sl811->port1 & USB_PORT_STAT_ENABLE) in sl811h_urb_enqueue()
1129 | USB_PORT_STAT_ENABLE in sl811h_timer()
1302 if (!(sl811->port1 & USB_PORT_STAT_ENABLE)) in sl811h_hub_control()
H A Duhci-hub.c298 wPortStatus |= USB_PORT_STAT_ENABLE; in uhci_hub_control()
H A Dmax3421-hcd.c1241 max3421_hcd->port_status |= USB_PORT_STAT_ENABLE; in max3421_handle_irqs()
1460 max3421_hcd->port_status &= ~(USB_PORT_STAT_ENABLE | in max3421_reset_port()
H A Dehci-hub.c1124 status |= USB_PORT_STAT_ENABLE; in ehci_hub_control()
/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 Dch11.h126 #define USB_PORT_STAT_ENABLE 0x0002 macro
150 USB_PORT_STAT_ENABLE | \
/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 Dch11.h126 #define USB_PORT_STAT_ENABLE 0x0002 macro
150 USB_PORT_STAT_ENABLE | \
/OK3568_Linux_fs/kernel/include/uapi/linux/usb/
H A Dch11.h126 #define USB_PORT_STAT_ENABLE 0x0002 macro
150 USB_PORT_STAT_ENABLE | \
/OK3568_Linux_fs/u-boot/include/
H A Dusb_defs.h252 #define USB_PORT_STAT_ENABLE 0x0002 macro
273 USB_PORT_STAT_ENABLE | \
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c499 if (p->status & USB_PORT_STAT_ENABLE) in ast_vhub_change_port_stat()
524 USB_PORT_STAT_ENABLE, in ast_vhub_device_connect()
580 USB_PORT_STAT_ENABLE | in ast_vhub_port_reset()
620 set |= USB_PORT_STAT_ENABLE; in ast_vhub_port_reset()
639 if (!(p->status & USB_PORT_STAT_ENABLE)) in ast_vhub_set_port_feature()
683 USB_PORT_STAT_ENABLE | in ast_vhub_clr_port_feature()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dsl811-hcd.c148 rh_status.wPortStatus &= ~(USB_PORT_STAT_CONNECTION | USB_PORT_STAT_ENABLE); in sl811_hc_reset()
602 rh_status.wPortStatus &= ~USB_PORT_STAT_ENABLE; in sl811_rh_submit_urb()
646 rh_status.wPortStatus |= USB_PORT_STAT_ENABLE; in sl811_rh_submit_urb()
654 rh_status.wPortStatus |= USB_PORT_STAT_ENABLE; in sl811_rh_submit_urb()
H A Dr8a66597-hcd.c547 USB_PORT_STAT_ENABLE; in check_usb_device_connecting()
H A Ddwc2.c554 port_status |= USB_PORT_STAT_ENABLE; in dwc_otg_submit_rh_msg_in_status()
H A Dxhci.c1000 tmpbuf[0] |= USB_PORT_STAT_ENABLE; in xhci_submit_root()
/OK3568_Linux_fs/u-boot/common/
H A Dusb_hub.c307 (portstatus & USB_PORT_STAT_ENABLE) ? 1 : 0); in usb_hub_port_reset()
326 if (portstatus & USB_PORT_STAT_ENABLE) in usb_hub_port_reset()
369 (!(portstatus & USB_PORT_STAT_ENABLE))) || in usb_hub_port_connect_change()
521 if (!(portstatus & USB_PORT_STAT_ENABLE) && in usb_scan_port()
/OK3568_Linux_fs/kernel/drivers/usb/musb/
H A Dmusb_virthub.c171 musb->port1_status &= ~USB_PORT_STAT_ENABLE; in musb_port_reset()
188 musb->port1_status |= USB_PORT_STAT_ENABLE in musb_port_reset()
H A Dsunxi.c354 if (musb->port1_status & USB_PORT_STAT_ENABLE) in sunxi_musb_set_mode()
H A Dtusb6010.c705 | USB_PORT_STAT_ENABLE in tusb_otg_ints()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Ddummy_hcd.c379 USB_PORT_STAT_ENABLE); in set_link_state_by_speed()
392 if ((dum_hcd->port_status & USB_PORT_STAT_ENABLE) && in set_link_state_by_speed()
404 USB_PORT_STAT_ENABLE | in set_link_state_by_speed()
418 if ((dum_hcd->port_status & USB_PORT_STAT_ENABLE) == 0) in set_link_state_by_speed()
447 if ((dum_hcd->port_status & USB_PORT_STAT_ENABLE) == 0 || in set_link_state()
497 (dum->port_status & USB_PORT_STAT_ENABLE)
1553 (USB_PORT_STAT_CONNECTION | USB_PORT_STAT_ENABLE | \
1555 == (USB_PORT_STAT_CONNECTION | USB_PORT_STAT_ENABLE))
2187 dum_hcd->port_status |= USB_PORT_STAT_ENABLE; in dummy_hub_control()
2285 dum_hcd->port_status &= ~(USB_PORT_STAT_ENABLE in dummy_hub_control()
/OK3568_Linux_fs/u-boot/drivers/usb/musb/
H A Dmusb_hcd.c439 port_status &= ~USB_PORT_STAT_ENABLE; in musb_port_reset()
449 port_status |= USB_PORT_STAT_ENABLE in musb_port_reset()
525 | USB_PORT_STAT_ENABLE; in musb_submit_rh_msg()
/OK3568_Linux_fs/u-boot/drivers/usb/emul/
H A Dsandbox_hub.c181 USB_PORT_STAT_ENABLE; in clrset_post_state()
/OK3568_Linux_fs/kernel/drivers/usb/c67x00/
H A Dc67x00-hcd.c104 wPortStatus |= USB_PORT_STAT_ENABLE; in c67x00_hub_control()
/OK3568_Linux_fs/kernel/drivers/usb/usbip/
H A Dvhci_hcd.c471 USB_PORT_STAT_ENABLE; in vhci_hub_control()
587 } else if (vhci_hcd->port_status[rhport] & USB_PORT_STAT_ENABLE) { in vhci_hub_control()
588 vhci_hcd->port_status[rhport] &= ~(USB_PORT_STAT_ENABLE in vhci_hub_control()
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dhub.c1142 if ((portstatus & USB_PORT_STAT_ENABLE) && ( in hub_activate()
1153 portstatus &= ~USB_PORT_STAT_ENABLE; in hub_activate()
1216 } else if (portstatus & USB_PORT_STAT_ENABLE) { in hub_activate()
2852 if (!(portstatus & USB_PORT_STAT_ENABLE)) in hub_port_wait_reset()
3103 else if (!(portstatus & USB_PORT_STAT_ENABLE) && !udev->reset_resume) { in check_port_resume_type()
5165 if (portstatus & USB_PORT_STAT_ENABLE) in hub_port_connect()
5380 if (portstatus & USB_PORT_STAT_ENABLE) { in hub_port_connect_change()
5499 if (!(portstatus & USB_PORT_STAT_ENABLE) in port_event()
/OK3568_Linux_fs/kernel/drivers/usb/renesas_usbhs/
H A Dmod_host.c1172 usbhsh_port_stat_set(hpriv, USB_PORT_STAT_ENABLE); in __usbhsh_hub_port_feature()

12