Lines Matching refs:f_obex
33 struct f_obex { struct
41 static inline struct f_obex *func_to_obex(struct usb_function *f) in func_to_obex() argument
43 return container_of(f, struct f_obex, port.func); in func_to_obex()
46 static inline struct f_obex *port_to_obex(struct gserial *p) in port_to_obex()
48 return container_of(p, struct f_obex, port); in port_to_obex()
195 struct f_obex *obex = func_to_obex(f); in obex_set_alt()
247 struct f_obex *obex = func_to_obex(f); in obex_get_alt()
254 struct f_obex *obex = func_to_obex(f); in obex_disable()
265 struct f_obex *obex = port_to_obex(g); in obex_connect()
278 struct f_obex *obex = port_to_obex(g); in obex_disconnect()
309 struct f_obex *obex = func_to_obex(f); in obex_bind()
451 struct f_obex *obex; in obex_free()
464 struct f_obex *obex; in obex_alloc()