Searched refs:f_acm (Results 1 – 2 of 2) sorted by relevance
212 struct f_acm *f_acm = func_to_acm(f); in acm_bind() local267 struct f_acm *f_acm = func_to_acm(f); in acm_unbind() local285 struct f_acm *f_acm = req->context; in acm_tx_complete() local292 struct f_acm *f_acm = req->context; in acm_rx_complete() local335 f_acm->req_in = acm_start_ep(f_acm->ep_in, acm_tx_complete, f_acm); in acm_start_data()343 f_acm->req_out = acm_start_ep(f_acm->ep_out, acm_rx_complete, f_acm); in acm_start_data()370 struct f_acm *f_acm = func_to_acm(f); in acm_set_alt() local391 struct f_acm *f_acm = func_to_acm(f); in acm_setup() local450 struct f_acm *f_acm = func_to_acm(f); in acm_disable() local530 struct f_acm *f_acm; in acm_add() local[all …]
31 obj-$(CONFIG_USB_FUNCTION_ACM) += f_acm.o
Completed in 6 milliseconds