Searched refs:f_serial_opts (Results 1 – 4 of 4) sorted by relevance
| /drivers/usb/gadget/function/ |
| A D | f_serial.c | 250 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() 376 struct f_serial_opts *opts; in gser_alloc() 383 opts = container_of(fi, struct f_serial_opts, func_inst); in gser_alloc()
|
| A D | f_obex.c | 380 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()
|
| A D | f_acm.c | 726 struct f_serial_opts *opts; in acm_free_func() 728 opts = container_of(f->fi, struct f_serial_opts, func_inst); in acm_free_func() 752 struct f_serial_opts *opts; in acm_alloc_func() 773 opts = container_of(fi, struct f_serial_opts, func_inst); in acm_alloc_func() 787 static inline struct f_serial_opts *to_f_serial_opts(struct config_item *item) in to_f_serial_opts() 789 return container_of(to_config_group(item), struct f_serial_opts, in to_f_serial_opts() 795 struct f_serial_opts *opts = to_f_serial_opts(item); in acm_attr_release() 837 struct f_serial_opts *opts = to_f_serial_opts(item); in f_acm_protocol_store() 876 struct f_serial_opts *opts; in acm_free_instance() 878 opts = container_of(fi, struct f_serial_opts, func_inst); in acm_free_instance() [all …]
|
| A D | u_serial.h | 17 struct f_serial_opts { struct
|
Completed in 16 milliseconds