Home
last modified time | relevance | path

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

/drivers/staging/greybus/
Dusb.c33 struct gb_usb_device { struct
38 static inline struct gb_usb_device *to_gb_usb_device(struct usb_hcd *hcd) in to_gb_usb_device() argument
40 return (struct gb_usb_device *)hcd->hcd_priv; in to_gb_usb_device()
43 static inline struct usb_hcd *gb_usb_device_to_hcd(struct gb_usb_device *dev) in gb_usb_device_to_hcd()
50 struct gb_usb_device *dev = to_gb_usb_device(hcd); in hcd_stop()
62 struct gb_usb_device *dev = to_gb_usb_device(hcd); in hcd_start()
101 struct gb_usb_device *dev = to_gb_usb_device(hcd); in hub_control()
143 .hcd_priv_size = sizeof(struct gb_usb_device),
163 struct gb_usb_device *gb_usb_dev; in gb_usb_probe()
221 struct gb_usb_device *gb_usb_dev = gb_gbphy_get_data(gbphy_dev); in gb_usb_remove()