Searched refs:f_fastboot (Results 1 – 2 of 2) sorted by relevance
38 struct f_fastboot { struct46 static inline struct f_fastboot *func_to_fastboot(struct usb_function *f) in func_to_fastboot() argument48 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()
29 obj-$(CONFIG_USB_FUNCTION_FASTBOOT) += f_fastboot.o