Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/legacy/
Dnokia.c115 static struct usb_function *f_phonet_cfg1; variable
228 f_phonet_cfg1 = f_phonet; in nokia_bind_config()
366 if (!IS_ERR_OR_NULL(f_phonet_cfg1)) in nokia_bind()
367 usb_put_function(f_phonet_cfg1); in nokia_bind()
400 if (!IS_ERR_OR_NULL(f_phonet_cfg1)) in nokia_unbind()
401 usb_put_function(f_phonet_cfg1); in nokia_unbind()