Lines Matching refs:f_ecm
47 struct f_ecm { struct
64 static inline struct f_ecm *func_to_ecm(struct usb_function *f) in func_to_ecm() argument
66 return container_of(f, struct f_ecm, port.func); in func_to_ecm()
365 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()
903 struct f_ecm *ecm; in ecm_free()
916 struct f_ecm *ecm = func_to_ecm(f); in ecm_unbind()
933 struct f_ecm *ecm; in ecm_alloc()