Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A DMakefile31 obj-$(CONFIG_USB_FUNCTION_FASTBOOT) += f_fastboot.o
H A Df_fastboot.c71 struct f_fastboot { struct
79 static inline struct f_fastboot *func_to_fastboot(struct usb_function *f) in func_to_fastboot() argument
81 return container_of(f, struct f_fastboot, usb_function); in func_to_fastboot()
84 static struct f_fastboot *fastboot_func;
335 struct f_fastboot *f_fb = func_to_fastboot(f); in fastboot_bind()
392 struct f_fastboot *f_fb = func_to_fastboot(f); in fastboot_disable()
434 struct f_fastboot *f_fb = func_to_fastboot(f); in fastboot_set_alt()
484 struct f_fastboot *f_fb = fastboot_func; in fastboot_add()