Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/function/
Df_hid.c706 static inline struct f_hid_opts *to_f_hid_opts(struct config_item *item) in to_f_hid_opts()
708 return container_of(to_config_group(item), struct f_hid_opts, in to_f_hid_opts()
712 CONFIGFS_ATTR_STRUCT(f_hid_opts);
713 CONFIGFS_ATTR_OPS(f_hid_opts);
717 struct f_hid_opts *opts = to_f_hid_opts(item); in hid_attr_release()
729 static ssize_t f_hid_opts_##name##_show(struct f_hid_opts *opts, char *page)\
740 static ssize_t f_hid_opts_##name##_store(struct f_hid_opts *opts, \
776 static ssize_t f_hid_opts_report_desc_show(struct f_hid_opts *opts, char *page) in f_hid_opts_report_desc_show()
788 static ssize_t f_hid_opts_report_desc_store(struct f_hid_opts *opts, in f_hid_opts_report_desc_store()
843 struct f_hid_opts *opts; in hidg_free_inst()
[all …]
Du_hid.h21 struct f_hid_opts { struct
/linux-4.1.27/drivers/usb/gadget/legacy/
Dhid.c155 struct f_hid_opts *hid_opts; in hid_bind()
170 hid_opts = container_of(n->fi, struct f_hid_opts, func_inst); in hid_bind()