Searched refs:f_fastboot (Results 1 – 10 of 10) sorted by relevance
71 struct f_fastboot { struct79 static inline struct f_fastboot *func_to_fastboot(struct usb_function *f) in func_to_fastboot() argument81 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()
31 obj-$(CONFIG_USB_FUNCTION_FASTBOOT) += f_fastboot.o