f_obex             37 drivers/usb/gadget/function/f_obex.c static inline struct f_obex *func_to_obex(struct usb_function *f)
f_obex             39 drivers/usb/gadget/function/f_obex.c 	return container_of(f, struct f_obex, port.func);
f_obex             42 drivers/usb/gadget/function/f_obex.c static inline struct f_obex *port_to_obex(struct gserial *p)
f_obex             44 drivers/usb/gadget/function/f_obex.c 	return container_of(p, struct f_obex, port);
f_obex            191 drivers/usb/gadget/function/f_obex.c 	struct f_obex		*obex = func_to_obex(f);
f_obex            243 drivers/usb/gadget/function/f_obex.c 	struct f_obex		*obex = func_to_obex(f);
f_obex            250 drivers/usb/gadget/function/f_obex.c 	struct f_obex	*obex = func_to_obex(f);
f_obex            261 drivers/usb/gadget/function/f_obex.c 	struct f_obex		*obex = port_to_obex(g);
f_obex            274 drivers/usb/gadget/function/f_obex.c 	struct f_obex		*obex = port_to_obex(g);
f_obex            305 drivers/usb/gadget/function/f_obex.c 	struct f_obex		*obex = func_to_obex(f);
f_obex            448 drivers/usb/gadget/function/f_obex.c 	struct f_obex *obex;
f_obex            461 drivers/usb/gadget/function/f_obex.c 	struct f_obex	*obex;