Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/legacy/
H A Dncm.c89 static struct usb_function *f_ncm; variable
104 f_ncm = usb_get_function(f_ncm_inst); in ncm_do_config()
105 if (IS_ERR(f_ncm)) in ncm_do_config()
106 return PTR_ERR(f_ncm); in ncm_do_config()
108 status = usb_add_function(c, f_ncm); in ncm_do_config()
110 usb_put_function(f_ncm); in ncm_do_config()
188 if (!IS_ERR_OR_NULL(f_ncm)) in gncm_unbind()
189 usb_put_function(f_ncm); in gncm_unbind()
/openbmc/linux/drivers/usb/gadget/function/
H A Df_ncm.c47 struct f_ncm { struct
611 struct f_ncm *ncm = req->context; in ncm_notify_complete()
642 struct f_ncm *ncm = func_to_ncm(f); in ncm_ep0out_complete()
669 struct f_ncm *ncm = func_to_ncm(f); in ncm_setup()
849 struct f_ncm *ncm = func_to_ncm(f); in ncm_set_alt()
930 struct f_ncm *ncm = func_to_ncm(f); in ncm_get_alt()
1137 struct f_ncm *ncm = container_of(data, struct f_ncm, task_timer); in ncm_tx_timeout()
1352 struct f_ncm *ncm = func_to_ncm(f); in ncm_disable()
1654 struct f_ncm *ncm; in ncm_free()
1667 struct f_ncm *ncm = func_to_ncm(f); in ncm_unbind()
[all …]
H A DMakefile20 usb_f_ncm-y := f_ncm.o