Lines Matching refs:f_serial_opts
411 static inline struct f_serial_opts *to_f_serial_opts(struct config_item *item) in to_f_serial_opts()
413 return container_of(to_config_group(item), struct f_serial_opts, in to_f_serial_opts()
417 CONFIGFS_ATTR_STRUCT(f_serial_opts);
422 struct f_serial_opts *opts = to_f_serial_opts(item); in f_obex_attr_show()
435 struct f_serial_opts *opts = to_f_serial_opts(item); in obex_attr_release()
445 static ssize_t f_obex_port_num_show(struct f_serial_opts *opts, char *page) in f_obex_port_num_show()
466 struct f_serial_opts *opts; in obex_free_inst()
468 opts = container_of(f, struct f_serial_opts, func_inst); in obex_free_inst()
475 struct f_serial_opts *opts; in obex_alloc_inst()
510 struct f_serial_opts *opts; in obex_alloc()
517 opts = container_of(fi, struct f_serial_opts, func_inst); in obex_alloc()