Lines Matching refs:intf
34 (id->vendor != bundle->intf->vendor_id)) in greybus_match_one_id()
38 (id->product != bundle->intf->product_id)) in greybus_match_one_id()
85 struct gb_interface *intf = NULL; in greybus_uevent() local
96 intf = to_gb_interface(dev); in greybus_uevent()
97 module = intf->module; in greybus_uevent()
98 hd = intf->hd; in greybus_uevent()
101 intf = control->intf; in greybus_uevent()
102 module = intf->module; in greybus_uevent()
103 hd = intf->hd; in greybus_uevent()
106 intf = bundle->intf; in greybus_uevent()
107 module = intf->module; in greybus_uevent()
108 hd = intf->hd; in greybus_uevent()
125 if (intf) { in greybus_uevent()
126 if (add_uevent_var(env, "INTERFACE=%u", intf->interface_id)) in greybus_uevent()
129 intf->vendor_id, intf->product_id)) in greybus_uevent()
177 retval = pm_runtime_get_sync(&bundle->intf->dev); in greybus_probe()
179 pm_runtime_put_noidle(&bundle->intf->dev); in greybus_probe()
183 retval = gb_control_bundle_activate(bundle->intf->control, bundle->id); in greybus_probe()
185 pm_runtime_put(&bundle->intf->dev); in greybus_probe()
209 gb_control_bundle_deactivate(bundle->intf->control, bundle->id); in greybus_probe()
215 pm_runtime_put(&bundle->intf->dev); in greybus_probe()
220 pm_runtime_put(&bundle->intf->dev); in greybus_probe()
245 if (bundle->intf->disconnected) in greybus_remove()
256 if (!bundle->intf->disconnected) in greybus_remove()
257 gb_control_bundle_deactivate(bundle->intf->control, bundle->id); in greybus_remove()