Lines Matching full:port
4 …b_packet_state_change(int bus, const char *port, int ep, void *p, const char *o, const char *n) "b…
5 …sb_packet_state_fault(int bus, const char *port, int ep, void *p, const char *o, const char *n) "b…
8 usb_port_claim(int bus, const char *port) "bus %d, port %s"
9 usb_port_attach(int bus, const char *port, const char *devspeed, const char *portspeed) "bus %d, po…
10 usb_port_detach(int bus, const char *port) "bus %d, port %s"
11 usb_port_release(int bus, const char *port) "bus %d, port %s"
33 usb_ohci_port_attach(int index) "port #%d"
34 usb_ohci_port_detach(int index) "port #%d"
35 usb_ohci_port_wakeup(int index) "port #%d"
36 usb_ohci_port_suspend(int index) "port #%d"
37 usb_ohci_port_reset(int index) "port #%d"
63 usb_ohci_mem_port_read(uint32_t size, const char *name, uint32_t port, uint32_t addr, uint32_t offs…
67 usb_ohci_mem_port_write(uint32_t size, const char *name, uint32_t port, uint32_t addr, uint32_t off…
84 usb_ehci_portsc_read(uint32_t addr, uint32_t port, uint32_t val) "rd mmio 0x%04x [port %d] = 0x%x"
85 usb_ehci_portsc_write(uint32_t addr, uint32_t port, uint32_t val) "wr mmio 0x%04x [port %d] = 0x%x"
86 usb_ehci_portsc_change(uint32_t addr, uint32_t port, uint32_t new, uint32_t old) "ch mmio 0x%04x [p…
97 usb_ehci_port_attach(uint32_t port, const char *owner, const char *device) "attach port #%d, owner …
98 usb_ehci_port_detach(uint32_t port, const char *owner) "detach port #%d, owner %s"
99 usb_ehci_port_reset(uint32_t port, int enable) "reset port #%d - %d"
100 usb_ehci_port_suspend(uint32_t port) "port #%d"
101 usb_ehci_port_wakeup(uint32_t port) "port #%d"
102 usb_ehci_port_resume(uint32_t port) "port #%d"
148 usb_xhci_port_read(uint32_t port, uint32_t off, uint32_t val) "port %d, off 0x%04x, ret 0x%08x"
152 usb_xhci_port_write(uint32_t port, uint32_t off, uint32_t val) "port %d, off 0x%04x, val 0x%08x"
162 usb_xhci_port_reset(uint32_t port, bool warm) "port %d, warm %d"
163 usb_xhci_port_link(uint32_t port, uint32_t pls) "port %d, pls %d"
164 usb_xhci_port_notify(uint32_t port, uint32_t pls) "port %d, bits 0x%x"
167 usb_xhci_slot_address(uint32_t slotid, const char *port) "slotid %d, port %s"
197 usb_dwc2_port_disabled(uint32_t pnum) "port %d disabled"
198 usb_dwc2_device_found(uint32_t pnum) "device found on port %d"
208 usb_dwc2_attach(void *port) "port %p"
210 usb_dwc2_detach(void *port) "port %p"
211 usb_dwc2_child_detach(void *port, void *child) "port %p child %p"
212 usb_dwc2_wakeup(void *port) "port %p"
213 …2_async_packet_complete(void *port, void *pkt, uint32_t chan, void *dev, uint32_t ep, const char *…
254 usb_hub_get_port_status(int addr, int nr, int status, int changed) "dev %d, port %d, status 0x%x, c…
255 usb_hub_set_port_feature(int addr, int nr, const char *f) "dev %d, port %d, feature %s"
256 usb_hub_clear_port_feature(int addr, int nr, const char *f) "dev %d, port %d, feature %s"
257 usb_hub_attach(int addr, int nr) "dev %d, port %d"
258 usb_hub_detach(int addr, int nr) "dev %d, port %d"