Lines Matching refs:f_obex
34 struct f_obex { struct
43 static inline struct f_obex *func_to_obex(struct usb_function *f) in func_to_obex() argument
45 return container_of(f, struct f_obex, port.func); in func_to_obex()
48 static inline struct f_obex *port_to_obex(struct gserial *p) in port_to_obex()
50 return container_of(p, struct f_obex, port); in port_to_obex()
197 struct f_obex *obex = func_to_obex(f); in obex_set_alt()
249 struct f_obex *obex = func_to_obex(f); in obex_get_alt()
256 struct f_obex *obex = func_to_obex(f); in obex_disable()
267 struct f_obex *obex = port_to_obex(g); in obex_connect()
283 struct f_obex *obex = port_to_obex(g); in obex_disconnect()
317 struct f_obex *obex = func_to_obex(f); in obex_bind()
496 struct f_obex *obex; in obex_free()
509 struct f_obex *obex; in obex_alloc()