Searched defs:wusb_port (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/wusbcore/
H A Ddevconnect.c286 struct wusb_port *port;
359 struct wusb_port *port)
408 struct wusb_port *wusb_port; local
419 wusb_port = wusb_port_by_idx(wusbhc, cnt);
420 wusb_dev = wusb_port->wusb_dev;
430 __wusbhc_dev_disconnect(wusbhc, wusb_port);
H A Dwusbhc.h79 * belongs to the 'struct wusb_port' it is attached to and it is
152 struct wusb_port { struct
263 struct wusb_port *port; /* Fake port status handling */
454 static inline struct wusb_port *wusb_port_by_idx(struct wusbhc *wusbhc,

Completed in 93 milliseconds