Home
last modified time | relevance | path

Searched refs:f_obex (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_obex.c3 * f_obex.c -- USB CDC OBEX function driver
29 struct f_obex { struct
37 static inline struct f_obex *func_to_obex(struct usb_function *f) in func_to_obex()
39 return container_of(f, struct f_obex, port.func); in func_to_obex()
42 static inline struct f_obex *port_to_obex(struct gserial *p) in port_to_obex()
44 return container_of(p, struct f_obex, port); in port_to_obex()
191 struct f_obex *obex = func_to_obex(f); in obex_set_alt()
243 struct f_obex *obex = func_to_obex(f); in obex_get_alt()
250 struct f_obex *obex = func_to_obex(f); in obex_disable()
261 struct f_obex *obe in obex_connect()
[all...]
H A DMakefile17 usb_f_obex-y := f_obex.o
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_obex.c3 * f_obex.c -- USB CDC OBEX function driver
29 struct f_obex { struct
37 static inline struct f_obex *func_to_obex(struct usb_function *f) in func_to_obex()
39 return container_of(f, struct f_obex, port.func); in func_to_obex()
42 static inline struct f_obex *port_to_obex(struct gserial *p) in port_to_obex()
44 return container_of(p, struct f_obex, port); in port_to_obex()
191 struct f_obex *obex = func_to_obex(f); in obex_set_alt()
243 struct f_obex *obex = func_to_obex(f); in obex_get_alt()
250 struct f_obex *obex = func_to_obex(f); in obex_disable()
261 struct f_obex *obe in obex_connect()
[all...]
H A DMakefile17 usb_f_obex-y := f_obex.o

Completed in 2 milliseconds