Searched refs:f_thor (Results 1 – 3 of 3) sorted by relevance
36 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() local754 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() local863 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 …]
115 struct f_thor { struct
26 obj-$(CONFIG_USB_FUNCTION_THOR) += f_thor.o