Home
last modified time | relevance | path

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

/u-boot/drivers/usb/gadget/
A Df_acm.c30 struct f_acm { struct
31 int ctrl_id;
32 int data_id;
57 static struct f_acm *default_acm_function; argument
212 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
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
[all …]

Completed in 4 milliseconds