Home
last modified time | relevance | path

Searched refs:f_gser (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/usb/gadget/function/
Df_serial.c30 struct f_gser { struct
36 static inline struct f_gser *func_to_gser(struct usb_function *f) in func_to_gser() argument
38 return container_of(f, struct f_gser, port.func); in func_to_gser()
151 struct f_gser *gser = func_to_gser(f); in gser_set_alt()
177 struct f_gser *gser = func_to_gser(f); in gser_disable()
192 struct f_gser *gser = func_to_gser(f); in gser_bind()
322 struct f_gser *serial; in gser_free()
335 struct f_gser *gser; in gser_alloc()