Home
last modified time | relevance | path

Searched refs:f_lb_opts (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/usb/gadget/function/
Df_loopback.c234 struct f_lb_opts *opts; in lb_free_func()
236 opts = container_of(f->fi, struct f_lb_opts, func_inst); in lb_free_func()
387 struct f_lb_opts *lb_opts; in loopback_alloc()
393 lb_opts = container_of(fi, struct f_lb_opts, func_inst); in loopback_alloc()
415 static inline struct f_lb_opts *to_f_lb_opts(struct config_item *item) in to_f_lb_opts()
417 return container_of(to_config_group(item), struct f_lb_opts, in to_f_lb_opts()
421 CONFIGFS_ATTR_STRUCT(f_lb_opts);
422 CONFIGFS_ATTR_OPS(f_lb_opts);
426 struct f_lb_opts *lb_opts = to_f_lb_opts(item); in lb_attr_release()
437 static ssize_t f_lb_opts_qlen_show(struct f_lb_opts *opts, char *page) in f_lb_opts_qlen_show()
[all …]
Dg_zero.h43 struct f_lb_opts { struct
/linux-4.1.27/drivers/usb/gadget/legacy/
Dzero.c278 struct f_lb_opts *lb_opts; in zero_bind()
318 lb_opts = container_of(func_inst_lb, struct f_lb_opts, func_inst); in zero_bind()