Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Df_thor.c36 static struct f_thor *thor_func;
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()
862 struct f_thor *f_thor = func_to_thor(f); in thor_unbind() local
873 struct f_thor *f_thor = func_to_thor(f); in thor_func_disable() local
989 struct f_thor *f_thor; in thor_func_init() local
994 f_thor = memalign(CONFIG_SYS_CACHELINE_SIZE, sizeof(*f_thor)); in thor_func_init()
995 if (!f_thor) in thor_func_init()
998 memset(f_thor, 0, sizeof(*f_thor)); in thor_func_init()
[all …]
H A Df_thor.h115 struct f_thor { struct
H A DMakefile27 obj-$(CONFIG_USB_FUNCTION_THOR) += f_thor.o