Home
last modified time | relevance | path

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

/drivers/staging/greybus/
Dusb.c35 struct gb_usb_device { struct
40 static inline struct gb_usb_device *to_gb_usb_device(struct usb_hcd *hcd) in to_gb_usb_device() argument
42 return (struct gb_usb_device *)hcd->hcd_priv; in to_gb_usb_device()
45 static inline struct usb_hcd *gb_usb_device_to_hcd(struct gb_usb_device *dev) in gb_usb_device_to_hcd()
52 struct gb_usb_device *dev = to_gb_usb_device(hcd); in hcd_stop()
64 struct gb_usb_device *dev = to_gb_usb_device(hcd); in hcd_start()
103 struct gb_usb_device *dev = to_gb_usb_device(hcd); in hub_control()
145 .hcd_priv_size = sizeof(struct gb_usb_device),
165 struct gb_usb_device *gb_usb_dev; in gb_usb_probe()
223 struct gb_usb_device *gb_usb_dev = gb_gbphy_get_data(gbphy_dev); in gb_usb_remove()