Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/gadget/function/
H A Duvc_configfs.c345 struct f_uvc_opts *opts; in uvcg_default_processing_bm_controls_store()
400 struct f_uvc_opts *opts; in uvcg_default_processing_bm_controls_show()
514 struct f_uvc_opts *opts; in uvcg_default_camera_bm_controls_store()
570 struct f_uvc_opts *opts; in uvcg_default_camera_bm_controls_show()
678 struct f_uvc_opts *opts; in uvcg_default_output_b_source_id_show()
704 struct f_uvc_opts *opts; in uvcg_default_output_b_source_id_store()
824 struct f_uvc_opts *opts; in uvcg_extension_b_num_controls_store()
858 struct f_uvc_opts *opts; in uvcg_extension_b_nr_in_pins_store()
911 struct f_uvc_opts *opts; in uvcg_extension_b_control_size_store()
961 struct f_uvc_opts *opts; in uvcg_extension_guid_extension_code_show()
[all …]
H A 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
H A 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()
191 int uvcg_attach_configfs(struct f_uvc_opts *opts);
H A Df_uvc.c654 struct f_uvc_opts *opts; in uvc_function_bind()
871 struct f_uvc_opts *opts = fi_to_f_uvc_opts(f); in uvc_free_inst()
879 struct f_uvc_opts *opts; in uvc_alloc_inst()
976 struct f_uvc_opts *opts = container_of(f->fi, struct f_uvc_opts, in uvc_free()
1037 struct f_uvc_opts *opts; in uvc_alloc()
/linux-6.15/drivers/usb/gadget/legacy/
H A Dwebcam.c527 struct f_uvc_opts *uvc_opts; in webcam_bind()
534 uvc_opts = container_of(fi_uvc, struct f_uvc_opts, func_inst); in webcam_bind()