Lines Matching refs:f_uvc_opts
37 static inline struct f_uvc_opts *to_f_uvc_opts(struct config_item *item);
58 struct f_uvc_opts *opts; \
81 struct f_uvc_opts *opts; \
195 struct f_uvc_opts *opts; \
232 struct f_uvc_opts *opts; in uvcg_default_processing_bm_controls_show()
306 struct f_uvc_opts *opts; \
351 struct f_uvc_opts *opts; in uvcg_default_camera_bm_controls_show()
428 struct f_uvc_opts *opts; \
516 **uvcg_get_ctl_class_arr(struct config_item *i, struct f_uvc_opts *o) in uvcg_get_ctl_class_arr()
534 struct f_uvc_opts *opts; in uvcg_control_class_allow_link()
575 struct f_uvc_opts *opts; in uvcg_control_class_drop_link()
689 struct f_uvc_opts *opts; in uvcg_format_bma_controls_show()
716 struct f_uvc_opts *opts; in uvcg_format_bma_controls_store()
769 struct f_uvc_opts *opts; in uvcg_streaming_header_allow_link()
820 struct f_uvc_opts *opts; in uvcg_streaming_header_drop_link()
863 struct f_uvc_opts *opts; \
984 struct f_uvc_opts *opts; \
1006 struct f_uvc_opts *opts; \
1060 struct f_uvc_opts *opts; in uvcg_frame_dw_frame_interval_show()
1138 struct f_uvc_opts *opts; in uvcg_frame_dw_frame_interval_store()
1208 struct f_uvc_opts *opts; in uvcg_frame_make()
1252 struct f_uvc_opts *opts; in uvcg_frame_drop()
1287 struct f_uvc_opts *opts; in uvcg_uncompressed_guid_format_show()
1309 struct f_uvc_opts *opts; in uvcg_uncompressed_guid_format_store()
1342 struct f_uvc_opts *opts; \
1367 struct f_uvc_opts *opts; \
1390 struct f_uvc_opts *opts; \
1544 struct f_uvc_opts *opts; \
1568 struct f_uvc_opts *opts; \
1591 struct f_uvc_opts *opts; \
1734 struct f_uvc_opts *opts; \
1804 ***__uvcg_get_stream_class_arr(struct config_item *i, struct f_uvc_opts *o) in __uvcg_get_stream_class_arr()
2025 struct f_uvc_opts *opts; in uvcg_streaming_class_allow_link()
2098 struct f_uvc_opts *opts; in uvcg_streaming_class_drop_link()
2188 static inline struct f_uvc_opts *to_f_uvc_opts(struct config_item *item) in to_f_uvc_opts()
2190 return container_of(to_config_group(item), struct f_uvc_opts, in to_f_uvc_opts()
2196 struct f_uvc_opts *opts = to_f_uvc_opts(item); in uvc_attr_release()
2209 struct f_uvc_opts *opts = to_f_uvc_opts(item); \
2223 struct f_uvc_opts *opts = to_f_uvc_opts(item); \
2285 int uvcg_attach_configfs(struct f_uvc_opts *opts) in uvcg_attach_configfs()