Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/function/
Df_phonet.c486 struct f_phonet_opts *phonet_opts; in pn_bind() local
488 phonet_opts = container_of(f->fi, struct f_phonet_opts, func_inst); in pn_bind()
497 if (!phonet_opts->bound) { in pn_bind()
498 gphonet_set_gadget(phonet_opts->net, gadget); in pn_bind()
499 status = gphonet_register_netdev(phonet_opts->net); in pn_bind()
502 phonet_opts->bound = true; in pn_bind()