Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/function/
Df_hid.c702 static inline struct f_hid_opts *to_f_hid_opts(struct config_item *item) in to_f_hid_opts()
704 return container_of(to_config_group(item), struct f_hid_opts, in to_f_hid_opts()
710 struct f_hid_opts *opts = to_f_hid_opts(item); in hid_attr_release()
722 struct f_hid_opts *opts = to_f_hid_opts(item); \
735 struct f_hid_opts *opts = to_f_hid_opts(item); \
769 struct f_hid_opts *opts = to_f_hid_opts(item); in f_hid_opts_report_desc_show()
783 struct f_hid_opts *opts = to_f_hid_opts(item); in f_hid_opts_report_desc_store()
833 struct f_hid_opts *opts; in hidg_free_inst()
835 opts = container_of(f, struct f_hid_opts, func_inst); in hidg_free_inst()
853 struct f_hid_opts *opts; in hidg_alloc_inst()
[all …]
Du_hid.h21 struct f_hid_opts { struct
/linux-4.4.14/drivers/usb/gadget/legacy/
Dhid.c140 struct f_hid_opts *hid_opts; in hid_bind()
155 hid_opts = container_of(n->fi, struct f_hid_opts, func_inst); in hid_bind()