Searched refs:f_serial_opts (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/usb/gadget/function/ |
D | f_serial.c | 252 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() 289 struct f_serial_opts *opts; in gser_free_inst() 291 opts = container_of(f, struct f_serial_opts, func_inst); in gser_free_inst() 298 struct f_serial_opts *opts; in gser_alloc_inst() 333 struct f_serial_opts *opts; in gser_alloc() 340 opts = container_of(fi, struct f_serial_opts, func_inst); in gser_alloc()
|
D | f_obex.c | 381 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()
|
D | f_acm.c | 728 struct f_serial_opts *opts; in acm_alloc_func() 749 opts = container_of(fi, struct f_serial_opts, func_inst); in acm_alloc_func() 757 static inline struct f_serial_opts *to_f_serial_opts(struct config_item *item) in to_f_serial_opts() 759 return container_of(to_config_group(item), struct f_serial_opts, in to_f_serial_opts() 765 struct f_serial_opts *opts = to_f_serial_opts(item); in acm_attr_release() 794 struct f_serial_opts *opts; in acm_free_instance() 796 opts = container_of(fi, struct f_serial_opts, func_inst); in acm_free_instance() 803 struct f_serial_opts *opts; in acm_alloc_instance()
|
D | u_serial.h | 17 struct f_serial_opts { struct
|