Searched refs:f_thor (Results 1 – 3 of 3) sorted by relevance
37 static struct f_thor *thor_func;38 static inline struct f_thor *func_to_thor(struct usb_function *f) in func_to_thor()40 return container_of(f, struct f_thor, usb_function); in func_to_thor()750 struct f_thor *f_thor = func_to_thor(f); in thor_func_bind() local755 thor_func = f_thor; in thor_func_bind()762 f_thor->dev = dev; in thor_func_bind()766 debug("f_thor: 0x%p thor: 0x%p\n", f_thor, dev); in thor_func_bind()863 struct f_thor *f_thor = func_to_thor(f); in thor_unbind() local864 struct thor_dev *dev = f_thor->dev; in thor_unbind()874 struct f_thor *f_thor = func_to_thor(f); in thor_func_disable() local[all …]
116 struct f_thor { struct
28 obj-$(CONFIG_USB_FUNCTION_THOR) += f_thor.o