Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Df_fastboot.c335 struct f_fastboot *f_fb = func_to_fastboot(f); in fastboot_bind() local
350 f_fb->in_ep = usb_ep_autoconfig(gadget, &fs_ep_in); in fastboot_bind()
351 if (!f_fb->in_ep) in fastboot_bind()
353 f_fb->in_ep->driver_data = c->cdev; in fastboot_bind()
355 f_fb->out_ep = usb_ep_autoconfig(gadget, &fs_ep_out); in fastboot_bind()
356 if (!f_fb->out_ep) in fastboot_bind()
358 f_fb->out_ep->driver_data = c->cdev; in fastboot_bind()
392 struct f_fastboot *f_fb = func_to_fastboot(f); in fastboot_disable() local
394 usb_ep_disable(f_fb->out_ep); in fastboot_disable()
395 usb_ep_disable(f_fb->in_ep); in fastboot_disable()
[all …]