Home
last modified time | relevance | path

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

/drivers/usb/gadget/legacy/
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()
/drivers/usb/gadget/function/
A Df_ncm.c48 struct f_ncm { struct
621 struct f_ncm *ncm = req->context; in ncm_notify_complete()
652 struct f_ncm *ncm = func_to_ncm(f); in ncm_ep0out_complete()
679 struct f_ncm *ncm = func_to_ncm(f); in ncm_setup()
859 struct f_ncm *ncm = func_to_ncm(f); in ncm_set_alt()
940 struct f_ncm *ncm = func_to_ncm(f); in ncm_get_alt()
1147 struct f_ncm *ncm = container_of(data, struct f_ncm, task_timer); in ncm_tx_timeout()
1366 struct f_ncm *ncm = func_to_ncm(f); in ncm_disable()
1717 struct f_ncm *ncm; in ncm_free()
1730 struct f_ncm *ncm = func_to_ncm(f); in ncm_unbind()
[all …]
A DMakefile20 usb_f_ncm-y := f_ncm.o

Completed in 13 milliseconds