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()
364 static void ecm_do_notify(struct f_ecm *ecm) in ecm_do_notify()
421 static void ecm_notify(struct f_ecm *ecm) in ecm_notify()
434 struct f_ecm *ecm = req->context; in ecm_notify_complete()
459 struct f_ecm *ecm = func_to_ecm(f); in ecm_setup()
524 struct f_ecm *ecm = func_to_ecm(f); in ecm_set_alt()
602 struct f_ecm *ecm = func_to_ecm(f); in ecm_get_alt()
611 struct f_ecm *ecm = func_to_ecm(f); in ecm_disable()
649 struct f_ecm *ecm = func_to_ecm(&geth->func); in ecm_open()
659 struct f_ecm *ecm = func_to_ecm(&geth->func); in ecm_close()
675 struct f_ecm *ecm = func_to_ecm(f); in ecm_bind()
877 struct f_ecm *ecm = func_to_ecm(f); in ecm_suspend()
887 struct f_ecm *ecm = func_to_ecm(f); in ecm_resume()
897 struct f_ecm *ecm; in ecm_free()
910 struct f_ecm *ecm = func_to_ecm(f); in ecm_unbind()
927 struct f_ecm *ecm; in ecm_alloc()