Searched refs:f_serial_opts (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_serial.c | 255 static inline struct f_serial_opts *to_f_serial_opts(struct config_item *item) in to_f_serial_opts() 257 return container_of(to_config_group(item), struct f_serial_opts, in to_f_serial_opts() 263 struct f_serial_opts *opts = to_f_serial_opts(item); in serial_attr_release() 292 struct f_serial_opts *opts; in gser_free_inst() 294 opts = container_of(f, struct f_serial_opts, func_inst); in gser_free_inst() 301 struct f_serial_opts *opts; in gser_alloc_inst() 336 struct f_serial_opts *opts; in gser_alloc() 343 opts = container_of(fi, struct f_serial_opts, func_inst); in gser_alloc()
|
D | f_obex.c | 384 static inline struct f_serial_opts *to_f_serial_opts(struct config_item *item) in to_f_serial_opts() 386 return container_of(to_config_group(item), struct f_serial_opts, in to_f_serial_opts() 392 struct f_serial_opts *opts = to_f_serial_opts(item); in obex_attr_release() 421 struct f_serial_opts *opts; in obex_free_inst() 423 opts = container_of(f, struct f_serial_opts, func_inst); in obex_free_inst() 430 struct f_serial_opts *opts; in obex_alloc_inst() 465 struct f_serial_opts *opts; in obex_alloc() 472 opts = container_of(fi, struct f_serial_opts, func_inst); in obex_alloc()
|
D | f_acm.c | 729 struct f_serial_opts *opts; in acm_alloc_func() 750 opts = container_of(fi, struct f_serial_opts, func_inst); in acm_alloc_func() 758 static inline struct f_serial_opts *to_f_serial_opts(struct config_item *item) in to_f_serial_opts() 760 return container_of(to_config_group(item), struct f_serial_opts, in to_f_serial_opts() 766 struct f_serial_opts *opts = to_f_serial_opts(item); in acm_attr_release() 795 struct f_serial_opts *opts; in acm_free_instance() 797 opts = container_of(fi, struct f_serial_opts, func_inst); in acm_free_instance() 804 struct f_serial_opts *opts; in acm_alloc_instance()
|
D | u_serial.h | 20 struct f_serial_opts { struct
|