Lines Matching full:hd
113 const struct gb_host_device *hd; in greybus_uevent() local
121 hd = to_gb_host_device(dev); in greybus_uevent()
124 hd = module->hd; in greybus_uevent()
128 hd = intf->hd; in greybus_uevent()
133 hd = intf->hd; in greybus_uevent()
138 hd = intf->hd; in greybus_uevent()
141 hd = svc->hd; in greybus_uevent()
147 if (add_uevent_var(env, "BUS=%u", hd->bus_id)) in greybus_uevent()
181 struct gb_host_device *hd; in greybus_shutdown() local
183 hd = to_gb_host_device(dev); in greybus_shutdown()
184 gb_hd_shutdown(hd); in greybus_shutdown()