Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/gadget/
Df_fastboot.c38 struct f_fastboot { struct
46 static inline struct f_fastboot *func_to_fastboot(struct usb_function *f) in func_to_fastboot() argument
48 return container_of(f, struct f_fastboot, usb_function); in func_to_fastboot()
51 static struct f_fastboot *fastboot_func;
152 struct f_fastboot *f_fb = func_to_fastboot(f); in fastboot_bind()
201 struct f_fastboot *f_fb = func_to_fastboot(f); in fastboot_disable()
243 struct f_fastboot *f_fb = func_to_fastboot(f); in fastboot_set_alt()
291 struct f_fastboot *f_fb = fastboot_func; in fastboot_add()
DMakefile29 obj-$(CONFIG_USB_FUNCTION_FASTBOOT) += f_fastboot.o