Home
last modified time | relevance | path

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

12345678910>>...13

/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
157 void dc_stream_release(struct dc_stream_state *stream) in dc_stream_release()
167 struct dc_stream_state *stream; in dc_create_stream_for_sink() local
190 struct dc_stream_state *dc_copy_stream(const struct dc_stream_state *stream) in dc_copy_stream()
221 struct dc_stream_state *stream) in dc_stream_get_status()
[all …]
H A Ddc.c421 static bool set_long_vtotal(struct dc *dc, struct dc_stream_state *stream, struct dc_crtc_timing_ad… in set_long_vtotal()
460 struct dc_stream_state *stream, in dc_stream_adjust_vmin_vmax()
528 struct dc_stream_state *stream, in dc_stream_get_last_used_drr_vtotal()
593 dc_stream_forward_crc_window(struct dc_stream_state *stream, in dc_stream_forward_crc_window()
660 dc_stream_forward_multiple_crc_window(struct dc_stream_state *stream, in dc_stream_forward_multiple_crc_window()
710 bool dc_stream_configure_crc(struct dc *dc, struct dc_stream_state *stream, in dc_stream_configure_crc()
783 bool dc_stream_get_crc(struct dc *dc, struct dc_stream_state *stream, uint8_t idx, in dc_stream_get_crc()
809 void dc_stream_set_dyn_expansion(struct dc *dc, struct dc_stream_state *stream, in dc_stream_set_dyn_expansion()
832 void dc_stream_set_dither_option(struct dc_stream_state *stream, in dc_stream_set_dither_option()
873 bool dc_stream_set_gamut_remap(struct dc *dc, const struct dc_stream_state *stream) in dc_stream_set_gamut_remap()
[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() argument
59 struct sctp_stream *stream, int prio, gfp_t gfp) in sctp_sched_prio_get_head() argument
130 sctp_sched_prio_sched(struct sctp_stream * stream,struct sctp_stream_out_ext * soute) sctp_sched_prio_sched() argument
163 sctp_sched_prio_set(struct sctp_stream * stream,__u16 sid,__u16 prio,gfp_t gfp) sctp_sched_prio_set() argument
188 sctp_sched_prio_get(struct sctp_stream * stream,__u16 sid,__u16 * value) sctp_sched_prio_get() argument
195 sctp_sched_prio_init(struct sctp_stream * stream) sctp_sched_prio_init() argument
202 sctp_sched_prio_init_sid(struct sctp_stream * stream,__u16 sid,gfp_t gfp) sctp_sched_prio_init_sid() argument
209 sctp_sched_prio_free_sid(struct sctp_stream * stream,__u16 sid) sctp_sched_prio_free_sid() argument
218 struct sctp_stream *stream; sctp_sched_prio_enqueue() local
230 struct sctp_stream *stream = &q->asoc->stream; sctp_sched_prio_dequeue() local
276 sctp_sched_prio_sched_all(struct sctp_stream * stream) sctp_sched_prio_sched_all() argument
293 sctp_sched_prio_unsched_all(struct sctp_stream * stream) sctp_sched_prio_unsched_all() argument
[all...]
H A Dstream.c25 static void sctp_stream_shrink_out(struct sctp_stream *stream, __u16 outcnt) in sctp_stream_shrink_out() argument
55 static void sctp_stream_free_ext(struct sctp_stream *stream, __u16 sid) in sctp_stream_free_ext() argument
72 sctp_stream_outq_migrate(struct sctp_stream * stream,struct sctp_stream * new,__u16 outcnt) sctp_stream_outq_migrate() argument
96 sctp_stream_alloc_out(struct sctp_stream * stream,__u16 outcnt,gfp_t gfp) sctp_stream_alloc_out() argument
113 sctp_stream_alloc_in(struct sctp_stream * stream,__u16 incnt,gfp_t gfp) sctp_stream_alloc_in() argument
130 sctp_stream_init(struct sctp_stream * stream,__u16 outcnt,__u16 incnt,gfp_t gfp) sctp_stream_init() argument
164 sctp_stream_init_ext(struct sctp_stream * stream,__u16 sid) sctp_stream_init_ext() argument
183 sctp_stream_free(struct sctp_stream * stream) sctp_stream_free() argument
195 sctp_stream_clear(struct sctp_stream * stream) sctp_stream_clear() argument
208 sctp_stream_update(struct sctp_stream * stream,struct sctp_stream * new) sctp_stream_update() argument
241 sctp_stream_outq_is_empty(struct sctp_stream * stream,__u16 str_nums,__be16 * str_list) sctp_stream_outq_is_empty() argument
268 struct sctp_stream *stream = &asoc->stream; sctp_send_reset_streams() local
382 struct sctp_stream *stream = &asoc->stream; sctp_send_reset_assoc() local
427 struct sctp_stream *stream = &asoc->stream; sctp_send_add_streams() local
522 struct sctp_stream *stream = &asoc->stream; sctp_process_strreset_outreq() local
611 struct sctp_stream *stream = &asoc->stream; sctp_process_strreset_inreq() local
689 struct sctp_stream *stream = &asoc->stream; sctp_process_strreset_tsnreq() local
785 struct sctp_stream *stream = &asoc->stream; sctp_process_strreset_addstrm_out() local
855 struct sctp_stream *stream = &asoc->stream; sctp_process_strreset_addstrm_in() local
919 struct sctp_stream *stream = &asoc->stream; sctp_process_strreset_resp() local
[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()
36 struct string_stream *stream) in kunit_assert_print_msg()
44 struct string_stream *stream) in kunit_fail_assert_format()
52 struct string_stream *stream) in kunit_unary_assert_format()
72 struct string_stream *stream) in kunit_ptr_not_err_assert_format()
118 struct string_stream *stream) in kunit_binary_assert_format()
146 struct string_stream *stream) in kunit_binary_ptr_assert_format()
186 struct string_stream *stream) in kunit_binary_str_assert_format()
214 void kunit_assert_hexdump(struct string_stream *stream, in kunit_assert_hexdump()
238 struct string_stream *stream) in kunit_mem_assert_format()
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/sound/soc/
H A Dsoc-pcm.c49 struct snd_soc_pcm_runtime *be, int stream) in snd_soc_dpcm_can_be_update() argument
60 int stream, in snd_soc_dpcm_check_state() argument
92 snd_soc_dpcm_can_be_free_stop(struct snd_soc_pcm_runtime * fe,struct snd_soc_pcm_runtime * be,int stream) snd_soc_dpcm_can_be_free_stop() argument
108 snd_soc_dpcm_can_be_params(struct snd_soc_pcm_runtime * fe,struct snd_soc_pcm_runtime * be,int stream) snd_soc_dpcm_can_be_params() argument
125 snd_soc_dpcm_can_be_prepared(struct snd_soc_pcm_runtime * fe,struct snd_soc_pcm_runtime * be,int stream) snd_soc_dpcm_can_be_prepared() argument
177 dpcm_show_state(struct snd_soc_pcm_runtime * fe,int stream,char * buf,size_t size) dpcm_show_state() argument
238 int stream; dpcm_state_read_file() local
284 dpcm_create_debugfs_state(struct snd_soc_dpcm * dpcm,int stream) dpcm_create_debugfs_state() argument
306 dpcm_create_debugfs_state(struct snd_soc_dpcm * dpcm,int stream) dpcm_create_debugfs_state() argument
322 dpcm_set_fe_update_state(struct snd_soc_pcm_runtime * fe,int stream,enum snd_soc_dpcm_update state) dpcm_set_fe_update_state() argument
338 dpcm_set_be_update_state(struct snd_soc_pcm_runtime * be,int stream,enum snd_soc_dpcm_update state) dpcm_set_be_update_state() argument
357 snd_soc_runtime_action(struct snd_soc_pcm_runtime * rtd,int stream,int action) snd_soc_runtime_action() argument
545 int stream = substream->stream; soc_pcm_apply_msb() local
620 snd_soc_runtime_calc_hw(struct snd_soc_pcm_runtime * rtd,struct snd_pcm_hardware * hw,int stream) snd_soc_runtime_calc_hw() argument
1288 dpcm_be_connect(struct snd_soc_pcm_runtime * fe,struct snd_soc_pcm_runtime * be,int stream) dpcm_be_connect() argument
1337 dpcm_be_reparent(struct snd_soc_pcm_runtime * fe,struct snd_soc_pcm_runtime * be,int stream) dpcm_be_reparent() argument
1366 dpcm_be_disconnect(struct snd_soc_pcm_runtime * fe,int stream) dpcm_be_disconnect() argument
1406 dpcm_get_be(struct snd_soc_card * card,struct snd_soc_dapm_widget * widget,int stream) dpcm_get_be() argument
1456 int stream; dpcm_end_walk_at_be() local
1473 dpcm_path_get(struct snd_soc_pcm_runtime * fe,int stream,struct snd_soc_dapm_widget_list ** list) dpcm_path_get() argument
1502 dpcm_be_is_active(struct snd_soc_dpcm * dpcm,int stream,struct snd_soc_dapm_widget_list * list) dpcm_be_is_active() argument
1523 dpcm_prune_paths(struct snd_soc_pcm_runtime * fe,int stream,struct snd_soc_dapm_widget_list ** list_) dpcm_prune_paths() argument
1546 dpcm_add_paths(struct snd_soc_pcm_runtime * fe,int stream,struct snd_soc_dapm_widget_list ** list_) dpcm_add_paths() argument
1615 dpcm_clear_pending_state(struct snd_soc_pcm_runtime * fe,int stream) dpcm_clear_pending_state() argument
1623 dpcm_be_dai_stop(struct snd_soc_pcm_runtime * fe,int stream,int do_hw_free,struct snd_soc_dpcm * last) dpcm_be_dai_stop() argument
1667 dpcm_be_dai_startup(struct snd_soc_pcm_runtime * fe,int stream) dpcm_be_dai_startup() argument
1740 int stream = substream->stream; dpcm_runtime_setup_fe() local
1775 int stream = substream->stream; dpcm_runtime_setup_be_format() local
1811 int stream = substream->stream; dpcm_runtime_setup_be_chan() local
1859 int stream = substream->stream; dpcm_runtime_setup_be_rate() local
1891 dpcm_apply_symmetry(struct snd_pcm_substream * fe_substream,int stream) dpcm_apply_symmetry() argument
1941 int stream = fe_substream->stream, ret = 0; dpcm_fe_dai_startup() local
1978 int stream = substream->stream; dpcm_fe_dai_shutdown() local
2000 dpcm_be_dai_hw_free(struct snd_soc_pcm_runtime * fe,int stream) dpcm_be_dai_hw_free() argument
2044 int stream = substream->stream; dpcm_fe_dai_hw_free() local
2065 dpcm_be_dai_hw_params(struct snd_soc_pcm_runtime * fe,int stream) dpcm_be_dai_hw_params() argument
2147 int ret, stream = substream->stream; dpcm_fe_dai_hw_params() local
2176 dpcm_be_dai_trigger(struct snd_soc_pcm_runtime * fe,int stream,int cmd) dpcm_be_dai_trigger() argument
2381 int stream = substream->stream; dpcm_fe_dai_do_trigger() local
2445 int stream = substream->stream; dpcm_fe_dai_trigger() local
2459 dpcm_be_dai_prepare(struct snd_soc_pcm_runtime * fe,int stream) dpcm_be_dai_prepare() argument
2505 int stream = substream->stream, ret = 0; dpcm_fe_dai_prepare() local
2537 dpcm_run_update_shutdown(struct snd_soc_pcm_runtime * fe,int stream) dpcm_run_update_shutdown() argument
2556 dpcm_run_update_startup(struct snd_soc_pcm_runtime * fe,int stream) dpcm_run_update_startup() argument
2632 int stream; soc_dpcm_fe_runtime_update() local
2727 int stream = fe_substream->stream; dpcm_fe_dai_cleanup() local
2757 int stream = fe_substream->stream; dpcm_fe_dai_open() local
2992 snd_soc_dpcm_get_substream(struct snd_soc_pcm_runtime * be,int stream) snd_soc_dpcm_get_substream() argument
[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/tools/include/nolibc/
H A Dstdio.h87 int fileno(FILE *stream) in fileno()
100 int fflush(FILE *stream) in fflush()
116 int fclose(FILE *stream) in fclose()
133 #define getc(stream) fgetc(stream) argument
136 int fgetc(FILE* stream) in fgetc()
154 #define putc(c, stream) fputc(c, stream) argument
157 int fputc(int c, FILE* stream) in fputc()
179 int _fwrite(const void *buf, size_t size, FILE *stream) in _fwrite()
195 size_t fwrite(const void *s, size_t size, size_t nmemb, FILE *stream) in fwrite()
208 int fputs(const char *s, FILE *stream) in fputs()
[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()
459 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); in alsa_hw_params() local
499 struct xen_snd_front_pcm_stream_info *stream = stream_get(substream); in alsa_hw_free() local
509 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/sound/soc/intel/atom/
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/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/fs/squashfs/
H A Ddecompressor_multi.c47 void *stream; member
53 struct squashfs_stream *stream) in put_decomp_stream()
64 struct squashfs_stream *stream; in squashfs_decompressor_create() local
107 struct squashfs_stream *stream = msblk->stream; in squashfs_decompressor_destroy() local
127 struct squashfs_stream *stream) in get_decomp_stream()
187 struct squashfs_stream *stream = msblk->stream; in squashfs_decompress() local
/linux/kernel/bpf/
H A Dstream.c60 static int bpf_stream_consume_capacity(struct bpf_stream *stream, int len) in bpf_stream_consume_capacity()
71 static void bpf_stream_release_capacity(struct bpf_stream *stream, struct bpf_stream_elem *elem) in bpf_stream_release_capacity()
78 static int bpf_stream_push_str(struct bpf_stream *stream, const char *str, int len) in bpf_stream_push_str()
105 static struct llist_node *bpf_stream_backlog_peek(struct bpf_stream *stream) in bpf_stream_backlog_peek()
110 static struct llist_node *bpf_stream_backlog_pop(struct bpf_stream *stream) in bpf_stream_backlog_pop()
122 static void bpf_stream_backlog_fill(struct bpf_stream *stream) in bpf_stream_backlog_fill()
155 static int bpf_stream_read(struct bpf_stream *stream, void __user *buf, int len) in bpf_stream_read()
201 struct bpf_stream *stream; in bpf_prog_stream_read() local
224 struct bpf_stream *stream; in bpf_stream_vprintk_impl() local
315 struct bpf_stream *stream; in bpf_stream_stage_commit() local
/linux/drivers/media/pci/cx18/
H A Dcx18-dvb.c122 static int yuan_mpc718_mt352_reqfw(struct cx18_stream *stream, in yuan_mpc718_mt352_reqfw()
154 struct cx18_stream *stream = dvb->stream; in yuan_mpc718_mt352_init() local
237 struct cx18_stream *stream = demux->priv; in cx18_dvb_start_feed() local
308 struct cx18_stream *stream = demux->priv; in cx18_dvb_stop_feed() local
331 int cx18_dvb_register(struct cx18_stream *stream) in cx18_dvb_register()
423 void cx18_dvb_unregister(struct cx18_stream *stream) in cx18_dvb_unregister()
454 static int dvb_register(struct cx18_stream *stream) in dvb_register()
/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c775 struct dc_stream_state *stream = pipe_ctx->stream; in dp_set_dsc_on_rx() local
788 struct dc_stream_state *stream = pipe_ctx->stream; in dp_set_hblank_reduction_on_rx() local
809 struct dc_stream_state *stream = pipe_ctx->stream; in link_set_dsc_on_stream() local
950 struct dc_stream_state *stream = pipe_ctx->stream; in link_set_dsc_pps_packet() local
1052 struct dc_stream_state *stream = pipe_ctx->stream; in enable_stream_features() local
1119 static struct fixed31_32 get_pbn_per_slot(struct dc_stream_state *stream) in get_pbn_per_slot()
1334 struct dc_stream_state *stream = pipe_ctx->stream; in deallocate_mst_payload() local
1433 struct dc_stream_state *stream = pipe_ctx->stream; in allocate_mst_payload() local
1531 const struct dc_stream_state *stream, in link_calculate_sst_avg_time_slots_per_mtp()
1551 const struct dc_stream_state *stream, in write_128b_132b_sst_payload_allocation_table()
[all …]
/linux/drivers/gpu/drm/amd/display/modules/freesync/
H A Dfreesync.c113 const struct dc_stream_state *stream, in calc_duration_in_us_from_v_total()
125 static unsigned int calc_max_hardware_v_total(const struct dc_stream_state *stream) in calc_max_hardware_v_total()
137 const struct dc_stream_state *stream, in mod_freesync_calc_v_total_from_refresh()
182 const struct dc_stream_state *stream, in calc_v_total_from_duration()
218 const struct dc_stream_state *stream, in update_v_total_for_static_ramp()
291 const struct dc_stream_state *stream, in apply_below_the_range()
446 const struct dc_stream_state *stream, in apply_fixed_refresh()
942 const struct dc_stream_state *stream, in mod_freesync_build_vrr_infopacket()
978 const struct dc_stream_state *stream, in mod_freesync_build_vrr_params()
1131 const struct dc_stream_state *stream, in mod_freesync_handle_preflip()
[all …]
/linux/sound/soc/amd/acp/
H A Dacp-platform.c110 void config_pte_for_stream(struct acp_chip_info *chip, struct acp_stream *stream) in config_pte_for_stream()
131 void config_acp_dma(struct acp_chip_info *chip, struct acp_stream *stream, int size) in config_acp_dma()
196 struct acp_stream *stream; in acp_dma_open() local
260 struct acp_stream *stream = substream->runtime->private_data; in acp_dma_hw_params() local
275 struct acp_stream *stream = substream->runtime->private_data; in acp_dma_pointer() local
307 struct acp_stream *stream = substream->runtime->private_data; in acp_dma_close() local

12345678910>>...13