Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/renesas_usbhs/
H A Dmod_host.c145 #define usbhsh_port_stat_set(h, s) ((h)->port_stat |= (s)) macro
1171 usbhsh_port_stat_set(hpriv, speed); in __usbhsh_hub_port_feature()
1172 usbhsh_port_stat_set(hpriv, USB_PORT_STAT_ENABLE); in __usbhsh_hub_port_feature()
1186 usbhsh_port_stat_set(hpriv, (1 << wValue)); in __usbhsh_hub_port_feature()
1318 usbhsh_port_stat_set(hpriv, USB_PORT_STAT_CONNECTION); in usbhsh_irq_attch()
1319 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()