Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/legacy/
H A Dnokia.c146 struct usb_function *f_phonet = NULL; in nokia_bind_config() local
157 f_phonet = usb_get_function(fi_phonet); in nokia_bind_config()
158 if (IS_ERR(f_phonet)) in nokia_bind_config()
192 if (!IS_ERR_OR_NULL(f_phonet)) { in nokia_bind_config()
193 phonet_stat = usb_add_function(c, f_phonet); in nokia_bind_config()
227 f_phonet_cfg1 = f_phonet; in nokia_bind_config()
234 f_phonet_cfg2 = f_phonet; in nokia_bind_config()
251 usb_remove_function(c, f_phonet); in nokia_bind_config()
262 if (!IS_ERR_OR_NULL(f_phonet)) in nokia_bind_config()
263 usb_put_function(f_phonet); in nokia_bind_config()
/openbmc/linux/drivers/usb/gadget/function/
H A Df_phonet.c37 struct f_phonet *usb;
41 struct f_phonet { struct
227 struct f_phonet *fp; in pn_net_xmit()
382 struct f_phonet *fp = func_to_pn(f); in __pn_reset()
399 struct f_phonet *fp = func_to_pn(f); in pn_set_alt()
449 struct f_phonet *fp = func_to_pn(f); in pn_get_alt()
469 struct f_phonet *fp = func_to_pn(f); in pn_disconnect()
485 struct f_phonet *fp = func_to_pn(f); in pn_bind()
646 struct f_phonet *phonet; in phonet_free()
654 struct f_phonet *fp = func_to_pn(f); in pn_unbind()
[all …]
H A DMakefile24 usb_f_phonet-y := f_phonet.o