Searched refs:f_serial_opts (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/drivers/usb/gadget/function/ |
H A D | f_serial.c | 264 static inline struct f_serial_opts *to_f_serial_opts(struct config_item *item) to_f_serial_opts() 266 return container_of(to_config_group(item), struct f_serial_opts, to_f_serial_opts() 270 CONFIGFS_ATTR_STRUCT(f_serial_opts); f_serial_attr_show() variable 275 struct f_serial_opts *opts = to_f_serial_opts(item); f_serial_attr_show() 288 struct f_serial_opts *opts = to_f_serial_opts(item); serial_attr_release() 298 static ssize_t f_serial_port_num_show(struct f_serial_opts *opts, char *page) f_serial_port_num_show() 319 struct f_serial_opts *opts; gser_free_inst() 321 opts = container_of(f, struct f_serial_opts, func_inst); gser_free_inst() 328 struct f_serial_opts *opts; gser_alloc_inst() 363 struct f_serial_opts *opts; gser_alloc() 370 opts = container_of(fi, struct f_serial_opts, func_inst); gser_alloc()
|
H A D | f_obex.c | 411 static inline struct f_serial_opts *to_f_serial_opts(struct config_item *item) to_f_serial_opts() 413 return container_of(to_config_group(item), struct f_serial_opts, to_f_serial_opts() 417 CONFIGFS_ATTR_STRUCT(f_serial_opts); f_obex_attr_show() variable 422 struct f_serial_opts *opts = to_f_serial_opts(item); f_obex_attr_show() 435 struct f_serial_opts *opts = to_f_serial_opts(item); obex_attr_release() 445 static ssize_t f_obex_port_num_show(struct f_serial_opts *opts, char *page) f_obex_port_num_show() 466 struct f_serial_opts *opts; obex_free_inst() 468 opts = container_of(f, struct f_serial_opts, func_inst); obex_free_inst() 475 struct f_serial_opts *opts; obex_alloc_inst() 510 struct f_serial_opts *opts; obex_alloc() 517 opts = container_of(fi, struct f_serial_opts, func_inst); obex_alloc()
|
H A D | f_acm.c | 745 struct f_serial_opts *opts; acm_alloc_func() 766 opts = container_of(fi, struct f_serial_opts, func_inst); acm_alloc_func() 774 static inline struct f_serial_opts *to_f_serial_opts(struct config_item *item) to_f_serial_opts() 776 return container_of(to_config_group(item), struct f_serial_opts, to_f_serial_opts() 780 CONFIGFS_ATTR_STRUCT(f_serial_opts); f_acm_attr_show() variable 785 struct f_serial_opts *opts = to_f_serial_opts(item); f_acm_attr_show() 797 struct f_serial_opts *opts = to_f_serial_opts(item); acm_attr_release() 807 static ssize_t f_acm_port_num_show(struct f_serial_opts *opts, char *page) f_acm_port_num_show() 829 struct f_serial_opts *opts; acm_free_instance() 831 opts = container_of(fi, struct f_serial_opts, func_inst); acm_free_instance() 838 struct f_serial_opts *opts; acm_alloc_instance()
|
H A D | u_serial.h | 20 struct f_serial_opts { struct
|
Completed in 128 milliseconds