Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/gadget/function/
Df_serial.c252 static inline struct f_serial_opts *to_f_serial_opts(struct config_item *item) in to_f_serial_opts()
254 return container_of(to_config_group(item), struct f_serial_opts, in to_f_serial_opts()
260 struct f_serial_opts *opts = to_f_serial_opts(item); in serial_attr_release()
310 struct f_serial_opts *opts; in gser_free_inst()
312 opts = container_of(f, struct f_serial_opts, func_inst); in gser_free_inst()
319 struct f_serial_opts *opts; in gser_alloc_inst()
372 struct f_serial_opts *opts; in gser_alloc()
379 opts = container_of(fi, struct f_serial_opts, func_inst); in gser_alloc()
Df_obex.c381 static inline struct f_serial_opts *to_f_serial_opts(struct config_item *item) in to_f_serial_opts()
383 return container_of(to_config_group(item), struct f_serial_opts, in to_f_serial_opts()
389 struct f_serial_opts *opts = to_f_serial_opts(item); in obex_attr_release()
418 struct f_serial_opts *opts; in obex_free_inst()
420 opts = container_of(f, struct f_serial_opts, func_inst); in obex_free_inst()
427 struct f_serial_opts *opts; in obex_alloc_inst()
462 struct f_serial_opts *opts; in obex_alloc()
469 opts = container_of(fi, struct f_serial_opts, func_inst); in obex_alloc()
Df_acm.c744 struct f_serial_opts *opts; in acm_alloc_func()
765 opts = container_of(fi, struct f_serial_opts, func_inst); in acm_alloc_func()
775 static inline struct f_serial_opts *to_f_serial_opts(struct config_item *item) in to_f_serial_opts()
777 return container_of(to_config_group(item), struct f_serial_opts, in to_f_serial_opts()
783 struct f_serial_opts *opts = to_f_serial_opts(item); in acm_attr_release()
833 struct f_serial_opts *opts; in acm_free_instance()
835 opts = container_of(fi, struct f_serial_opts, func_inst); in acm_free_instance()
842 struct f_serial_opts *opts; in acm_alloc_instance()
Du_serial.h17 struct f_serial_opts { struct