Home
last modified time | relevance | path

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

12345678910>>...14

/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()
179 static int snd_compr_update_tstamp(struct snd_compr_stream *stream, in snd_compr_update_tstamp()
194 static size_t snd_compr_calc_avail(struct snd_compr_stream *stream, in snd_compr_calc_avail()
230 static inline size_t snd_compr_get_avail(struct snd_compr_stream *stream) in snd_compr_get_avail()
238 snd_compr_ioctl_avail(struct snd_compr_stream *stream, unsigned long arg) in snd_compr_ioctl_avail()
264 static int snd_compr_write_data(struct snd_compr_stream *stream, in snd_compr_write_data()
299 struct snd_compr_stream *stream; in snd_compr_write() local
350 struct snd_compr_stream *stream; in snd_compr_read() local
397 static __poll_t snd_compr_get_poll(struct snd_compr_stream *stream) in snd_compr_get_poll()
[all …]
/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() argument
65 bool dc_stream_construct(struct dc_stream_state *stream, in dc_stream_construct() argument
132 dc_stream_destruct(struct dc_stream_state * stream) dc_stream_destruct() argument
137 dc_stream_assign_stream_id(struct dc_stream_state * stream) dc_stream_assign_stream_id() argument
144 dc_stream_retain(struct dc_stream_state * stream) dc_stream_retain() argument
151 struct dc_stream_state *stream = container_of(kref, struct dc_stream_state, refcount); dc_stream_free() local
157 dc_stream_release(struct dc_stream_state * stream) dc_stream_release() argument
167 struct dc_stream_state *stream; dc_create_stream_for_sink() local
190 dc_copy_stream(const struct dc_stream_state * stream) dc_copy_stream() argument
220 dc_stream_get_status(struct dc_stream_state * stream) dc_stream_get_status() argument
228 program_cursor_attributes(struct dc * dc,struct dc_stream_state * stream) program_cursor_attributes() argument
270 dc_stream_set_cursor_attributes(struct dc_stream_state * stream,const struct dc_cursor_attributes * attributes) dc_stream_set_cursor_attributes() argument
310 dc_stream_program_cursor_attributes(struct dc_stream_state * stream,const struct dc_cursor_attributes * attributes) dc_stream_program_cursor_attributes() argument
340 program_cursor_position(struct dc * dc,struct dc_stream_state * stream) program_cursor_position() argument
376 dc_stream_set_cursor_position(struct dc_stream_state * stream,const struct dc_cursor_position * position) dc_stream_set_cursor_position() argument
396 dc_stream_program_cursor_position(struct dc_stream_state * stream,const struct dc_cursor_position * position) dc_stream_program_cursor_position() argument
452 dc_stream_add_writeback(struct dc * dc,struct dc_stream_state * stream,struct dc_writeback_info * wb_info) dc_stream_add_writeback() argument
526 dc_stream_fc_disable_writeback(struct dc * dc,struct dc_stream_state * stream,uint32_t dwb_pipe_inst) dc_stream_fc_disable_writeback() argument
555 dc_stream_remove_writeback(struct dc * dc,struct dc_stream_state * stream,uint32_t dwb_pipe_inst) dc_stream_remove_writeback() argument
610 dc_stream_get_vblank_counter(const struct dc_stream_state * stream) dc_stream_get_vblank_counter() argument
631 dc_stream_send_dp_sdp(const struct dc_stream_state * stream,const uint8_t * custom_sdp_message,unsigned int sdp_message_size) dc_stream_send_dp_sdp() argument
668 dc_stream_get_scanoutpos(const struct dc_stream_state * stream,uint32_t * v_blank_start,uint32_t * v_blank_end,uint32_t * h_position,uint32_t * v_position) dc_stream_get_scanoutpos() argument
701 dc_stream_dmdata_status_done(struct dc * dc,struct dc_stream_state * stream) dc_stream_dmdata_status_done() argument
724 dc_stream_set_dynamic_metadata(struct dc * dc,struct dc_stream_state * stream,struct dc_dmdata_attributes * attr) dc_stream_set_dynamic_metadata() argument
768 dc_stream_add_dsc_to_resource(struct dc * dc,struct dc_state * state,struct dc_stream_state * stream) dc_stream_add_dsc_to_resource() argument
777 dc_stream_get_pipe_ctx(struct dc_stream_state * stream) dc_stream_get_pipe_ctx() argument
791 dc_stream_log(const struct dc * dc,const struct dc_stream_state * stream) dc_stream_log() argument
836 dc_stream_get_nearest_smallest_index(struct dc_stream_state * stream,int refresh) dc_stream_get_nearest_smallest_index() argument
849 dc_stream_get_brightness_millinits_linear_interpolation(struct dc_stream_state * stream,int index1,int index2,int refresh_hz) dc_stream_get_brightness_millinits_linear_interpolation() argument
868 dc_stream_get_refresh_hz_linear_interpolation(struct dc_stream_state * stream,int index1,int index2,int brightness_millinits) dc_stream_get_refresh_hz_linear_interpolation() argument
887 dc_stream_get_brightness_millinits_from_refresh(struct dc_stream_state * stream,int refresh_hz) dc_stream_get_brightness_millinits_from_refresh() argument
909 dc_stream_calculate_flickerless_refresh_rate(struct dc_stream_state * stream,int current_brightness,int starting_refresh_hz,bool is_gaming,bool search_for_max_increase) dc_stream_calculate_flickerless_refresh_rate() argument
972 dc_stream_get_max_delta_lumin_millinits(struct dc_stream_state * stream,int hz1,int hz2,bool isGaming) dc_stream_get_max_delta_lumin_millinits() argument
1008 dc_stream_get_max_flickerless_instant_vtotal_delta(struct dc_stream_state * stream,bool is_gaming,bool increase) dc_stream_get_max_flickerless_instant_vtotal_delta() argument
1033 dc_stream_calculate_max_flickerless_refresh_rate(struct dc_stream_state * stream,int starting_refresh_hz,bool is_gaming) dc_stream_calculate_max_flickerless_refresh_rate() argument
1051 dc_stream_calculate_min_flickerless_refresh_rate(struct dc_stream_state * stream,int starting_refresh_hz,bool is_gaming) dc_stream_calculate_min_flickerless_refresh_rate() argument
1068 dc_stream_is_refresh_rate_range_flickerless(struct dc_stream_state * stream,int hz1,int hz2,bool is_gaming) dc_stream_is_refresh_rate_range_flickerless() argument
1090 dc_stream_get_max_flickerless_instant_vtotal_decrease(struct dc_stream_state * stream,bool is_gaming) dc_stream_get_max_flickerless_instant_vtotal_decrease() argument
1103 dc_stream_get_max_flickerless_instant_vtotal_increase(struct dc_stream_state * stream,bool is_gaming) dc_stream_get_max_flickerless_instant_vtotal_increase() argument
[all...]
H A Ddc_link_enc_cfg.c32 static bool is_dig_link_enc_stream(struct dc_stream_state *stream) in is_dig_link_enc_stream() argument
84 struct dc_stream_state *stream = NULL; get_stream_using_link_enc() local
101 remove_link_enc_assignment(struct dc_state * state,struct dc_stream_state * stream,enum engine_id eng_id) remove_link_enc_assignment() argument
136 add_link_enc_assignment(struct dc_state * state,struct dc_stream_state * stream,enum engine_id eng_id) add_link_enc_assignment() argument
199 is_avail_link_enc(struct dc_state * state,enum engine_id eng_id,struct dc_stream_state * stream) is_avail_link_enc() argument
320 struct dc_stream_state *stream = streams[i]; link_enc_cfg_link_encs_assign() local
342 struct dc_stream_state *stream = state->streams[i]; link_enc_cfg_link_encs_assign() local
370 struct dc_stream_state *stream = streams[i]; link_enc_cfg_link_encs_assign() local
450 link_enc_cfg_link_enc_unassign(struct dc_state * state,struct dc_stream_state * stream) link_enc_cfg_link_enc_unassign() argument
466 struct dc_stream_state *stream = link_enc_cfg_get_stream_using_link_enc(dc, eng_id); link_enc_cfg_is_transmitter_mappable() local
478 struct dc_stream_state *stream = NULL; link_enc_cfg_get_stream_using_link_enc() local
498 struct dc_stream_state *stream = NULL; link_enc_cfg_get_link_using_link_enc() local
564 link_enc_cfg_get_link_enc_used_by_stream(struct dc * dc,const struct dc_stream_state * stream) link_enc_cfg_get_link_enc_used_by_stream() argument
595 link_enc_cfg_get_link_enc_used_by_stream_current(struct dc * dc,const struct dc_stream_state * stream) link_enc_cfg_get_link_enc_used_by_stream_current() argument
729 struct dc_stream_state *stream = state->streams[i]; link_enc_cfg_validate() local
[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()
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()
100 struct sctp_stream *stream; in sctp_sched_rr_enqueue() local
112 struct sctp_stream *stream = &q->asoc->stream; in sctp_sched_rr_dequeue() local
[all …]
H A Dstream_sched_fc.c27 static int sctp_sched_wfq_set(struct sctp_stream *stream, __u16 sid, in sctp_sched_wfq_set()
39 static int sctp_sched_wfq_get(struct sctp_stream *stream, __u16 sid, in sctp_sched_wfq_get()
48 static int sctp_sched_fc_set(struct sctp_stream *stream, __u16 sid, in sctp_sched_fc_set()
54 static int sctp_sched_fc_get(struct sctp_stream *stream, __u16 sid, in sctp_sched_fc_get()
60 static int sctp_sched_fc_init(struct sctp_stream *stream) in sctp_sched_fc_init()
67 static int sctp_sched_fc_init_sid(struct sctp_stream *stream, __u16 sid, in sctp_sched_fc_init_sid()
79 static void sctp_sched_fc_free_sid(struct sctp_stream *stream, __u16 sid) in sctp_sched_fc_free_sid()
83 static void sctp_sched_fc_sched(struct sctp_stream *stream, in sctp_sched_fc_sched()
101 struct sctp_stream *stream; in sctp_sched_fc_enqueue() local
113 struct sctp_stream *stream = &q->asoc->stream; in sctp_sched_fc_dequeue() local
[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()
31 static int sctp_sched_fcfs_get(struct sctp_stream *stream, __u16 sid, in sctp_sched_fcfs_get()
38 static int sctp_sched_fcfs_init(struct sctp_stream *stream) in sctp_sched_fcfs_init()
43 static int sctp_sched_fcfs_init_sid(struct sctp_stream *stream, __u16 sid, in sctp_sched_fcfs_init_sid()
49 static void sctp_sched_fcfs_free_sid(struct sctp_stream *stream, __u16 sid) in sctp_sched_fcfs_free_sid()
60 struct sctp_stream *stream = &q->asoc->stream; in sctp_sched_fcfs_dequeue() local
86 static void sctp_sched_fcfs_sched_all(struct sctp_stream *stream) in sctp_sched_fcfs_sched_all()
90 static void sctp_sched_fcfs_unsched_all(struct sctp_stream *stream) in sctp_sched_fcfs_unsched_all()
131 static void sctp_sched_free_sched(struct sctp_stream *stream) in sctp_sched_free_sched()
264 int sctp_sched_init_sid(struct sctp_stream *stream, __u16 sid, gfp_t gfp) in sctp_sched_init_sid()
[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/drivers/gpu/drm/xe/
H A Dxe_oa.c143 tail + stream->oa_buffer.circ_size - head; in xe_oa_circ_incr() argument
197 return &stream->hwe->oa_unit->regs; in xe_oa_hw_tail_read() argument
137 xe_oa_circ_diff(struct xe_oa_stream * stream,u32 tail,u32 head) xe_oa_circ_diff() argument
192 __oa_regs(struct xe_oa_stream * stream) __oa_regs() argument
206 oa_report_id(struct xe_oa_stream * stream,void * report) oa_report_id() argument
211 oa_report_id_clear(struct xe_oa_stream * stream,u32 * report) oa_report_id_clear() argument
219 oa_timestamp(struct xe_oa_stream * stream,void * report) oa_timestamp() argument
226 oa_timestamp_clear(struct xe_oa_stream * stream,u32 * report) oa_timestamp_clear() argument
234 xe_oa_buffer_check_unlocked(struct xe_oa_stream * stream) xe_oa_buffer_check_unlocked() argument
293 struct xe_oa_stream *stream = xe_oa_poll_check_timer_cb() local
304 xe_oa_append_report(struct xe_oa_stream * stream,char __user * buf,size_t count,size_t * offset,const u8 * report) xe_oa_append_report() argument
336 xe_oa_append_reports(struct xe_oa_stream * stream,char __user * buf,size_t count,size_t * offset) xe_oa_append_reports() argument
394 xe_oa_init_oa_buffer(struct xe_oa_stream * stream) xe_oa_init_oa_buffer() argument
439 __oa_ccs_select(struct xe_oa_stream * stream) __oa_ccs_select() argument
452 __oactrl_used_bits(struct xe_oa_stream * stream) __oactrl_used_bits() argument
458 xe_oa_enable(struct xe_oa_stream * stream) xe_oa_enable() argument
481 xe_oa_disable(struct xe_oa_stream * stream) xe_oa_disable() argument
500 xe_oa_wait_unlocked(struct xe_oa_stream * stream) xe_oa_wait_unlocked() argument
513 __xe_oa_read(struct xe_oa_stream * stream,char __user * buf,size_t count,size_t * offset) __xe_oa_read() argument
532 struct xe_oa_stream *stream = file->private_data; xe_oa_read() local
572 xe_oa_poll_locked(struct xe_oa_stream * stream,struct file * file,poll_table * wait) xe_oa_poll_locked() argument
593 struct xe_oa_stream *stream = file->private_data; xe_oa_poll() local
619 xe_oa_submit_bb(struct xe_oa_stream * stream,enum xe_oa_submit_deps deps,struct xe_bb * bb) xe_oa_submit_bb() argument
689 xe_oa_free_oa_buffer(struct xe_oa_stream * stream) xe_oa_free_oa_buffer() argument
694 xe_oa_free_configs(struct xe_oa_stream * stream) xe_oa_free_configs() argument
704 xe_oa_load_with_lri(struct xe_oa_stream * stream,struct xe_oa_reg * reg_lri,u32 count) xe_oa_load_with_lri() argument
733 xe_oa_configure_oar_context(struct xe_oa_stream * stream,bool enable) xe_oa_configure_oar_context() argument
758 xe_oa_configure_oac_context(struct xe_oa_stream * stream,bool enable) xe_oa_configure_oac_context() argument
787 xe_oa_configure_oa_context(struct xe_oa_stream * stream,bool enable) xe_oa_configure_oa_context() argument
802 oag_configure_mmio_trigger(const struct xe_oa_stream * stream,bool enable) oag_configure_mmio_trigger() argument
809 xe_oa_disable_metric_set(struct xe_oa_stream * stream) xe_oa_disable_metric_set() argument
842 xe_oa_stream_destroy(struct xe_oa_stream * stream) xe_oa_stream_destroy() argument
870 xe_oa_alloc_oa_buffer(struct xe_oa_stream * stream,size_t size) xe_oa_alloc_oa_buffer() argument
888 __xe_oa_alloc_config_buffer(struct xe_oa_stream * stream,struct xe_oa_config * oa_config) __xe_oa_alloc_config_buffer() argument
918 xe_oa_alloc_config_buffer(struct xe_oa_stream * stream,struct xe_oa_config * oa_config) xe_oa_alloc_config_buffer() argument
935 xe_oa_update_last_fence(struct xe_oa_stream * stream,struct dma_fence * fence) xe_oa_update_last_fence() argument
978 xe_oa_emit_oa_config(struct xe_oa_stream * stream,struct xe_oa_config * config) xe_oa_emit_oa_config() argument
1045 oag_report_ctx_switches(const struct xe_oa_stream * stream) oag_report_ctx_switches() argument
1053 oag_buf_size_select(const struct xe_oa_stream * stream) oag_buf_size_select() argument
1060 xe_oa_enable_metric_set(struct xe_oa_stream * stream) xe_oa_enable_metric_set() argument
1403 xe_oa_stream_enable(struct xe_oa_stream * stream) xe_oa_stream_enable() argument
1415 xe_oa_stream_disable(struct xe_oa_stream * stream) xe_oa_stream_disable() argument
1423 xe_oa_enable_preempt_timeslice(struct xe_oa_stream * stream) xe_oa_enable_preempt_timeslice() argument
1439 xe_oa_disable_preempt_timeslice(struct xe_oa_stream * stream) xe_oa_disable_preempt_timeslice() argument
1460 xe_oa_enable_locked(struct xe_oa_stream * stream) xe_oa_enable_locked() argument
1478 xe_oa_disable_locked(struct xe_oa_stream * stream) xe_oa_disable_locked() argument
1494 xe_oa_config_locked(struct xe_oa_stream * stream,u64 arg) xe_oa_config_locked() argument
1530 xe_oa_status_locked(struct xe_oa_stream * stream,unsigned long arg) xe_oa_status_locked() argument
1551 xe_oa_info_locked(struct xe_oa_stream * stream,unsigned long arg) xe_oa_info_locked() argument
1562 xe_oa_ioctl_locked(struct xe_oa_stream * stream,unsigned int cmd,unsigned long arg) xe_oa_ioctl_locked() argument
1586 struct xe_oa_stream *stream = file->private_data; xe_oa_ioctl() local
1596 xe_oa_destroy_locked(struct xe_oa_stream * stream) xe_oa_destroy_locked() argument
1611 struct xe_oa_stream *stream = file->private_data; xe_oa_release() local
1628 struct xe_oa_stream *stream = file->private_data; xe_oa_mmap() local
1677 xe_oa_stream_init(struct xe_oa_stream * stream,struct xe_oa_open_param * param) xe_oa_stream_init() argument
1798 struct xe_oa_stream *stream; xe_oa_stream_open_ioctl_locked() local
[all...]
/linux/drivers/media/v4l2-core/
H A Dv4l2-jpeg.c182 static int jpeg_get_byte(struct jpeg_stream *stream) in jpeg_get_byte()
191 static int jpeg_get_word_be(struct jpeg_stream *stream) in jpeg_get_word_be()
204 static int jpeg_skip(struct jpeg_stream *stream, size_t len) in jpeg_skip()
214 static int jpeg_next_marker(struct jpeg_stream *stream) in jpeg_next_marker()
230 static int jpeg_reference_segment(struct jpeg_stream *stream, in jpeg_reference_segment()
271 static int jpeg_parse_frame_header(struct jpeg_stream *stream, u16 sof_marker, in jpeg_parse_frame_header()
367 static int jpeg_parse_scan_header(struct jpeg_stream *stream, in jpeg_parse_scan_header()
420 static int jpeg_parse_quantization_tables(struct jpeg_stream *stream, in jpeg_parse_quantization_tables()
474 static int jpeg_parse_huffman_tables(struct jpeg_stream *stream, in jpeg_parse_huffman_tables()
532 static int jpeg_parse_restart_interval(struct jpeg_stream *stream, in jpeg_parse_restart_interval()
[all …]
/linux/sound/soc/intel/atom/
H A Dsst-mfld-platform-compress.c47 struct sst_runtime_stream *stream; in sst_platform_compr_open() local
78 struct sst_runtime_stream *stream; in sst_platform_compr_free() local
99 struct sst_runtime_stream *stream; in sst_platform_compr_set_params() local
172 struct sst_runtime_stream *stream = cstream->runtime->private_data; in sst_platform_compr_trigger() local
207 struct sst_runtime_stream *stream; in sst_platform_compr_pointer() local
221 struct sst_runtime_stream *stream; in sst_platform_compr_ack() local
234 struct sst_runtime_stream *stream = in sst_platform_compr_get_caps() local
244 struct sst_runtime_stream *stream = in sst_platform_compr_get_codec_caps() local
254 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/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/fs/netfs/
H A Dread_collect.c190 struct netfs_io_stream *stream = &rreq->io_streams[0]; in netfs_collect_read_results() local
346 struct netfs_io_stream *stream = &rreq->io_streams[0]; in netfs_rreq_assess_dio() local
389 struct netfs_io_stream *stream = &rreq->io_streams[0]; in netfs_rreq_assess_single() local
415 struct netfs_io_stream *stream = &rreq->io_streams[0]; in netfs_read_collection() local
499 struct netfs_io_stream *stream = &rreq->io_streams[0]; in netfs_read_subreq_progress() local
538 struct netfs_io_stream *stream = &rreq->io_streams[0]; in netfs_read_subreq_terminated() local
623 struct netfs_io_stream *stream = &rreq->io_streams[0]; in netfs_wait_for_read() local
676 struct netfs_io_stream *stream = &rreq->io_streams[0]; in netfs_wait_for_pause() local
/linux/drivers/media/usb/uvc/
H A Duvc_metadata.c29 struct uvc_streaming *stream = video_get_drvdata(vfh->vdev); in uvc_meta_v4l2_querycap() local
45 struct uvc_streaming *stream = video_get_drvdata(vfh->vdev); in uvc_meta_v4l2_get_format() local
63 struct uvc_streaming *stream = video_get_drvdata(vfh->vdev); in uvc_meta_v4l2_try_format() local
84 struct uvc_streaming *stream = video_get_drvdata(vfh->vdev); in uvc_meta_v4l2_set_format() local
113 struct uvc_streaming *stream = video_get_drvdata(vfh->vdev); in uvc_meta_v4l2_enum_formats() local
159 int uvc_meta_register(struct uvc_streaming *stream) in uvc_meta_register()
/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/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/sound/firewire/dice/
H A Ddice-pcm.c132 struct amdtp_stream *stream; in init_hw_info() local
309 struct amdtp_stream *stream = &dice->tx_stream[substream->pcm->device]; in capture_prepare() local
323 struct amdtp_stream *stream = &dice->rx_stream[substream->pcm->device]; in playback_prepare() local
338 struct amdtp_stream *stream = &dice->tx_stream[substream->pcm->device]; in capture_trigger() local
356 struct amdtp_stream *stream = &dice->rx_stream[substream->pcm->device]; in playback_trigger() local
375 struct amdtp_stream *stream = &dice->tx_stream[substream->pcm->device]; in capture_pointer() local
382 struct amdtp_stream *stream = &dice->rx_stream[substream->pcm->device]; in playback_pointer() local
390 struct amdtp_stream *stream = &dice->tx_stream[substream->pcm->device]; in capture_ack() local
398 struct amdtp_stream *stream = &dice->rx_stream[substream->pcm->device]; in playback_ack() local

12345678910>>...14