Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/gadget/
Df_thor.c36 static struct f_thor *thor_func;
37 static inline struct f_thor *func_to_thor(struct usb_function *f) in func_to_thor()
39 return container_of(f, struct f_thor, usb_function); in func_to_thor()
749 struct f_thor *f_thor = func_to_thor(f); in thor_func_bind() local
754 thor_func = f_thor; in thor_func_bind()
761 f_thor->dev = dev; in thor_func_bind()
765 debug("f_thor: 0x%p thor: 0x%p\n", f_thor, dev); in thor_func_bind()
862 struct f_thor *f_thor = func_to_thor(f); in thor_unbind() local
863 struct thor_dev *dev = f_thor->dev; in thor_unbind()
873 struct f_thor *f_thor = func_to_thor(f); in thor_func_disable() local
[all …]
Df_thor.h115 struct f_thor { struct
DMakefile26 obj-$(CONFIG_USB_FUNCTION_THOR) += f_thor.o