Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/function/
Df_serial.c31 struct f_gser { struct
37 static inline struct f_gser *func_to_gser(struct usb_function *f) in func_to_gser() argument
39 return container_of(f, struct f_gser, port.func); in func_to_gser()
152 struct f_gser *gser = func_to_gser(f); in gser_set_alt()
178 struct f_gser *gser = func_to_gser(f); in gser_disable()
193 struct f_gser *gser = func_to_gser(f); in gser_bind()
349 struct f_gser *serial; in gser_free()
362 struct f_gser *gser; in gser_alloc()