Lines Matching refs:f_gser
27 struct f_gser { struct
33 static inline struct f_gser *func_to_gser(struct usb_function *f) in func_to_gser() argument
35 return container_of(f, struct f_gser, port.func); in func_to_gser()
148 struct f_gser *gser = func_to_gser(f); in gser_set_alt()
174 struct f_gser *gser = func_to_gser(f); in gser_disable()
189 struct f_gser *gser = func_to_gser(f); in gser_bind()
338 struct f_gser *serial; in gser_free()
346 struct f_gser *gser = func_to_gser(f); in gser_unbind()
355 struct f_gser *gser = func_to_gser(f); in gser_resume()
362 struct f_gser *gser = func_to_gser(f); in gser_suspend()
369 struct f_gser *gser; in gser_alloc()