Lines Matching refs:f_ncm
51 struct f_ncm { struct
85 static inline struct f_ncm *func_to_ncm(struct usb_function *f) in func_to_ncm() argument
87 return container_of(f, struct f_ncm, port.func); in func_to_ncm()
458 static inline void ncm_reset_values(struct f_ncm *ncm) in ncm_reset_values()
474 static void ncm_do_notify(struct f_ncm *ncm) in ncm_do_notify()
541 static void ncm_notify(struct f_ncm *ncm) in ncm_notify()
559 struct f_ncm *ncm = req->context; in ncm_notify_complete()
588 struct f_ncm *ncm = func_to_ncm(f); in ncm_ep0out_complete()
615 struct f_ncm *ncm = func_to_ncm(f); in ncm_setup()
798 struct f_ncm *ncm = func_to_ncm(f); in ncm_set_alt()
885 struct f_ncm *ncm = func_to_ncm(f); in ncm_get_alt()
892 static struct sk_buff *package_for_tx(struct f_ncm *ncm) in package_for_tx()
955 struct f_ncm *ncm = func_to_ncm(&port->func); in ncm_wrap_ntb()
1096 struct f_ncm *ncm = (void *)data; in ncm_tx_tasklet()
1123 struct f_ncm *ncm = container_of(data, struct f_ncm, task_timer); in ncm_tx_timeout()
1132 struct f_ncm *ncm = func_to_ncm(&port->func); in ncm_unwrap_ntb()
1275 struct f_ncm *ncm = func_to_ncm(f); in ncm_disable()
1315 struct f_ncm *ncm = func_to_ncm(&geth->func); in ncm_open()
1327 struct f_ncm *ncm = func_to_ncm(&geth->func); in ncm_close()
1344 struct f_ncm *ncm = func_to_ncm(f); in ncm_bind()
1555 struct f_ncm *ncm; in ncm_free()
1568 struct f_ncm *ncm = func_to_ncm(f); in ncm_unbind()
1584 struct f_ncm *ncm; in ncm_alloc()