Home
last modified time | relevance | path

Searched refs:f_uvc_opts (Results 1 – 5 of 5) sorted by relevance

/drivers/usb/gadget/function/
Duvc_configfs.c124 struct f_uvc_opts *opts; \
147 struct f_uvc_opts *opts; \
242 struct f_uvc_opts *opts; \
275 struct f_uvc_opts *opts; in uvcg_default_processing_bm_controls_show()
345 struct f_uvc_opts *opts; \
386 struct f_uvc_opts *opts; in uvcg_default_camera_bm_controls_show()
459 struct f_uvc_opts *opts; \
494 struct f_uvc_opts *opts; in uvcg_default_output_b_source_id_show()
520 struct f_uvc_opts *opts; in uvcg_default_output_b_source_id_store()
609 **uvcg_get_ctl_class_arr(struct config_item *i, struct f_uvc_opts *o) in uvcg_get_ctl_class_arr()
[all …]
Duvc_configfs.h19 static inline struct f_uvc_opts *to_f_uvc_opts(struct config_item *item) in to_f_uvc_opts()
21 return container_of(to_config_group(item), struct f_uvc_opts, in to_f_uvc_opts()
135 int uvcg_attach_configfs(struct f_uvc_opts *opts);
Du_uvc.h20 #define fi_to_f_uvc_opts(f) container_of(f, struct f_uvc_opts, func_inst)
22 struct f_uvc_opts { struct
Df_uvc.c612 struct f_uvc_opts *opts; in uvc_function_bind()
793 struct f_uvc_opts *opts = fi_to_f_uvc_opts(f); in uvc_free_inst()
801 struct f_uvc_opts *opts; in uvc_alloc_inst()
898 struct f_uvc_opts *opts = container_of(f->fi, struct f_uvc_opts, in uvc_free()
956 struct f_uvc_opts *opts; in uvc_alloc()
/drivers/usb/gadget/legacy/
Dwebcam.c371 struct f_uvc_opts *uvc_opts; in webcam_bind()
378 uvc_opts = container_of(fi_uvc, struct f_uvc_opts, func_inst); in webcam_bind()