Lines Matching refs:f_ncm
47 struct f_ncm { struct
78 static inline struct f_ncm *func_to_ncm(struct usb_function *f) in func_to_ncm() argument
80 return container_of(f, struct f_ncm, port.func); in func_to_ncm()
525 static inline void ncm_reset_values(struct f_ncm *ncm) in ncm_reset_values()
542 static void ncm_do_notify(struct f_ncm *ncm) in ncm_do_notify()
610 static void ncm_notify(struct f_ncm *ncm) in ncm_notify()
628 struct f_ncm *ncm = req->context; in ncm_notify_complete()
659 struct f_ncm *ncm = func_to_ncm(f); in ncm_ep0out_complete()
686 struct f_ncm *ncm = func_to_ncm(f); in ncm_setup()
866 struct f_ncm *ncm = func_to_ncm(f); in ncm_set_alt()
947 struct f_ncm *ncm = func_to_ncm(f); in ncm_get_alt()
954 static struct sk_buff *package_for_tx(struct f_ncm *ncm) in package_for_tx()
1014 struct f_ncm *ncm = func_to_ncm(&port->func); in ncm_wrap_ntb()
1154 struct f_ncm *ncm = container_of(data, struct f_ncm, task_timer); in ncm_tx_timeout()
1175 struct f_ncm *ncm = func_to_ncm(&port->func); in ncm_unwrap_ntb()
1349 struct f_ncm *ncm = func_to_ncm(f); in ncm_disable()
1387 struct f_ncm *ncm = func_to_ncm(&geth->func); in ncm_open()
1399 struct f_ncm *ncm = func_to_ncm(&geth->func); in ncm_close()
1416 struct f_ncm *ncm = func_to_ncm(f); in ncm_bind()
1658 struct f_ncm *ncm; in ncm_free()
1671 struct f_ncm *ncm = func_to_ncm(f); in ncm_unbind()
1694 struct f_ncm *ncm; in ncm_alloc()