Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Df_phonet.c489 struct f_phonet_opts *phonet_opts; in pn_bind() local
491 phonet_opts = container_of(f->fi, struct f_phonet_opts, func_inst); in pn_bind()
500 if (!phonet_opts->bound) { in pn_bind()
501 gphonet_set_gadget(phonet_opts->net, gadget); in pn_bind()
502 status = gphonet_register_netdev(phonet_opts->net); in pn_bind()
505 phonet_opts->bound = true; in pn_bind()