Home
last modified time | relevance | path

Searched refs:USB_PORT_STAT_C_CONNECTION (Results 1 – 24 of 24) sorted by relevance

/Linux-v6.1/drivers/usb/host/
Dfhci-hub.c186 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()
Dfhci-sched.c405 !(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()
Duhci-hub.c280 wPortChange |= USB_PORT_STAT_C_CONNECTION; in uhci_hub_control()
Dxen-hcd.c177 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 | \
Dsl811-hcd.c725 sl811->port1 |= USB_PORT_STAT_C_CONNECTION << 16; in sl811h_irq()
1165 sl811->port1 |= (USB_PORT_STAT_C_CONNECTION << 16) in sl811h_timer()
Dehci-hub.c874 status |= USB_PORT_STAT_C_CONNECTION << 16; in ehci_hub_control()
Dmax3421-hcd.c84 #define PORT_C_MASK ((USB_PORT_STAT_C_CONNECTION | \
Dxhci-hub.c1137 status |= USB_PORT_STAT_C_CONNECTION << 16; in xhci_get_port_status()
Dr8a66597-hcd.c1004 rh->port |= USB_PORT_STAT_C_CONNECTION << 16; in start_root_hub_sampling()
Doxu210hp-hcd.c3666 status |= USB_PORT_STAT_C_CONNECTION << 16; in oxu_hub_control()
Du132-hcd.c245 #define PORT_C_MASK ((USB_PORT_STAT_C_CONNECTION | USB_PORT_STAT_C_ENABLE | \
Dfotg210-hcd.c1560 status |= USB_PORT_STAT_C_CONNECTION << 16; in fotg210_hub_control()
/Linux-v6.1/include/uapi/linux/usb/
Dch11.h176 #define USB_PORT_STAT_C_CONNECTION 0x0001 macro
/Linux-v6.1/drivers/usb/c67x00/
Dc67x00-hcd.c92 wPortChange |= USB_PORT_STAT_C_CONNECTION; in c67x00_hub_control()
/Linux-v6.1/drivers/usb/core/
Dhub.c1177 if (portchange & USB_PORT_STAT_C_CONNECTION) { in hub_activate()
1202 (portchange & USB_PORT_STAT_C_CONNECTION)) in hub_activate()
1213 (portchange & USB_PORT_STAT_C_CONNECTION) || in hub_activate()
2905 (portchange & USB_PORT_STAT_C_CONNECTION)) { in hub_port_wait_reset()
3180 if (portchange & USB_PORT_STAT_C_CONNECTION) in check_port_resume_type()
4550 if (!(portchange & USB_PORT_STAT_C_CONNECTION) && in hub_port_debounce()
4562 if (portchange & USB_PORT_STAT_C_CONNECTION) { in hub_port_debounce()
5204 (portchange & USB_PORT_STAT_C_CONNECTION)) in hub_port_connect()
5207 if (portchange & (USB_PORT_STAT_C_CONNECTION | in hub_port_connect()
5444 portchange &= ~(USB_PORT_STAT_C_CONNECTION | in hub_port_connect_change()
[all …]
/Linux-v6.1/drivers/usb/musb/
Dmusb_virthub.c202 | (USB_PORT_STAT_C_CONNECTION << 16); in musb_root_disconnect()
Dmusb_core.c663 musb->port1_status &= ~(USB_PORT_STAT_C_CONNECTION << 16); in musb_hnp_stop()
905 |(USB_PORT_STAT_C_CONNECTION << 16); in musb_handle_intr_connect()
/Linux-v6.1/drivers/usb/gadget/udc/aspeed-vhub/
Dhub.c514 chg &= USB_PORT_STAT_C_CONNECTION | in ast_vhub_change_port_stat()
683 p->change |= USB_PORT_STAT_C_CONNECTION; in ast_vhub_set_port_feature()
/Linux-v6.1/drivers/usb/gadget/udc/
Ddummy_hcd.c383 (USB_PORT_STAT_C_CONNECTION << 16); in set_link_state_by_speed()
391 (USB_PORT_STAT_C_CONNECTION << 16); in set_link_state_by_speed()
411 (USB_PORT_STAT_C_CONNECTION << 16); in set_link_state_by_speed()
417 (USB_PORT_STAT_C_CONNECTION << 16); in set_link_state_by_speed()
2008 ((USB_PORT_STAT_C_CONNECTION \
/Linux-v6.1/drivers/usb/misc/
Dlvstest.c359 if (portchange & USB_PORT_STAT_C_CONNECTION) { in lvs_rh_work()
/Linux-v6.1/drivers/usb/renesas_usbhs/
Dmod_host.c1319 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()
/Linux-v6.1/drivers/usb/usbip/
Dvhci_hcd.c211 ((USB_PORT_STAT_C_CONNECTION \
/Linux-v6.1/drivers/usb/isp1760/
Disp1760-hcd.c2294 status |= USB_PORT_STAT_C_CONNECTION << 16; in isp1760_hub_control()
/Linux-v6.1/drivers/usb/dwc2/
Dhcd.c3529 port_status |= USB_PORT_STAT_C_CONNECTION << 16; in dwc2_hcd_hub_control()