Home
last modified time | relevance | path

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

/drivers/usb/gadget/
Df_ecm.c47 struct f_ecm { struct
63 static inline struct f_ecm *func_to_ecm(struct usb_function *f) in func_to_ecm() argument
65 return container_of(f, struct f_ecm, port.func); in func_to_ecm()
374 static void ecm_do_notify(struct f_ecm *ecm) in ecm_do_notify()
431 static void ecm_notify(struct f_ecm *ecm) in ecm_notify()
444 struct f_ecm *ecm = req->context; in ecm_notify_complete()
467 struct f_ecm *ecm = func_to_ecm(f); in ecm_setup()
532 struct f_ecm *ecm = func_to_ecm(f); in ecm_set_alt()
613 struct f_ecm *ecm = func_to_ecm(f); in ecm_get_alt()
622 struct f_ecm *ecm = func_to_ecm(f); in ecm_disable()
[all …]