Home
last modified time | relevance | path

Searched refs:USB_PORT_STAT_RESET (Results 1 – 25 of 26) sorted by relevance

12

/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.h129 #define USB_PORT_STAT_RESET 0x0010 macro
152 USB_PORT_STAT_RESET)
/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.h129 #define USB_PORT_STAT_RESET 0x0010 macro
152 USB_PORT_STAT_RESET)
/OK3568_Linux_fs/kernel/include/uapi/linux/usb/
H A Dch11.h129 #define USB_PORT_STAT_RESET 0x0010 macro
152 USB_PORT_STAT_RESET)
/OK3568_Linux_fs/kernel/drivers/usb/musb/
H A Dmusb_virthub.c128 musb->port1_status &= ~USB_PORT_STAT_RESET; in musb_port_reset()
170 musb->port1_status |= USB_PORT_STAT_RESET; in musb_port_reset()
187 musb->port1_status &= ~USB_PORT_STAT_RESET; in musb_port_reset()
H A Dmusb_core.c2288 if (musb->port1_status & USB_PORT_STAT_RESET) in musb_deassert_reset()
/OK3568_Linux_fs/u-boot/include/
H A Dusb_defs.h255 #define USB_PORT_STAT_RESET 0x0010 macro
275 USB_PORT_STAT_RESET)
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dfhci-hub.c310 USB_PORT_STAT_RESET; in fhci_hub_control()
315 ~USB_PORT_STAT_RESET; in fhci_hub_control()
H A Duhci-hub.c305 wPortStatus |= USB_PORT_STAT_RESET; in uhci_hub_control()
H A Dmax3421-hcd.c1238 if (max3421_hcd->port_status & USB_PORT_STAT_RESET) { in max3421_handle_irqs()
1240 max3421_hcd->port_status &= ~USB_PORT_STAT_RESET; in max3421_handle_irqs()
1462 max3421_hcd->port_status |= USB_PORT_STAT_RESET; in max3421_reset_port()
H A Dsl811-hcd.c1300 if (sl811->port1 & USB_PORT_STAT_RESET) in sl811h_hub_control()
1324 sl811->port1 |= USB_PORT_STAT_RESET; in sl811h_hub_control()
H A Dr8a66597-hcd.c1048 rh->port &= ~USB_PORT_STAT_RESET; in r8a66597_usb_connect()
1688 if (rh->port & USB_PORT_STAT_RESET) { in r8a66597_root_hub_control()
2217 rh->port |= USB_PORT_STAT_RESET; in r8a66597_hub_control()
H A Dehci-hub.c1141 status |= USB_PORT_STAT_RESET; in ehci_hub_control()
H A Dxhci-hub.c1073 status |= USB_PORT_STAT_RESET; in xhci_get_port_status()
H A Doxu210hp-hcd.c3760 status |= USB_PORT_STAT_RESET; in oxu_hub_control()
/OK3568_Linux_fs/u-boot/drivers/usb/musb/
H A Dmusb_hcd.c438 port_status |= USB_PORT_STAT_RESET; in musb_port_reset()
448 port_status &= ~(USB_PORT_STAT_RESET | (USB_PORT_STAT_C_CONNECTION << 16)); in musb_port_reset()
528 if (port_status & USB_PORT_STAT_RESET) in musb_submit_rh_msg()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dsl811-hcd.c642 rh_status.wPortStatus |= USB_PORT_STAT_RESET; in sl811_rh_submit_urb()
645 rh_status.wPortStatus &= ~USB_PORT_STAT_RESET; in sl811_rh_submit_urb()
H A Ddwc2.c560 port_status |= USB_PORT_STAT_RESET; in dwc_otg_submit_rh_msg_in_status()
H A Dxhci.c1006 tmpbuf[0] |= USB_PORT_STAT_RESET; in xhci_submit_root()
H A Dehci-hcd.c768 tmpbuf[0] |= USB_PORT_STAT_RESET; in ehci_submit_root()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Ddummy_hcd.c453 (dum_hcd->port_status & USB_PORT_STAT_RESET) != 0) { in set_link_state()
456 unsigned int reset = USB_PORT_STAT_RESET & in set_link_state()
2182 if ((dum_hcd->port_status & USB_PORT_STAT_RESET) != 0 && in dummy_hub_control()
2185 dum_hcd->port_status &= ~USB_PORT_STAT_RESET; in dummy_hub_control()
2283 USB_PORT_STAT_RESET); in dummy_hub_control()
2288 dum_hcd->port_status |= USB_PORT_STAT_RESET; in dummy_hub_control()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c582 USB_PORT_STAT_RESET, in ast_vhub_port_reset()
619 clr |= USB_PORT_STAT_RESET; in ast_vhub_port_reset()
/OK3568_Linux_fs/kernel/drivers/usb/usbip/
H A Dvhci_hcd.c586 USB_PORT_STAT_RESET); in vhci_hub_control()
/OK3568_Linux_fs/kernel/drivers/usb/isp1760/
H A Disp1760-hcd.c1991 status |= USB_PORT_STAT_RESET; in isp1760_hub_control()
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dhub.c2818 if (!(portstatus & USB_PORT_STAT_RESET) && in hub_port_wait_reset()
2831 if ((portstatus & USB_PORT_STAT_RESET)) in hub_port_wait_reset()
/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dhcd.c3587 port_status |= USB_PORT_STAT_RESET; in dwc2_hcd_hub_control()

12