Lines Matching refs:hd
83 struct gb_host_device *hd; in greybus_uevent() local
91 hd = to_gb_host_device(dev); in greybus_uevent()
94 hd = module->hd; in greybus_uevent()
98 hd = intf->hd; in greybus_uevent()
103 hd = intf->hd; in greybus_uevent()
108 hd = intf->hd; in greybus_uevent()
111 hd = svc->hd; in greybus_uevent()
117 if (add_uevent_var(env, "BUS=%u", hd->bus_id)) in greybus_uevent()
151 struct gb_host_device *hd; in greybus_shutdown() local
153 hd = to_gb_host_device(dev); in greybus_shutdown()
154 gb_hd_shutdown(hd); in greybus_shutdown()