Home
last modified time | relevance | path

Searched refs:f_acm (Results 1 – 2 of 2) sorted by relevance

/u-boot/drivers/usb/gadget/
A Df_acm.c212 struct f_acm *f_acm = func_to_acm(f); in acm_bind() local
267 struct f_acm *f_acm = func_to_acm(f); in acm_unbind() local
285 struct f_acm *f_acm = req->context; in acm_tx_complete() local
292 struct f_acm *f_acm = req->context; in acm_rx_complete() local
335 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() local
391 struct f_acm *f_acm = func_to_acm(f); in acm_setup() local
450 struct f_acm *f_acm = func_to_acm(f); in acm_disable() local
530 struct f_acm *f_acm; in acm_add() local
[all …]
A DMakefile31 obj-$(CONFIG_USB_FUNCTION_ACM) += f_acm.o

Completed in 6 milliseconds