Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Df_serial.c250 static inline struct f_serial_opts *to_f_serial_opts(struct config_item *item) in to_f_serial_opts()
252 return container_of(to_config_group(item), struct f_serial_opts, in to_f_serial_opts()
258 struct f_serial_opts *opts = to_f_serial_opts(item); in serial_attr_release()
308 struct f_serial_opts *opts; in gser_free_inst()
310 opts = container_of(f, struct f_serial_opts, func_inst); in gser_free_inst()
317 struct f_serial_opts *opts; in gser_alloc_inst()
370 struct f_serial_opts *opts; in gser_alloc()
377 opts = container_of(fi, struct f_serial_opts, func_inst); in gser_alloc()
H A Df_obex.c380 static inline struct f_serial_opts *to_f_serial_opts(struct config_item *item) in to_f_serial_opts()
382 return container_of(to_config_group(item), struct f_serial_opts, in to_f_serial_opts()
388 struct f_serial_opts *opts = to_f_serial_opts(item); in obex_attr_release()
417 struct f_serial_opts *opts; in obex_free_inst()
419 opts = container_of(f, struct f_serial_opts, func_inst); in obex_free_inst()
426 struct f_serial_opts *opts; in obex_alloc_inst()
461 struct f_serial_opts *opts; in obex_alloc()
468 opts = container_of(fi, struct f_serial_opts, func_inst); in obex_alloc()
H A Df_acm.c742 struct f_serial_opts *opts; in acm_alloc_func()
763 opts = container_of(fi, struct f_serial_opts, func_inst); in acm_alloc_func()
773 static inline struct f_serial_opts *to_f_serial_opts(struct config_item *item) in to_f_serial_opts()
775 return container_of(to_config_group(item), struct f_serial_opts, in to_f_serial_opts()
781 struct f_serial_opts *opts = to_f_serial_opts(item); in acm_attr_release()
831 struct f_serial_opts *opts; in acm_free_instance()
833 opts = container_of(fi, struct f_serial_opts, func_inst); in acm_free_instance()
840 struct f_serial_opts *opts; in acm_alloc_instance()
H A Du_serial.h17 struct f_serial_opts { struct