Lines Matching refs:f_uvc_opts

35 static inline struct f_uvc_opts *to_f_uvc_opts(struct config_item *item);
63 struct f_uvc_opts *opts; \
85 struct f_uvc_opts *opts; \
210 struct f_uvc_opts *opts; \
248 struct f_uvc_opts *opts; in uvcg_default_processing_bm_controls_show()
332 struct f_uvc_opts *opts; \
378 struct f_uvc_opts *opts; in uvcg_default_camera_bm_controls_show()
464 struct f_uvc_opts *opts; \
555 **uvcg_get_ctl_class_arr(struct config_item *i, struct f_uvc_opts *o) in uvcg_get_ctl_class_arr()
573 struct f_uvc_opts *opts; in uvcg_control_class_allow_link()
614 struct f_uvc_opts *opts; in uvcg_control_class_drop_link()
728 struct f_uvc_opts *opts; in uvcg_format_bma_controls_show()
755 struct f_uvc_opts *opts; in uvcg_format_bma_controls_store()
811 struct f_uvc_opts *opts; in uvcg_streaming_header_allow_link()
862 struct f_uvc_opts *opts; in uvcg_streaming_header_drop_link()
906 struct f_uvc_opts *opts; \
1036 struct f_uvc_opts *opts; \
1057 struct f_uvc_opts *opts; \
1114 struct f_uvc_opts *opts; in uvcg_frame_dw_frame_interval_show()
1191 struct f_uvc_opts *opts; in uvcg_frame_dw_frame_interval_store()
1266 struct f_uvc_opts *opts; in uvcg_frame_make()
1310 struct f_uvc_opts *opts; in uvcg_frame_drop()
1352 struct f_uvc_opts *opts; in uvcg_uncompressed_guid_format_show()
1373 struct f_uvc_opts *opts; in uvcg_uncompressed_guid_format_store()
1409 struct f_uvc_opts *opts; \
1435 struct f_uvc_opts *opts; \
1457 struct f_uvc_opts *opts; \
1624 struct f_uvc_opts *opts; \
1649 struct f_uvc_opts *opts; \
1671 struct f_uvc_opts *opts; \
1825 struct f_uvc_opts *opts; \
1898 ***__uvcg_get_stream_class_arr(struct config_item *i, struct f_uvc_opts *o) in __uvcg_get_stream_class_arr()
2119 struct f_uvc_opts *opts; in uvcg_streaming_class_allow_link()
2192 struct f_uvc_opts *opts; in uvcg_streaming_class_drop_link()
2282 static inline struct f_uvc_opts *to_f_uvc_opts(struct config_item *item) in to_f_uvc_opts()
2284 return container_of(to_config_group(item), struct f_uvc_opts, in to_f_uvc_opts()
2288 CONFIGFS_ATTR_STRUCT(f_uvc_opts);
2289 CONFIGFS_ATTR_OPS(f_uvc_opts);
2293 struct f_uvc_opts *opts = to_f_uvc_opts(item); in uvc_attr_release()
2306 struct f_uvc_opts *opts, char *page) \
2318 f_uvc_opts_##cname##_store(struct f_uvc_opts *opts, \
2386 int uvcg_attach_configfs(struct f_uvc_opts *opts) in uvcg_attach_configfs()