Lines Matching refs:f_ecm
46 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()
375 static void ecm_do_notify(struct f_ecm *ecm) in ecm_do_notify()
432 static void ecm_notify(struct f_ecm *ecm) in ecm_notify()
445 struct f_ecm *ecm = req->context; in ecm_notify_complete()
470 struct f_ecm *ecm = func_to_ecm(f); in ecm_setup()
535 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()
660 struct f_ecm *ecm = func_to_ecm(&geth->func); in ecm_open()
670 struct f_ecm *ecm = func_to_ecm(&geth->func); in ecm_close()
686 struct f_ecm *ecm = func_to_ecm(f); in ecm_bind()
894 struct f_ecm *ecm; in ecm_free()
907 struct f_ecm *ecm = func_to_ecm(f); in ecm_unbind()
924 struct f_ecm *ecm; in ecm_alloc()