Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/greybus/
Dhd.c36 struct gb_host_device *hd = to_gb_host_device(dev); in bus_id_show()
108 struct gb_host_device *hd = to_gb_host_device(dev); in gb_hd_release()
Dcore.c91 hd = to_gb_host_device(dev); in greybus_uevent()
153 hd = to_gb_host_device(dev); in greybus_shutdown()
Dhd.h60 #define to_gb_host_device(d) container_of(d, struct gb_host_device, dev) macro