Home
last modified time | relevance | path

Searched refs:stream_handle (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/staging/media/ipu7/
H A Dipu7-fw-isys.c35 const unsigned int stream_handle, in ipu7_fw_isys_complex_cmd() argument
56 token = ipu7_syscom_get_token(ctx, stream_handle + in ipu7_fw_isys_complex_cmd()
64 token->stream_id = stream_handle; in ipu7_fw_isys_complex_cmd()
67 ipu7_syscom_put_token(ctx, stream_handle + IPU_INSYS_INPUT_MSG_QUEUE); in ipu7_fw_isys_complex_cmd()
75 const unsigned int stream_handle, u16 send_type) in ipu7_fw_isys_simple_cmd() argument
77 return ipu7_fw_isys_complex_cmd(isys, stream_handle, NULL, 0, 0, in ipu7_fw_isys_simple_cmd()
H A Dipu7-fw-isys.h31 const unsigned int stream_handle, u16 send_type);
33 const unsigned int stream_handle,
H A Dipu7-isys-video.c477 ret = ipu7_fw_isys_complex_cmd(av->isys, stream->stream_handle, in start_stream_firmware()
521 ret = ipu7_fw_isys_complex_cmd(av->isys, stream->stream_handle, buf, in start_stream_firmware()
548 retout = ipu7_fw_isys_simple_cmd(av->isys, stream->stream_handle, in start_stream_firmware()
577 ret = ipu7_fw_isys_simple_cmd(av->isys, stream->stream_handle, in stop_streaming_firmware()
602 ret = ipu7_fw_isys_simple_cmd(av->isys, stream->stream_handle, in close_streaming_firmware()
720 ipu7_isys_query_stream_by_handle(struct ipu7_isys *isys, u8 stream_handle) in ipu7_isys_query_stream_by_handle() argument
728 if (stream_handle >= IPU_ISYS_MAX_STREAMS) { in ipu7_isys_query_stream_by_handle()
730 "stream_handle %d is invalid\n", stream_handle); in ipu7_isys_query_stream_by_handle()
735 if (isys->streams_ref_count[stream_handle] > 0) { in ipu7_isys_query_stream_by_handle()
736 isys->streams_ref_count[stream_handle]++; in ipu7_isys_query_stream_by_handle()
[all …]
H A Dipu7-isys-video.h60 int stream_handle; member
114 u8 stream_handle);
H A Dipu7-isys-queue.c328 stream->stream_handle, buf, in ipu7_isys_stream_start()
427 ret = ipu7_fw_isys_complex_cmd(stream->isys, stream->stream_handle, in buf_queue()
H A Dipu7-isys.c108 isys->streams[i].stream_handle = i; in isys_stream_init()
/linux/drivers/media/pci/intel/ipu6/
H A Dipu6-fw-isys.c94 const unsigned int stream_handle, in ipu6_fw_isys_complex_cmd() argument
116 stream_handle + IPU6_BASE_MSG_SEND_QUEUES); in ipu6_fw_isys_complex_cmd()
124 ipu6_send_put_token(ctx, stream_handle + IPU6_BASE_MSG_SEND_QUEUES); in ipu6_fw_isys_complex_cmd()
130 const unsigned int stream_handle, u16 send_type) in ipu6_fw_isys_simple_cmd() argument
132 return ipu6_fw_isys_complex_cmd(isys, stream_handle, NULL, 0, 0, in ipu6_fw_isys_simple_cmd()
H A Dipu6-fw-isys.h492 u8 stream_handle; member
583 const unsigned int stream_handle, u16 send_type);
585 const unsigned int stream_handle,
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_hw.h838 __le32 stream_handle; /* init gate value */ member
867 __le32 stream_handle; member
H A Denetc_qos.c569 si_conf->stream_handle = cpu_to_le32(sid->handle); in enetc_streamid_hw_set()
627 sfi_config->stream_handle = in enetc_streamfilter_hw_set()