Lines Matching defs:f_obex2
149 struct usb_function *f_obex2 = NULL;
169 f_obex2 = usb_get_function(fi_obex2);
170 if (IS_ERR(f_obex2))
204 if (!IS_ERR_OR_NULL(f_obex2)) {
205 obex2_stat = usb_add_function(c, f_obex2);
229 f_obex2_cfg1 = f_obex2;
236 f_obex2_cfg2 = f_obex2;
247 usb_remove_function(c, f_obex2);
258 if (!IS_ERR_OR_NULL(f_obex2))
259 usb_put_function(f_obex2);