Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/gadget/
Df_fastboot.c152 struct f_fastboot *f_fb = func_to_fastboot(f); in fastboot_bind() local
167 f_fb->in_ep = usb_ep_autoconfig(gadget, &fs_ep_in); in fastboot_bind()
168 if (!f_fb->in_ep) in fastboot_bind()
170 f_fb->in_ep->driver_data = c->cdev; in fastboot_bind()
172 f_fb->out_ep = usb_ep_autoconfig(gadget, &fs_ep_out); in fastboot_bind()
173 if (!f_fb->out_ep) in fastboot_bind()
175 f_fb->out_ep->driver_data = c->cdev; in fastboot_bind()
201 struct f_fastboot *f_fb = func_to_fastboot(f); in fastboot_disable() local
203 usb_ep_disable(f_fb->out_ep); in fastboot_disable()
204 usb_ep_disable(f_fb->in_ep); in fastboot_disable()
[all …]