Lines Matching refs:f_ecm
50 struct f_ecm { struct
66 static inline struct f_ecm *func_to_ecm(struct usb_function *f) in func_to_ecm() argument
68 return container_of(f, struct f_ecm, port.func); in func_to_ecm()
378 static void ecm_do_notify(struct f_ecm *ecm) in ecm_do_notify()
435 static void ecm_notify(struct f_ecm *ecm) in ecm_notify()
448 struct f_ecm *ecm = req->context; in ecm_notify_complete()
471 struct f_ecm *ecm = func_to_ecm(f); in ecm_setup()
536 struct f_ecm *ecm = func_to_ecm(f); in ecm_set_alt()
614 struct f_ecm *ecm = func_to_ecm(f); in ecm_get_alt()
623 struct f_ecm *ecm = func_to_ecm(f); in ecm_disable()
657 struct f_ecm *ecm = func_to_ecm(&geth->func); in ecm_open()
667 struct f_ecm *ecm = func_to_ecm(&geth->func); in ecm_close()
683 struct f_ecm *ecm = func_to_ecm(f); in ecm_bind()
889 struct f_ecm *ecm; in ecm_free()
902 struct f_ecm *ecm = func_to_ecm(f); in ecm_unbind()
914 struct f_ecm *ecm; in ecm_alloc()