Home
last modified time | relevance | path

Searched defs:stream (Results 126 – 150 of 570) sorted by relevance

12345678910>>...23

/openbmc/linux/tools/testing/selftests/mqueue/
H A Dmq_perf_tests.c165 static inline void __set(FILE *stream, int value, char *err_msg) in __set()
238 static inline int get(FILE *stream) in get()
247 static inline void set(FILE *stream, int value) in set()
260 static inline int try_set(FILE *stream, int value) in try_set()
/openbmc/linux/fs/hostfs/
H A Dhostfs_user.c102 void seek_dir(void *stream, unsigned long long pos) in seek_dir()
109 char *read_dir(void *stream, unsigned long long *pos_out, in read_dir()
176 void close_file(void *stream) in close_file()
181 void close_dir(void *stream) in close_dir()
/openbmc/linux/sound/usb/
H A Dproc.c212 struct snd_usb_stream *stream = entry->private_data; in proc_pcm_format_read() local
229 void snd_usb_proc_pcm_format_add(struct snd_usb_stream *stream) in snd_usb_proc_pcm_format_add()
H A Dmedia.c34 int stream) in snd_media_stream_init()
313 struct snd_usb_stream *stream; in snd_media_device_delete() local
/openbmc/linux/sound/soc/sof/intel/
H A Dhda-ctrl.c185 struct hdac_stream *stream; in hda_dsp_ctrl_init_chip() local
262 struct hdac_stream *stream; in hda_dsp_ctrl_stop_chip() local
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_crc.c86 static void amdgpu_dm_set_crc_window_default(struct drm_crtc *crtc, struct dc_stream_state *stream) in amdgpu_dm_set_crc_window_default()
119 struct dc_stream_state *stream; in amdgpu_dm_crtc_notify_ta_to_read() local
166 struct dc_stream_state *stream; in amdgpu_dm_forward_crc_window() local
H A Damdgpu_dm_helpers.c257 const struct dc_stream_state *stream, in dm_helpers_dp_mst_write_payload_allocation_table()
327 const struct dc_stream_state *stream) in dm_helpers_dp_mst_poll_for_allocation_change_trigger()
353 const struct dc_stream_state *stream, in dm_helpers_dp_mst_send_payload_allocation()
747 const struct dc_stream_state *stream, in write_dsc_enable_synaptics_non_virtual_dpcd_mst()
783 const struct dc_stream_state *stream, in dm_helpers_dp_write_dsc_enable()
1087 void dm_helpers_mst_enable_stream_features(const struct dc_stream_state *stream) in dm_helpers_mst_enable_stream_features()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_hwseq.c72 static int calc_mpc_flow_ctrl_cnt(const struct dc_stream_state *stream, in calc_mpc_flow_ctrl_cnt()
98 struct dc_stream_state *stream = pipe_ctx->stream; in update_dsc_on_stream() local
342 struct dc_stream_state *stream = pipe_ctx->stream; in dcn314_calculate_dccg_k1_k2_values() local
/openbmc/ibm-logging/
H A Dcallout.cpp135 std::ofstream stream(path.c_str(), std::ios::binary); in serialize() local
159 std::ifstream stream(path.c_str(), std::ios::binary); in deserialize() local
/openbmc/linux/fs/smb/server/
H A Dvfs_cache.h44 struct stream { struct
53 /* opinfo count for streams */ argument
98 struct stream stream; member
/openbmc/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-context.h23 struct pvr2_stream *stream; member
49 struct pvr2_context_stream *stream; member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/
H A Ddce110_clk_mgr.c98 struct dc_stream_state *stream = context->streams[j]; in dce110_get_min_vblank_time_us() local
129 const struct dc_stream_state *stream = context->streams[j]; in dce110_fill_display_configs() local
/openbmc/linux/sound/core/
H A Drawmidi_compat.c12 s32 stream; member
47 s32 stream; member
/openbmc/linux/sound/soc/sof/
H A Dipc3-pcm.c21 struct sof_ipc_stream stream; in sof_ipc3_pcm_hw_free() local
147 struct sof_ipc_stream stream; in sof_ipc3_pcm_trigger() local
H A Dipc4-pcm.c585 int stream; in sof_ipc4_pcm_free() local
604 int stream; in sof_ipc4_pcm_setup() local
741 struct snd_sof_pcm_stream *stream, in sof_ipc4_get_stream_start_offset()
783 struct snd_sof_pcm_stream *stream; in sof_ipc4_pcm_delay() local
/openbmc/linux/sound/firewire/bebob/
H A Dbebob_stream.c406 static int start_stream(struct snd_bebob *bebob, struct amdtp_stream *stream) in start_stream()
431 static int init_stream(struct snd_bebob *bebob, struct amdtp_stream *stream) in init_stream()
467 static void destroy_stream(struct snd_bebob *bebob, struct amdtp_stream *stream) in destroy_stream()
500 static int keep_resources(struct snd_bebob *bebob, struct amdtp_stream *stream, in keep_resources()
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_overlay.c53 struct vmw_stream stream[VMW_MAX_NUM_STREAMS]; member
249 struct vmw_stream *stream = &overlay->stream[stream_id]; in vmw_overlay_stop() local
297 struct vmw_stream *stream = &overlay->stream[arg->stream_id]; in vmw_overlay_update_stream() local
368 struct vmw_stream *stream = &overlay->stream[i]; in vmw_overlay_resume_all() local
/openbmc/qemu/audio/
H A Dpaaudio.c32 pa_stream *stream; member
38 pa_stream *stream; member
85 #define CHECK_DEAD_GOTO(c, stream, label, msg) \ argument
423 pa_stream *stream = NULL; in qpa_simple_new() local
611 static void qpa_simple_disconnect(PAConnection *c, pa_stream *stream) in qpa_simple_disconnect()
/openbmc/phosphor-logging/phosphor-rsyslog-config/
H A Dserver-conf.cpp226 std::fstream stream(filePath, std::fstream::out); in writeConfig() local
278 std::fstream stream(filePath, std::fstream::in); in restore() local
/openbmc/phosphor-logging/test/openpower-pels/
H A Dsrc_callouts_test.cpp38 Stream stream{data}; in TEST() local
81 Stream stream{data}; in TEST() local
/openbmc/linux/sound/soc/codecs/
H A Dhda.c31 struct snd_soc_pcm_stream *stream; in hda_codec_create_dais() local
129 int stream; in hda_codec_unregister_dais() local
/openbmc/linux/include/sound/
H A Dcompress_driver.h191 static inline void snd_compr_fragment_elapsed(struct snd_compr_stream *stream) in snd_compr_fragment_elapsed()
196 static inline void snd_compr_drain_notify(struct snd_compr_stream *stream) in snd_compr_drain_notify()
221 snd_compr_set_runtime_buffer(struct snd_compr_stream *stream, in snd_compr_set_runtime_buffer()
/openbmc/linux/lib/crypto/
H A Dlibchacha.c19 u8 stream[CHACHA_BLOCK_SIZE] __aligned(sizeof(long)); in chacha_crypt_generic() local
/openbmc/linux/arch/arm/kernel/
H A Dhead-inflate-data.c34 struct z_stream_s stream, *strm = &stream; in __inflate_kernel_data() local
/openbmc/libcper/tests/
H A Dtest-utils.cpp20 FILE *stream = open_memstream(buf, buf_size); in generate_record_memstream() local

12345678910>>...23