Searched refs:f_thor (Results 1 – 3 of 3) sorted by relevance
36 static struct f_thor *thor_func;749 struct f_thor *f_thor = func_to_thor(f); in thor_func_bind() local754 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() local873 struct f_thor *f_thor = func_to_thor(f); in thor_func_disable() local989 struct f_thor *f_thor; in thor_func_init() local994 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 …]
115 struct f_thor { struct
27 obj-$(CONFIG_USB_FUNCTION_THOR) += f_thor.o