Lines Matching refs:f_ncm
48 struct f_ncm { struct
79 static inline struct f_ncm *func_to_ncm(struct usb_function *f) in func_to_ncm() argument
81 return container_of(f, struct f_ncm, port.func); in func_to_ncm()
518 static inline void ncm_reset_values(struct f_ncm *ncm) in ncm_reset_values()
535 static void ncm_do_notify(struct f_ncm *ncm) in ncm_do_notify()
603 static void ncm_notify(struct f_ncm *ncm) in ncm_notify()
621 struct f_ncm *ncm = req->context; in ncm_notify_complete()
652 struct f_ncm *ncm = func_to_ncm(f); in ncm_ep0out_complete()
679 struct f_ncm *ncm = func_to_ncm(f); in ncm_setup()
859 struct f_ncm *ncm = func_to_ncm(f); in ncm_set_alt()
940 struct f_ncm *ncm = func_to_ncm(f); in ncm_get_alt()
947 static struct sk_buff *package_for_tx(struct f_ncm *ncm) in package_for_tx()
1007 struct f_ncm *ncm = func_to_ncm(&port->func); in ncm_wrap_ntb()
1147 struct f_ncm *ncm = container_of(data, struct f_ncm, task_timer); in ncm_tx_timeout()
1168 struct f_ncm *ncm = func_to_ncm(&port->func); in ncm_unwrap_ntb()
1366 struct f_ncm *ncm = func_to_ncm(f); in ncm_disable()
1404 struct f_ncm *ncm = func_to_ncm(&geth->func); in ncm_open()
1416 struct f_ncm *ncm = func_to_ncm(&geth->func); in ncm_close()
1433 struct f_ncm *ncm = func_to_ncm(f); in ncm_bind()
1717 struct f_ncm *ncm; in ncm_free()
1730 struct f_ncm *ncm = func_to_ncm(f); in ncm_unbind()
1753 struct f_ncm *ncm; in ncm_alloc()