Lines Matching refs:f_obex1
147 struct usb_function *f_obex1 = NULL;
163 f_obex1 = usb_get_function(fi_obex1);
164 if (IS_ERR(f_obex1))
198 if (!IS_ERR_OR_NULL(f_obex1)) {
199 obex1_stat = usb_add_function(c, f_obex1);
228 f_obex1_cfg1 = f_obex1;
235 f_obex1_cfg2 = f_obex1;
249 usb_remove_function(c, f_obex1);
260 if (!IS_ERR_OR_NULL(f_obex1))
261 usb_put_function(f_obex1);