Home
last modified time | relevance | path

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

12345678910>>...16

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_stream.c48 void update_stream_signal(struct dc_stream_state *stream, struct dc_sink *sink) in update_stream_signal()
65 bool dc_stream_construct(struct dc_stream_state *stream, in dc_stream_construct()
132 void dc_stream_destruct(struct dc_stream_state *stream) in dc_stream_destruct()
137 void dc_stream_assign_stream_id(struct dc_stream_state *stream) in dc_stream_assign_stream_id()
144 void dc_stream_retain(struct dc_stream_state *stream) in dc_stream_retain()
151 struct dc_stream_state *stream = container_of(kref, struct dc_stream_state, refcount); in dc_stream_free() local
158 void dc_stream_release(struct dc_stream_state *stream) in dc_stream_release()
168 struct dc_stream_state *stream = NULL; in dc_create_stream_for_sink() local
197 struct dc_stream_state *dc_copy_stream(const struct dc_stream_state *stream) in dc_copy_stream()
238 struct dc_stream_state *stream) in dc_stream_get_status()
[all …]
/linux/sound/core/
H A Dcompress_offload.c53 struct snd_compr_stream stream; member
61 static inline void snd_compr_task_free_all(struct snd_compr_stream *stream) { } in snd_compr_task_free_all()
190 static int snd_compr_update_tstamp(struct snd_compr_stream *stream, in snd_compr_update_tstamp()
205 static size_t snd_compr_calc_avail(struct snd_compr_stream *stream, in snd_compr_calc_avail()
241 static inline size_t snd_compr_get_avail(struct snd_compr_stream *stream) in snd_compr_get_avail()
255 static int snd_compr_ioctl_avail(struct snd_compr_stream *stream, in snd_compr_ioctl_avail()
289 static int snd_compr_write_data(struct snd_compr_stream *stream, in snd_compr_write_data()
323 struct snd_compr_stream *stream; in snd_compr_write() local
374 struct snd_compr_stream *stream; in snd_compr_read() local
421 static __poll_t snd_compr_get_poll(struct snd_compr_stream *stream) in snd_compr_get_poll()
[all …]
/linux/drivers/media/usb/uvc/
H A Duvc_video.c163 static void uvc_fixup_video_ctrl(struct uvc_streaming *stream, in uvc_fixup_video_ctrl()
276 static size_t uvc_video_ctrl_size(struct uvc_streaming *stream) in uvc_video_ctrl_size()
290 static int uvc_get_video_ctrl(struct uvc_streaming *stream, in uvc_get_video_ctrl()
381 static int uvc_set_video_ctrl(struct uvc_streaming *stream, in uvc_set_video_ctrl()
426 int uvc_probe_video(struct uvc_streaming *stream, in uvc_probe_video()
487 static int uvc_commit_video(struct uvc_streaming *stream, in uvc_commit_video()
541 uvc_video_clock_decode(struct uvc_streaming *stream, struct uvc_buffer *buf, in uvc_video_clock_decode()
788 void uvc_video_clock_update(struct uvc_streaming *stream, in uvc_video_clock_update()
908 static void uvc_video_stats_decode(struct uvc_streaming *stream, in uvc_video_stats_decode()
1021 static void uvc_video_stats_update(struct uvc_streaming *stream) in uvc_video_stats_update()
[all …]
/linux/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 …]
/linux/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() argument
37 static void sctp_sched_rr_unsched(struct sctp_stream *stream, in sctp_sched_rr_unsched() argument
51 sctp_sched_rr_sched(struct sctp_stream * stream,struct sctp_stream_out_ext * soute) sctp_sched_rr_sched() argument
65 sctp_sched_rr_set(struct sctp_stream * stream,__u16 sid,__u16 prio,gfp_t gfp) sctp_sched_rr_set() argument
71 sctp_sched_rr_get(struct sctp_stream * stream,__u16 sid,__u16 * value) sctp_sched_rr_get() argument
77 sctp_sched_rr_init(struct sctp_stream * stream) sctp_sched_rr_init() argument
85 sctp_sched_rr_init_sid(struct sctp_stream * stream,__u16 sid,gfp_t gfp) sctp_sched_rr_init_sid() argument
93 sctp_sched_rr_free_sid(struct sctp_stream * stream,__u16 sid) sctp_sched_rr_free_sid() argument
100 struct sctp_stream *stream; sctp_sched_rr_enqueue() local
112 struct sctp_stream *stream = &q->asoc->stream; sctp_sched_rr_dequeue() local
149 sctp_sched_rr_sched_all(struct sctp_stream * stream) sctp_sched_rr_sched_all() argument
166 sctp_sched_rr_unsched_all(struct sctp_stream * stream) sctp_sched_rr_unsched_all() argument
[all...]
H A Dstream_sched_fc.c27 static int sctp_sched_wfq_set(struct sctp_stream *stream, __u16 sid, in sctp_sched_wfq_set() argument
39 static int sctp_sched_wfq_get(struct sctp_stream *stream, __u16 sid, in sctp_sched_wfq_get() argument
48 static int sctp_sched_fc_set(struct sctp_stream *stream, __u16 sid, in sctp_sched_fc_set() argument
54 static int sctp_sched_fc_get(struct sctp_stream *stream, __u16 sid, in sctp_sched_fc_get() argument
60 static int sctp_sched_fc_init(struct sctp_stream *stream) in sctp_sched_fc_init() argument
67 sctp_sched_fc_init_sid(struct sctp_stream * stream,__u16 sid,gfp_t gfp) sctp_sched_fc_init_sid() argument
79 sctp_sched_fc_free_sid(struct sctp_stream * stream,__u16 sid) sctp_sched_fc_free_sid() argument
83 sctp_sched_fc_sched(struct sctp_stream * stream,struct sctp_stream_out_ext * soute) sctp_sched_fc_sched() argument
101 struct sctp_stream *stream; sctp_sched_fc_enqueue() local
113 struct sctp_stream *stream = &q->asoc->stream; sctp_sched_fc_dequeue() local
135 struct sctp_stream *stream = &q->asoc->stream; sctp_sched_fc_dequeue_done() local
169 sctp_sched_fc_sched_all(struct sctp_stream * stream) sctp_sched_fc_sched_all() argument
183 sctp_sched_fc_unsched_all(struct sctp_stream * stream) sctp_sched_fc_unsched_all() argument
[all...]
H A Dstream_sched_prio.c41 struct sctp_stream *stream, int prio, gfp_t gfp) in sctp_sched_prio_new_head()
59 struct sctp_stream *stream, int prio, gfp_t gfp) in sctp_sched_prio_get_head()
130 static void sctp_sched_prio_sched(struct sctp_stream *stream, in sctp_sched_prio_sched()
163 static int sctp_sched_prio_set(struct sctp_stream *stream, __u16 sid, in sctp_sched_prio_set()
188 static int sctp_sched_prio_get(struct sctp_stream *stream, __u16 sid, in sctp_sched_prio_get()
195 static int sctp_sched_prio_init(struct sctp_stream *stream) in sctp_sched_prio_init()
202 static int sctp_sched_prio_init_sid(struct sctp_stream *stream, __u16 sid, in sctp_sched_prio_init_sid()
209 static void sctp_sched_prio_free_sid(struct sctp_stream *stream, __u16 sid) in sctp_sched_prio_free_sid()
218 struct sctp_stream *stream; in sctp_sched_prio_enqueue() local
230 struct sctp_stream *stream = &q->asoc->stream; in sctp_sched_prio_dequeue() local
[all …]
H A Dstream.c25 static void sctp_stream_shrink_out(struct sctp_stream *stream, __u16 outcnt) in sctp_stream_shrink_out()
55 static void sctp_stream_free_ext(struct sctp_stream *stream, __u16 sid) in sctp_stream_free_ext()
72 static void sctp_stream_outq_migrate(struct sctp_stream *stream, in sctp_stream_outq_migrate()
96 static int sctp_stream_alloc_out(struct sctp_stream *stream, __u16 outcnt, in sctp_stream_alloc_out()
113 static int sctp_stream_alloc_in(struct sctp_stream *stream, __u16 incnt, in sctp_stream_alloc_in()
130 int sctp_stream_init(struct sctp_stream *stream, __u16 outcnt, __u16 incnt, in sctp_stream_init()
164 int sctp_stream_init_ext(struct sctp_stream *stream, __u16 sid) in sctp_stream_init_ext()
183 void sctp_stream_free(struct sctp_stream *stream) in sctp_stream_free()
195 void sctp_stream_clear(struct sctp_stream *stream) in sctp_stream_clear()
208 void sctp_stream_update(struct sctp_stream *stream, struct sctp_stream *new) in sctp_stream_update()
[all …]
H A Dstream_sched.c25 static int sctp_sched_fcfs_set(struct sctp_stream *stream, __u16 sid, in sctp_sched_fcfs_set() argument
31 static int sctp_sched_fcfs_get(struct sctp_stream *stream, __u16 sid, in sctp_sched_fcfs_get() argument
38 static int sctp_sched_fcfs_init(struct sctp_stream *stream) in sctp_sched_fcfs_init() argument
43 static int sctp_sched_fcfs_init_sid(struct sctp_stream *stream, __u16 sid, in sctp_sched_fcfs_init_sid() argument
49 static void sctp_sched_fcfs_free_sid(struct sctp_stream *stream, __u16 sid) in sctp_sched_fcfs_free_sid() argument
60 struct sctp_stream *stream = &q->asoc->stream; in sctp_sched_fcfs_dequeue() local
86 sctp_sched_fcfs_sched_all(struct sctp_stream * stream) sctp_sched_fcfs_sched_all() argument
90 sctp_sched_fcfs_unsched_all(struct sctp_stream * stream) sctp_sched_fcfs_unsched_all() argument
131 sctp_sched_free_sched(struct sctp_stream * stream) sctp_sched_free_sched() argument
264 sctp_sched_init_sid(struct sctp_stream * stream,__u16 sid,gfp_t gfp) sctp_sched_init_sid() argument
273 sctp_sched_ops_from_stream(struct sctp_stream * stream) sctp_sched_ops_from_stream() argument
[all...]
/linux/lib/kunit/
H A Dstring-stream.c41 int string_stream_vadd(struct string_stream *stream, in string_stream_vadd()
90 int string_stream_add(struct string_stream *stream, const char *fmt, ...) in string_stream_add()
102 void string_stream_clear(struct string_stream *stream) in string_stream_clear()
117 char *string_stream_get_string(struct string_stream *stream) in string_stream_get_string()
135 int string_stream_append(struct string_stream *stream, in string_stream_append()
152 bool string_stream_is_empty(struct string_stream *stream) in string_stream_is_empty()
159 struct string_stream *stream; in alloc_string_stream() local
172 void string_stream_destroy(struct string_stream *stream) in string_stream_destroy()
185 struct string_stream *stream = p; in resource_free_string_stream() local
192 struct string_stream *stream; in kunit_alloc_string_stream() local
[all …]
H A Dassert.c16 struct string_stream *stream) in kunit_assert_prologue() argument
36 struct string_stream *stream) in kunit_assert_print_msg() argument
44 struct string_stream *stream) in kunit_fail_assert_format() argument
52 struct string_stream *stream) in kunit_unary_assert_format() argument
72 kunit_ptr_not_err_assert_format(const struct kunit_assert * assert,const struct va_format * message,struct string_stream * stream) kunit_ptr_not_err_assert_format() argument
118 kunit_binary_assert_format(const struct kunit_assert * assert,const struct va_format * message,struct string_stream * stream) kunit_binary_assert_format() argument
146 kunit_binary_ptr_assert_format(const struct kunit_assert * assert,const struct va_format * message,struct string_stream * stream) kunit_binary_ptr_assert_format() argument
186 kunit_binary_str_assert_format(const struct kunit_assert * assert,const struct va_format * message,struct string_stream * stream) kunit_binary_str_assert_format() argument
214 kunit_assert_hexdump(struct string_stream * stream,const void * buf,const void * compared_buf,const size_t len) kunit_assert_hexdump() argument
238 kunit_mem_assert_format(const struct kunit_assert * assert,const struct va_format * message,struct string_stream * stream) kunit_mem_assert_format() argument
[all...]
H A Dassert_test.c41 static char *get_str_from_stream(struct kunit *test, struct string_stream *stream) in get_str_from_stream()
53 struct string_stream *stream; in kunit_test_assert_prologue() local
84 struct string_stream *stream, in verify_assert_print_msg()
101 struct string_stream *stream; in kunit_test_assert_print_msg() local
120 struct string_stream *stream, int num_checks, ...) in validate_assert()
139 struct string_stream *stream; in kunit_test_unary_assert_format() local
160 struct string_stream *stream; in kunit_test_ptr_not_err_assert_format() local
185 struct string_stream *stream; in kunit_test_binary_assert_format() local
224 struct string_stream *stream; in kunit_test_binary_ptr_assert_format() local
261 struct string_stream *stream; in kunit_test_binary_str_assert_format() local
[all …]
/linux/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()
/linux/drivers/gpu/drm/i915/
H A Di915_perf.c432 struct i915_perf_regs *__oa_regs(struct i915_perf_stream *stream) in __oa_regs()
437 static u32 gen12_oa_hw_tail_read(struct i915_perf_stream *stream) in gen12_oa_hw_tail_read()
445 static u32 gen8_oa_hw_tail_read(struct i915_perf_stream *stream) in gen8_oa_hw_tail_read()
452 static u32 gen7_oa_hw_tail_read(struct i915_perf_stream *stream) in gen7_oa_hw_tail_read()
463 static u64 oa_report_id(struct i915_perf_stream *stream, void *report) in oa_report_id()
468 static u64 oa_report_reason(struct i915_perf_stream *stream, void *report) in oa_report_reason()
476 static void oa_report_id_clear(struct i915_perf_stream *stream, u32 *report) in oa_report_id_clear()
484 static bool oa_report_ctx_invalid(struct i915_perf_stream *stream, void *report) in oa_report_ctx_invalid()
490 static u64 oa_timestamp(struct i915_perf_stream *stream, void *report) in oa_timestamp()
497 static void oa_timestamp_clear(struct i915_perf_stream *stream, u32 *report) in oa_timestamp_clear()
[all …]
/linux/sound/soc/
H A Dsoc-pcm.c49 struct snd_soc_pcm_runtime *be, int stream) in snd_soc_dpcm_can_be_update()
60 int stream, in snd_soc_dpcm_check_state()
92 struct snd_soc_pcm_runtime *be, int stream) in snd_soc_dpcm_can_be_free_stop()
108 struct snd_soc_pcm_runtime *be, int stream) in snd_soc_dpcm_can_be_params()
125 struct snd_soc_pcm_runtime *be, int stream) in snd_soc_dpcm_can_be_prepared()
177 int stream, char *buf, size_t size) in dpcm_show_state()
238 int stream; in dpcm_state_read_file() local
284 static void dpcm_create_debugfs_state(struct snd_soc_dpcm *dpcm, int stream) in dpcm_create_debugfs_state()
306 int stream) in dpcm_create_debugfs_state()
322 int stream, enum snd_soc_dpcm_update state) in dpcm_set_fe_update_state()
[all …]
/linux/drivers/gpu/drm/xe/
H A Dxe_oa.c147 static u32 xe_oa_circ_diff(struct xe_oa_stream *stream, u32 tail, u32 head) in xe_oa_circ_diff()
153 static u32 xe_oa_circ_incr(struct xe_oa_stream *stream, u32 ptr, u32 n) in xe_oa_circ_incr()
202 static const struct xe_oa_regs *__oa_regs(struct xe_oa_stream *stream) in __oa_regs()
207 static u32 xe_oa_hw_tail_read(struct xe_oa_stream *stream) in xe_oa_hw_tail_read()
216 static u64 oa_report_id(struct xe_oa_stream *stream, void *report) in oa_report_id()
221 static void oa_report_id_clear(struct xe_oa_stream *stream, u32 *report) in oa_report_id_clear()
229 static u64 oa_timestamp(struct xe_oa_stream *stream, void *report) in oa_timestamp()
236 static void oa_timestamp_clear(struct xe_oa_stream *stream, u32 *report) in oa_timestamp_clear()
244 static bool xe_oa_buffer_check_unlocked(struct xe_oa_stream *stream) in xe_oa_buffer_check_unlocked()
303 struct xe_oa_stream *stream = in xe_oa_poll_check_timer_cb() local
[all …]
/linux/sound/soc/intel/atom/
H A Dsst-mfld-platform-compress.c48 struct sst_runtime_stream *stream; in sst_platform_compr_open() local
79 struct sst_runtime_stream *stream; in sst_platform_compr_free() local
100 struct sst_runtime_stream *stream; in sst_platform_compr_set_params() local
173 struct sst_runtime_stream *stream = cstream->runtime->private_data; in sst_platform_compr_trigger() local
208 struct sst_runtime_stream *stream; in sst_platform_compr_pointer() local
223 struct sst_runtime_stream *stream; in sst_platform_compr_ack() local
236 struct sst_runtime_stream *stream = in sst_platform_compr_get_caps() local
246 struct sst_runtime_stream *stream = in sst_platform_compr_get_codec_caps() local
256 struct sst_runtime_stream *stream = in sst_platform_compr_set_metadata() local
H A Dsst-mfld-platform-pcm.c96 static int sst_media_digital_mute(struct snd_soc_dai *dai, int mute, int stream) in sst_media_digital_mute()
103 void sst_set_stream_status(struct sst_runtime_stream *stream, in sst_set_stream_status()
112 static inline int sst_get_stream_status(struct sst_runtime_stream *stream) in sst_get_stream_status()
225 struct sst_runtime_stream *stream = in sst_platform_alloc_stream() local
258 struct sst_runtime_stream *stream; in sst_period_elapsed() local
274 struct sst_runtime_stream *stream = in sst_platform_init_stream() local
292 static int power_up_sst(struct sst_runtime_stream *stream) in power_up_sst()
297 static void power_down_sst(struct sst_runtime_stream *stream) in power_down_sst()
307 struct sst_runtime_stream *stream; in sst_media_open() local
362 struct sst_runtime_stream *stream; in sst_media_close() local
[all …]
/linux/drivers/slimbus/
H A Dstream.c125 static int slim_connect_port_channel(struct slim_stream_runtime *stream, in slim_connect_port_channel()
145 static int slim_disconnect_port(struct slim_stream_runtime *stream, in slim_disconnect_port()
161 static int slim_deactivate_remove_channel(struct slim_stream_runtime *stream, in slim_deactivate_remove_channel()
272 static int slim_define_channel_content(struct slim_stream_runtime *stream, in slim_define_channel_content()
307 static int slim_define_channel(struct slim_stream_runtime *stream, in slim_define_channel()
331 static int slim_activate_channel(struct slim_stream_runtime *stream, in slim_activate_channel()
359 int slim_stream_enable(struct slim_stream_runtime *stream) in slim_stream_enable()
412 int slim_stream_disable(struct slim_stream_runtime *stream) in slim_stream_disable()
449 int slim_stream_unprepare(struct slim_stream_runtime *stream) in slim_stream_unprepare()
479 int slim_stream_free(struct slim_stream_runtime *stream) in slim_stream_free()
/linux/sound/soc/au1x/
H A Ddma.c42 struct audio_stream stream[2]; /* playback & capture */ member
45 static void au1000_release_dma_link(struct audio_stream *stream) in au1000_release_dma_link()
63 static int au1000_setup_dma_link(struct audio_stream *stream, in au1000_setup_dma_link()
104 static void au1000_dma_stop(struct audio_stream *stream) in au1000_dma_stop()
110 static void au1000_dma_start(struct audio_stream *stream) in au1000_dma_start()
135 struct audio_stream *stream = (struct audio_stream *)ptr; in au1000_dma_interrupt() local
232 struct audio_stream *stream = ss_to_as(substream, component); in alchemy_pcm_hw_params() local
242 struct audio_stream *stream = ss_to_as(substream, component); in alchemy_pcm_hw_free() local
250 struct audio_stream *stream = ss_to_as(substream, component); in alchemy_pcm_trigger() local
270 struct audio_stream *stream = ss_to_as(ss, component); in alchemy_pcm_pointer() local
/linux/tools/include/nolibc/
H A Dstdio.h87 int fileno(FILE *stream) in fileno() argument
100 int fflush(FILE *stream) in fflush() argument
116 int fclose(FILE *stream) in fclose() argument
133 #define getc(stream) fget argument
136 fgetc(FILE * stream) fgetc() argument
154 putc(c,stream) global() argument
157 fputc(int c,FILE * stream) fputc() argument
179 _fwrite(const void * buf,size_t size,FILE * stream) _fwrite() argument
195 fwrite(const void * s,size_t size,size_t nmemb,FILE * stream) fwrite() argument
208 fputs(const char * s,FILE * stream) fputs() argument
224 fgets(char * s,int size,FILE * stream) fgets() argument
390 vfprintf(FILE * stream,const char * fmt,va_list args) vfprintf() argument
402 fprintf(FILE * stream,const char * fmt,...) fprintf() argument
428 FILE *stream; vdprintf() local
613 setvbuf(FILE * stream,char * buf,int mode,size_t size) setvbuf() argument
[all...]
/linux/sound/xen/
H A Dxen_snd_front_alsa.c212 static void stream_clear(struct xen_snd_front_pcm_stream_info *stream) in stream_clear()
226 static void stream_free(struct xen_snd_front_pcm_stream_info *stream) in stream_free()
241 struct xen_snd_front_pcm_stream_info *stream; in stream_get() local
254 struct xen_snd_front_pcm_stream_info *stream = rule->private; in alsa_hw_rule() local
352 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); in alsa_open() local
428 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); in alsa_close() local
434 static int shbuf_setup_backstore(struct xen_snd_front_pcm_stream_info *stream, in shbuf_setup_backstore()
458 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); in alsa_hw_params() local
498 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); in alsa_hw_free() local
508 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); in alsa_prepare() local
[all …]
/linux/sound/firewire/oxfw/
H A Doxfw-scs1x.c44 static void midi_input_escaped_byte(struct snd_rawmidi_substream *stream, in midi_input_escaped_byte()
55 struct snd_rawmidi_substream *stream, u8 byte) in midi_input_byte()
76 struct snd_rawmidi_substream *stream, in midi_input_packet()
100 struct snd_rawmidi_substream *stream; in handle_hss() local
177 struct snd_rawmidi_substream *stream; in scs_output_work() local
277 static int midi_capture_open(struct snd_rawmidi_substream *stream) in midi_capture_open()
282 static int midi_capture_close(struct snd_rawmidi_substream *stream) in midi_capture_close()
287 static void midi_capture_trigger(struct snd_rawmidi_substream *stream, int up) in midi_capture_trigger()
299 static int midi_playback_open(struct snd_rawmidi_substream *stream) in midi_playback_open()
304 static int midi_playback_close(struct snd_rawmidi_substream *stream) in midi_playback_close()
[all …]
/linux/drivers/soundwire/
H A Dstream.c845 static int do_bank_switch(struct sdw_stream_runtime *stream) in do_bank_switch()
994 struct sdw_stream_runtime *stream) in sdw_slave_port_free()
1164 struct sdw_stream_runtime *stream) in sdw_slave_rt_find()
1189 struct sdw_stream_runtime *stream) in sdw_slave_rt_free()
1202 struct sdw_stream_runtime *stream) in sdw_master_rt_find()
1225 struct sdw_stream_runtime *stream) in sdw_master_rt_alloc()
1308 struct sdw_stream_runtime *stream) in sdw_master_rt_free()
1338 struct sdw_stream_runtime *stream, in sdw_config_stream()
1419 static void sdw_acquire_bus_lock(struct sdw_stream_runtime *stream) in sdw_acquire_bus_lock()
1441 static void sdw_release_bus_lock(struct sdw_stream_runtime *stream) in sdw_release_bus_lock()
[all …]
/linux/drivers/media/platform/ti/vpe/
H A Dvip.c635 static int add_out_dtd(struct vip_stream *stream, int srce_type) in add_out_dtd()
745 static void add_stream_dtds(struct vip_stream *stream) in add_stream_dtds()
816 static void populate_desc_list(struct vip_stream *stream) in populate_desc_list()
832 static void start_dma(struct vip_stream *stream, struct vip_buffer *buf) in start_dma()
870 static void vip_schedule_next_buffer(struct vip_stream *stream) in vip_schedule_next_buffer()
902 static void vip_process_buffer_complete(struct vip_stream *stream) in vip_process_buffer_complete()
945 static int vip_reset_vpdma(struct vip_stream *stream) in vip_reset_vpdma()
979 struct vip_stream *stream = container_of(work, struct vip_stream, in vip_overflow_recovery_work() local
1071 struct vip_stream *stream = NULL; in handle_parser_irqs() local
1166 struct vip_stream *stream; in vip_irq() local
[all …]

12345678910>>...16