Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/legacy/
Dnokia.c91 static struct usb_function *f_obex1_cfg1; variable
194 f_obex1_cfg1 = f_obex1; in nokia_bind_config()
288 if (!IS_ERR_OR_NULL(f_obex1_cfg1)) in nokia_bind()
289 usb_put_function(f_obex1_cfg1); in nokia_bind()
316 if (!IS_ERR_OR_NULL(f_obex1_cfg1)) in nokia_unbind()
317 usb_put_function(f_obex1_cfg1); in nokia_unbind()