Home
last modified time | relevance | path

Searched refs:f_obex2_cfg1 (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/usb/gadget/legacy/
Dnokia.c115 static struct usb_function *f_obex2_cfg1; variable
233 f_obex2_cfg1 = f_obex2; in nokia_bind_config()
367 if (!IS_ERR_OR_NULL(f_obex2_cfg1)) in nokia_bind()
368 usb_put_function(f_obex2_cfg1); in nokia_bind()
401 if (!IS_ERR_OR_NULL(f_obex2_cfg1)) in nokia_unbind()
402 usb_put_function(f_obex2_cfg1); in nokia_unbind()