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