Home
last modified time | relevance | path

Searched refs:USB_PORT_STAT_RESET (Results 1 - 25 of 40) sorted by relevance

12

/kernel/linux/linux-5.10/include/uapi/linux/usb/
H A Dch11.h129 #define USB_PORT_STAT_RESET 0x0010 macro
152 USB_PORT_STAT_RESET)
/kernel/linux/linux-6.6/include/uapi/linux/usb/
H A Dch11.h127 #define USB_PORT_STAT_RESET 0x0010 macro
150 USB_PORT_STAT_RESET)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/usb/
H A Dch11.h62 #define USB_PORT_STAT_RESET 0x0010 macro
76 USB_PORT_STAT_RESET)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/usb/
H A Dch11.h75 #define USB_PORT_STAT_RESET 0x0010 macro
86 #define USB_SS_PORT_STAT_MASK (USB_PORT_STAT_CONNECTION | USB_PORT_STAT_ENABLE | USB_PORT_STAT_OVERCURRENT | USB_PORT_STAT_RESET)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/usb/
H A Dch11.h75 #define USB_PORT_STAT_RESET 0x0010 macro
86 #define USB_SS_PORT_STAT_MASK (USB_PORT_STAT_CONNECTION | USB_PORT_STAT_ENABLE | USB_PORT_STAT_OVERCURRENT | USB_PORT_STAT_RESET)
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/usb/musb/
H A Dmusb_virthub.c129 musb->port1_status &= ~USB_PORT_STAT_RESET; in musb_port_reset()
171 musb->port1_status |= USB_PORT_STAT_RESET; in musb_port_reset()
188 musb->port1_status &= ~USB_PORT_STAT_RESET; in musb_port_reset()
/kernel/linux/linux-5.10/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 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 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 Dehci-hub.c1141 status |= USB_PORT_STAT_RESET; in ehci_hub_control()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dfhci-hub.c309 USB_PORT_STAT_RESET; in fhci_hub_control()
314 ~USB_PORT_STAT_RESET; in fhci_hub_control()
H A Duhci-hub.c305 wPortStatus |= USB_PORT_STAT_RESET; in uhci_hub_control()
H A Dxen-hcd.c302 info->ports[port].status |= USB_PORT_STAT_RESET; in xenhcd_rhport_reset()
485 if ((info->ports[wIndex].status & USB_PORT_STAT_RESET) != 0 && in xenhcd_hub_control()
489 info->ports[wIndex].status &= ~USB_PORT_STAT_RESET; in xenhcd_hub_control()
H A Dmax3421-hcd.c1228 if (max3421_hcd->port_status & USB_PORT_STAT_RESET) { in max3421_handle_irqs()
1230 max3421_hcd->port_status &= ~USB_PORT_STAT_RESET; in max3421_handle_irqs()
1452 max3421_hcd->port_status |= USB_PORT_STAT_RESET; in max3421_reset_port()
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()
2216 rh->port |= USB_PORT_STAT_RESET; in r8a66597_hub_control()
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 Dehci-hub.c1011 status |= USB_PORT_STAT_RESET; in ehci_hub_control()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Ddummy_hcd.c453 (dum_hcd->port_status & USB_PORT_STAT_RESET) != 0) {
456 unsigned int reset = USB_PORT_STAT_RESET &
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()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Ddummy_hcd.c453 (dum_hcd->port_status & USB_PORT_STAT_RESET) != 0) {
456 unsigned int reset = USB_PORT_STAT_RESET &
2195 if ((dum_hcd->port_status & USB_PORT_STAT_RESET) != 0 && in dummy_hub_control()
2198 dum_hcd->port_status &= ~USB_PORT_STAT_RESET; in dummy_hub_control()
2296 USB_PORT_STAT_RESET); in dummy_hub_control()
2301 dum_hcd->port_status |= USB_PORT_STAT_RESET; in dummy_hub_control()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c607 USB_PORT_STAT_RESET, in ast_vhub_port_reset()
644 clr |= USB_PORT_STAT_RESET; in ast_vhub_port_reset()
/kernel/linux/linux-5.10/drivers/usb/usbip/
H A Dvhci_hcd.c586 USB_PORT_STAT_RESET); in vhci_hub_control()

Completed in 35 milliseconds

12