Home
last modified time | relevance | path

Searched defs:stream (Results 1 – 25 of 688) sorted by relevance

12345678910>>...28

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/broken_overload_resolution/
H A Dstream.hpp24 struct stream : detail::stream_base<Device, Tr, Alloc> { struct
26 typedef typename char_type_of<Device>::type char_type;
27 struct category
37 >::stream_type stream_type;
39 stream() { } in stream() argument
41 stream(const U0& u0) in stream() function
46 stream(const U0& u0, const U1& u1) in stream() argument
51 stream(const U0& u0, const U1& u1, const U2& u2) in stream() argument
57 stream(U0& u0) in stream() function
62 stream(U0& u0, const U1& u1) in stream() function
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/
H A Dstream.hpp112 struct stream : detail::stream_base<Device, Tr, Alloc> { struct
114 typedef typename char_type_of<Device>::type char_type;
115 struct category
125 >::stream_type stream_type;
127 stream() { } in stream() argument
128 BOOST_IOSTREAMS_FORWARD( stream, open_impl, Device, in BOOST_IOSTREAMS_FORWARD()
132 void close() { this->member.close(); } in close()
133 bool auto_close() const { return this->member.auto_close(); } in auto_close()
134 void set_auto_close(bool close) { this->member.set_auto_close(close); } in set_auto_close()
135 bool strict_sync() { return this->member.strict_sync(); } in strict_sync()
[all …]
/OK3568_Linux_fs/kernel/sound/hda/ext/
H A Dhdac_ext_stream.c30 struct hdac_ext_stream *stream, in snd_hdac_ext_stream_init()
76 struct hdac_ext_stream *stream = in snd_hdac_ext_stream_init_all() local
98 struct hdac_ext_stream *stream; in snd_hdac_stream_free_all() local
110 struct hdac_ext_stream *stream, in snd_hdac_ext_stream_decouple_locked()
135 struct hdac_ext_stream *stream, bool decouple) in snd_hdac_ext_stream_decouple()
147 void snd_hdac_ext_link_stream_start(struct hdac_ext_stream *stream) in snd_hdac_ext_link_stream_start()
158 void snd_hdac_ext_link_stream_clear(struct hdac_ext_stream *stream) in snd_hdac_ext_link_stream_clear()
168 void snd_hdac_ext_link_stream_reset(struct hdac_ext_stream *stream) in snd_hdac_ext_link_stream_reset()
207 int snd_hdac_ext_link_stream_setup(struct hdac_ext_stream *stream, int fmt) in snd_hdac_ext_link_stream_setup()
233 int stream) in snd_hdac_ext_link_set_stream_id()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_stream.c42 void update_stream_signal(struct dc_stream_state *stream, struct dc_sink *sink) in update_stream_signal()
59 static bool dc_stream_construct(struct dc_stream_state *stream, in dc_stream_construct()
133 static void dc_stream_destruct(struct dc_stream_state *stream) in dc_stream_destruct()
142 void dc_stream_retain(struct dc_stream_state *stream) in dc_stream_retain()
149 struct dc_stream_state *stream = container_of(kref, struct dc_stream_state, refcount); in dc_stream_free() local
155 void dc_stream_release(struct dc_stream_state *stream) in dc_stream_release()
165 struct dc_stream_state *stream; in dc_create_stream_for_sink() local
188 struct dc_stream_state *dc_copy_stream(const struct dc_stream_state *stream) in dc_copy_stream()
220 struct dc_stream_state *stream) in dc_stream_get_status_from_state()
240 struct dc_stream_state *stream) in dc_stream_get_status()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Dcapture_v32.c445 static bool bp_is_stream_stopped(struct rkisp_stream *stream) in bp_is_stream_stopped()
460 static bool bpds_is_stream_stopped(struct rkisp_stream *stream) in bpds_is_stream_stopped()
477 static bool mpds_is_stream_stopped(struct rkisp_stream *stream) in mpds_is_stream_stopped()
494 static void stream_self_update(struct rkisp_stream *stream) in stream_self_update()
524 static int get_stream_irq_mask(struct rkisp_stream *stream) in get_stream_irq_mask()
546 static int rkisp_stream_config_dcrop(struct rkisp_stream *stream, bool async) in rkisp_stream_config_dcrop()
575 static int rkisp_stream_config_rsz(struct rkisp_stream *stream, bool async) in rkisp_stream_config_rsz()
627 static u32 calc_burst_len(struct rkisp_stream *stream) in calc_burst_len()
690 static int mp_config_mi(struct rkisp_stream *stream) in mp_config_mi()
789 static int sp_config_mi(struct rkisp_stream *stream) in sp_config_mi()
[all …]
H A Dcapture_v20.c538 static bool is_rdbk_stream(struct rkisp_stream *stream) in is_rdbk_stream()
557 static int rkisp_stream_config_dcrop(struct rkisp_stream *stream, bool async) in rkisp_stream_config_dcrop()
598 static int rkisp_stream_config_rsz(struct rkisp_stream *stream, bool async) in rkisp_stream_config_rsz()
675 static u32 calc_burst_len(struct rkisp_stream *stream) in calc_burst_len()
743 static int mp_config_mi(struct rkisp_stream *stream) in mp_config_mi()
795 static int sp_config_mi(struct rkisp_stream *stream) in sp_config_mi()
855 static int dmatx3_config_mi(struct rkisp_stream *stream) in dmatx3_config_mi()
899 static int dmatx2_config_mi(struct rkisp_stream *stream) in dmatx2_config_mi()
942 static int dmatx1_config_mi(struct rkisp_stream *stream) in dmatx1_config_mi()
986 static int dmatx0_config_mi(struct rkisp_stream *stream) in dmatx0_config_mi()
[all …]
H A Dcapture_v21.c510 static bool is_rdbk_stream(struct rkisp_stream *stream) in is_rdbk_stream()
524 static bool is_hdr_stream(struct rkisp_stream *stream) in is_hdr_stream()
537 static int rkisp_stream_config_dcrop(struct rkisp_stream *stream, bool async) in rkisp_stream_config_dcrop()
566 static int rkisp_stream_config_rsz(struct rkisp_stream *stream, bool async) in rkisp_stream_config_rsz()
635 static u32 calc_burst_len(struct rkisp_stream *stream) in calc_burst_len()
698 static int mp_config_mi(struct rkisp_stream *stream) in mp_config_mi()
754 static int sp_config_mi(struct rkisp_stream *stream) in sp_config_mi()
801 static int dmatx3_config_mi(struct rkisp_stream *stream) in dmatx3_config_mi()
844 static int dmatx2_config_mi(struct rkisp_stream *stream) in dmatx2_config_mi()
889 static int dmatx0_config_mi(struct rkisp_stream *stream) in dmatx0_config_mi()
[all …]
H A Dcapture_v1x.c329 static int rkisp_stream_config_dcrop(struct rkisp_stream *stream, bool async) in rkisp_stream_config_dcrop()
358 static int rkisp_stream_config_rsz(struct rkisp_stream *stream, bool async) in rkisp_stream_config_rsz()
427 static u32 calc_burst_len(struct rkisp_stream *stream) in calc_burst_len()
499 static int mp_config_mi(struct rkisp_stream *stream) in mp_config_mi()
551 static int sp_config_mi(struct rkisp_stream *stream) in sp_config_mi()
601 static void mp_enable_mi(struct rkisp_stream *stream) in mp_enable_mi()
613 static void sp_enable_mi(struct rkisp_stream *stream) in sp_enable_mi()
620 static void mp_disable_mi(struct rkisp_stream *stream) in mp_disable_mi()
628 static void sp_disable_mi(struct rkisp_stream *stream) in sp_disable_mi()
636 static void update_mi(struct rkisp_stream *stream) in update_mi()
[all …]
H A Dcapture_v30.c273 static inline bool bp_is_stream_stopped(struct rkisp_stream *stream) in bp_is_stream_stopped()
285 static bool fbc_is_stream_stopped(struct rkisp_stream *stream) in fbc_is_stream_stopped()
300 static int get_stream_irq_mask(struct rkisp_stream *stream) in get_stream_irq_mask()
323 static int rkisp_stream_config_dcrop(struct rkisp_stream *stream, bool async) in rkisp_stream_config_dcrop()
353 static int rkisp_stream_config_rsz(struct rkisp_stream *stream, bool async) in rkisp_stream_config_rsz()
408 static u32 calc_burst_len(struct rkisp_stream *stream) in calc_burst_len()
471 static int mp_config_mi(struct rkisp_stream *stream) in mp_config_mi()
555 static int sp_config_mi(struct rkisp_stream *stream) in sp_config_mi()
621 static int fbc_config_mi(struct rkisp_stream *stream) in fbc_config_mi()
649 static int bp_config_mi(struct rkisp_stream *stream) in bp_config_mi()
[all …]
H A Ddmarx.c248 struct capture_fmt *find_fmt(struct rkisp_stream *stream, in find_fmt()
262 static int dmarx_config_mi(struct rkisp_stream *stream) in dmarx_config_mi()
291 static void update_dmarx(struct rkisp_stream *stream) in update_dmarx()
307 static void dmarx_stop_mi(struct rkisp_stream *stream) in dmarx_stop_mi()
318 static int rawrd_config_mi(struct rkisp_stream *stream) in rawrd_config_mi()
364 static void update_rawrd(struct rkisp_stream *stream) in update_rawrd()
443 static int dmarx_frame_end(struct rkisp_stream *stream) in dmarx_frame_end()
502 static void dmarx_stop(struct rkisp_stream *stream) in dmarx_stop()
526 static int dmarx_start(struct rkisp_stream *stream) in dmarx_start()
546 struct rkisp_stream *stream = queue->drv_priv; in rkisp_queue_setup() local
[all …]
H A Dcapture.c57 struct rkisp_stream *stream; in rkisp_create_hdr_buf() local
222 struct rkisp_stream *stream; in hdr_config_dmatx() local
293 struct rkisp_stream *stream; in hdr_stop_dmatx() local
348 struct rkisp_stream *stream; in rkisp_config_dmatx_valid_buf() local
439 struct rkisp_stream *stream; in rkisp_stream_frame_start() local
460 struct rkisp_stream *stream; in rkisp_stream_buf_done_early() local
591 struct capture_fmt *find_fmt(struct rkisp_stream *stream, const u32 pixelfmt) in find_fmt()
604 static void restrict_rsz_resolution(struct rkisp_stream *stream, in restrict_rsz_resolution()
640 static int rkisp_set_fmt(struct rkisp_stream *stream, in rkisp_set_fmt()
821 struct rkisp_stream *stream = video_drvdata(filp); in rkisp_fh_open() local
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp1/
H A Ddmarx.c115 struct capture_fmt *find_fmt(struct rkisp1_stream *stream, in find_fmt()
129 static int dmarx_config_mi(struct rkisp1_stream *stream) in dmarx_config_mi()
158 static void update_dmarx(struct rkisp1_stream *stream) in update_dmarx()
174 static void dmarx_stop_mi(struct rkisp1_stream *stream) in dmarx_stop_mi()
185 static int dmarx_frame_end(struct rkisp1_stream *stream) in dmarx_frame_end()
211 static void dmarx_stop(struct rkisp1_stream *stream) in dmarx_stop()
235 static int dmarx_start(struct rkisp1_stream *stream) in dmarx_start()
255 struct rkisp1_stream *stream = queue->drv_priv; in rkisp1_queue_setup() local
288 struct rkisp1_stream *stream = queue->drv_priv; in rkisp1_buf_queue() local
327 struct rkisp1_stream *stream = queue->drv_priv; in dmarx_stop_streaming() local
[all …]
H A Dcapture.c652 struct capture_fmt *find_fmt(struct rkisp1_stream *stream, const u32 pixelfmt) in find_fmt()
666 static int rkisp1_config_dcrop(struct rkisp1_stream *stream, bool async) in rkisp1_config_dcrop()
695 static int rkisp1_config_rsz(struct rkisp1_stream *stream, bool async) in rkisp1_config_rsz()
764 static u32 calc_burst_len(struct rkisp1_stream *stream) in calc_burst_len()
835 static int mp_config_mi(struct rkisp1_stream *stream) in mp_config_mi()
862 static int sp_config_mi(struct rkisp1_stream *stream) in sp_config_mi()
914 static int raw_config_mi(struct rkisp1_stream *stream) in raw_config_mi()
967 static void mp_enable_mi(struct rkisp1_stream *stream) in mp_enable_mi()
979 static void sp_enable_mi(struct rkisp1_stream *stream) in sp_enable_mi()
986 static void raw_enable_mi(struct rkisp1_stream *stream) in raw_enable_mi()
[all …]
/OK3568_Linux_fs/kernel/net/sctp/
H A Dstream_sched_rr.c27 static void sctp_sched_rr_next_stream(struct sctp_stream *stream) in sctp_sched_rr_next_stream()
37 static void sctp_sched_rr_unsched(struct sctp_stream *stream, in sctp_sched_rr_unsched()
51 static void sctp_sched_rr_sched(struct sctp_stream *stream, in sctp_sched_rr_sched()
65 static int sctp_sched_rr_set(struct sctp_stream *stream, __u16 sid, in sctp_sched_rr_set()
71 static int sctp_sched_rr_get(struct sctp_stream *stream, __u16 sid, in sctp_sched_rr_get()
77 static int sctp_sched_rr_init(struct sctp_stream *stream) in sctp_sched_rr_init()
85 static int sctp_sched_rr_init_sid(struct sctp_stream *stream, __u16 sid, in sctp_sched_rr_init_sid()
93 static void sctp_sched_rr_free_sid(struct sctp_stream *stream, __u16 sid) in sctp_sched_rr_free_sid()
97 static void sctp_sched_rr_free(struct sctp_stream *stream) in sctp_sched_rr_free()
105 struct sctp_stream *stream; in sctp_sched_rr_enqueue() local
[all …]
H A Dstream_sched_prio.c29 struct sctp_stream *stream, int prio, gfp_t gfp) in sctp_sched_prio_new_head()
46 struct sctp_stream *stream, int prio, gfp_t gfp) in sctp_sched_prio_get_head()
117 static void sctp_sched_prio_sched(struct sctp_stream *stream, in sctp_sched_prio_sched()
150 static int sctp_sched_prio_set(struct sctp_stream *stream, __u16 sid, in sctp_sched_prio_set()
186 static int sctp_sched_prio_get(struct sctp_stream *stream, __u16 sid, in sctp_sched_prio_get()
193 static int sctp_sched_prio_init(struct sctp_stream *stream) in sctp_sched_prio_init()
200 static int sctp_sched_prio_init_sid(struct sctp_stream *stream, __u16 sid, in sctp_sched_prio_init_sid()
207 static void sctp_sched_prio_free_sid(struct sctp_stream *stream, __u16 sid) in sctp_sched_prio_free_sid()
225 static void sctp_sched_prio_free(struct sctp_stream *stream) in sctp_sched_prio_free()
254 struct sctp_stream *stream; in sctp_sched_prio_enqueue() local
[all …]
/OK3568_Linux_fs/kernel/sound/core/
H A Dcompress_offload.c58 struct snd_compr_stream stream; member
172 static int snd_compr_update_tstamp(struct snd_compr_stream *stream, in snd_compr_update_tstamp()
187 static size_t snd_compr_calc_avail(struct snd_compr_stream *stream, in snd_compr_calc_avail()
223 static inline size_t snd_compr_get_avail(struct snd_compr_stream *stream) in snd_compr_get_avail()
231 snd_compr_ioctl_avail(struct snd_compr_stream *stream, unsigned long arg) in snd_compr_ioctl_avail()
254 static int snd_compr_write_data(struct snd_compr_stream *stream, in snd_compr_write_data()
289 struct snd_compr_stream *stream; in snd_compr_write() local
340 struct snd_compr_stream *stream; in snd_compr_read() local
391 static __poll_t snd_compr_get_poll(struct snd_compr_stream *stream) in snd_compr_get_poll()
402 struct snd_compr_stream *stream; in snd_compr_poll() local
[all …]
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb-v2/
H A Dusb_urb.c21 struct usb_data_stream *stream = urb->context; in usb_urb_complete() local
79 int usb_urb_killv2(struct usb_data_stream *stream) in usb_urb_killv2()
91 int usb_urb_submitv2(struct usb_data_stream *stream, in usb_urb_submitv2()
117 static int usb_urb_free_urbs(struct usb_data_stream *stream) in usb_urb_free_urbs()
136 static int usb_urb_alloc_bulk_urbs(struct usb_data_stream *stream) in usb_urb_alloc_bulk_urbs()
163 static int usb_urb_alloc_isoc_urbs(struct usb_data_stream *stream) in usb_urb_alloc_isoc_urbs()
207 static int usb_free_stream_buffers(struct usb_data_stream *stream) in usb_free_stream_buffers()
221 static int usb_alloc_stream_buffers(struct usb_data_stream *stream, int num, in usb_alloc_stream_buffers()
250 int usb_urb_reconfig(struct usb_data_stream *stream, in usb_urb_reconfig()
306 int usb_urb_initv2(struct usb_data_stream *stream, in usb_urb_initv2()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/usb/uvc/
H A Duvc_video.c129 static void uvc_fixup_video_ctrl(struct uvc_streaming *stream, in uvc_fixup_video_ctrl()
233 static size_t uvc_video_ctrl_size(struct uvc_streaming *stream) in uvc_video_ctrl_size()
247 static int uvc_get_video_ctrl(struct uvc_streaming *stream, in uvc_get_video_ctrl()
334 static int uvc_set_video_ctrl(struct uvc_streaming *stream, in uvc_set_video_ctrl()
379 int uvc_probe_video(struct uvc_streaming *stream, in uvc_probe_video()
441 static int uvc_commit_video(struct uvc_streaming *stream, in uvc_commit_video()
460 uvc_video_clock_decode(struct uvc_streaming *stream, struct uvc_buffer *buf, in uvc_video_clock_decode()
566 static void uvc_video_clock_reset(struct uvc_streaming *stream) in uvc_video_clock_reset()
576 static int uvc_video_clock_init(struct uvc_streaming *stream) in uvc_video_clock_init()
593 static void uvc_video_clock_cleanup(struct uvc_streaming *stream) in uvc_video_clock_cleanup()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_perf.c414 static u32 gen12_oa_hw_tail_read(struct i915_perf_stream *stream) in gen12_oa_hw_tail_read()
422 static u32 gen8_oa_hw_tail_read(struct i915_perf_stream *stream) in gen8_oa_hw_tail_read()
429 static u32 gen7_oa_hw_tail_read(struct i915_perf_stream *stream) in gen7_oa_hw_tail_read()
461 static bool oa_buffer_check_unlocked(struct i915_perf_stream *stream) in oa_buffer_check_unlocked()
559 static int append_oa_status(struct i915_perf_stream *stream, in append_oa_status()
595 static int append_oa_sample(struct i915_perf_stream *stream, in append_oa_sample()
644 static int gen8_append_oa_reports(struct i915_perf_stream *stream, in gen8_append_oa_reports()
853 static int gen8_oa_read(struct i915_perf_stream *stream, in gen8_oa_read()
941 static int gen7_append_oa_reports(struct i915_perf_stream *stream, in gen7_append_oa_reports()
1066 static int gen7_oa_read(struct i915_perf_stream *stream, in gen7_oa_read()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/
H A Dusb-urb.c17 struct usb_data_stream *stream = urb->context; in usb_urb_complete() local
66 int usb_urb_kill(struct usb_data_stream *stream) in usb_urb_kill()
79 int usb_urb_submit(struct usb_data_stream *stream) in usb_urb_submit()
94 static int usb_free_stream_buffers(struct usb_data_stream *stream) in usb_free_stream_buffers()
111 static int usb_allocate_stream_buffers(struct usb_data_stream *stream, int num, unsigned long size) in usb_allocate_stream_buffers()
138 static int usb_bulk_urb_init(struct usb_data_stream *stream) in usb_bulk_urb_init()
168 static int usb_isoc_urb_init(struct usb_data_stream *stream) in usb_isoc_urb_init()
213 int usb_urb_init(struct usb_data_stream *stream, struct usb_data_stream_properties *props) in usb_urb_init()
238 int usb_urb_exit(struct usb_data_stream *stream) in usb_urb_exit()
/OK3568_Linux_fs/kernel/lib/kunit/
H A Dassert.c14 struct string_stream *stream) in kunit_base_assert_format()
33 struct string_stream *stream) in kunit_assert_print_msg()
41 struct string_stream *stream) in kunit_fail_assert_format()
49 struct string_stream *stream) in kunit_unary_assert_format()
68 struct string_stream *stream) in kunit_ptr_not_err_assert_format()
89 struct string_stream *stream) in kunit_binary_assert_format()
111 struct string_stream *stream) in kunit_binary_ptr_assert_format()
133 struct string_stream *stream) in kunit_binary_str_assert_format()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tl/
H A Dmali_kbase_tracepoints.c710 struct kbase_tlstream *stream, in __kbase_tlstream_tl_new_ctx()
741 struct kbase_tlstream *stream, in __kbase_tlstream_tl_new_gpu()
772 struct kbase_tlstream *stream, in __kbase_tlstream_tl_new_lpu()
803 struct kbase_tlstream *stream, in __kbase_tlstream_tl_new_atom()
830 struct kbase_tlstream *stream, in __kbase_tlstream_tl_new_as()
857 struct kbase_tlstream *stream, in __kbase_tlstream_tl_del_ctx()
880 struct kbase_tlstream *stream, in __kbase_tlstream_tl_del_atom()
903 struct kbase_tlstream *stream, in __kbase_tlstream_tl_lifelink_lpu_gpu()
930 struct kbase_tlstream *stream, in __kbase_tlstream_tl_lifelink_as_gpu()
957 struct kbase_tlstream *stream, in __kbase_tlstream_tl_ret_ctx_lpu()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/
H A Dstream.c185 static void set_vir_stride(struct rkispp_stream *stream, u32 val) in set_vir_stride()
190 static void set_scl_factor(struct rkispp_stream *stream, u32 val) in set_scl_factor()
221 struct capture_fmt *find_fmt(struct rkispp_stream *stream, in find_fmt()
325 void get_stream_buf(struct rkispp_stream *stream) in get_stream_buf()
339 int rkispp_frame_end(struct rkispp_stream *stream, u32 state) in rkispp_frame_end()
540 static int start_ii(struct rkispp_stream *stream) in start_ii()
565 static int config_ii(struct rkispp_stream *stream) in config_ii()
574 static int is_stopped_ii(struct rkispp_stream *stream) in is_stopped_ii()
580 void secure_config_mb(struct rkispp_stream *stream) in secure_config_mb()
625 static int config_mb(struct rkispp_stream *stream) in config_mb()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dcapture.c554 static int rkcif_output_fmt_check(struct rkcif_stream *stream, in rkcif_output_fmt_check()
691 static struct v4l2_subdev *get_remote_sensor(struct rkcif_stream *stream, u16 *index) in get_remote_sensor()
722 static void get_remote_terminal_sensor(struct rkcif_stream *stream, in get_remote_terminal_sensor()
951 cif_output_fmt *rkcif_find_output_fmt(struct rkcif_stream *stream, u32 pixelfmt) in rkcif_find_output_fmt()
1465 int rkcif_get_linetime(struct rkcif_stream *stream) in rkcif_get_linetime()
1504 static int rkcif_assign_new_buffer_oneframe(struct rkcif_stream *stream, in rkcif_assign_new_buffer_oneframe()
1611 static void rkcif_rx_buffer_free(struct rkcif_stream *stream) in rkcif_rx_buffer_free()
1672 static void rkcif_enable_skip_frame(struct rkcif_stream *stream, int cap_m, int skip_n) in rkcif_enable_skip_frame()
1684 static void rkcif_disable_skip_frame(struct rkcif_stream *stream) in rkcif_disable_skip_frame()
1694 static void rkcif_rdbk_with_tools(struct rkcif_stream *stream, in rkcif_rdbk_with_tools()
[all …]
/OK3568_Linux_fs/kernel/sound/soc/
H A Dsoc-pcm.c63 int stream, char *buf, size_t size) in dpcm_show_state()
127 int stream; in dpcm_state_read_file() local
176 static void dpcm_create_debugfs_state(struct snd_soc_dpcm *dpcm, int stream) in dpcm_create_debugfs_state()
198 int stream) in dpcm_create_debugfs_state()
221 int stream, int action) in snd_soc_runtime_action()
465 int stream = substream->stream; in soc_pcm_apply_msb() local
503 struct snd_pcm_hardware *hw, int stream) in snd_soc_runtime_calc_hw()
1113 struct snd_soc_pcm_runtime *be, int stream) in dpcm_be_connect()
1148 struct snd_soc_pcm_runtime *be, int stream) in dpcm_be_reparent()
1177 void dpcm_be_disconnect(struct snd_soc_pcm_runtime *fe, int stream) in dpcm_be_disconnect()
[all …]

12345678910>>...28