Home
last modified time | relevance | path

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

/openbmc/linux/drivers/greybus/
H A 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()
H A Dcore.c91 hd = to_gb_host_device(dev); in greybus_uevent()
153 hd = to_gb_host_device(dev); in greybus_shutdown()
/openbmc/linux/include/linux/greybus/
H A Dhd.h63 #define to_gb_host_device(d) container_of(d, struct gb_host_device, dev) macro