Home
last modified time | relevance | path

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

/drivers/staging/media/ipu7/
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()
A Dipu7-fw-isys.h31 const unsigned int stream_handle, u16 send_type);
33 const unsigned int stream_handle,
A Dipu7-isys-video.c484 ret = ipu7_fw_isys_complex_cmd(av->isys, stream->stream_handle, in start_stream_firmware()
528 ret = ipu7_fw_isys_complex_cmd(av->isys, stream->stream_handle, buf, in start_stream_firmware()
555 retout = ipu7_fw_isys_simple_cmd(av->isys, stream->stream_handle, in start_stream_firmware()
584 ret = ipu7_fw_isys_simple_cmd(av->isys, stream->stream_handle, in stop_streaming_firmware()
609 ret = ipu7_fw_isys_simple_cmd(av->isys, stream->stream_handle, in close_streaming_firmware()
727 ipu7_isys_query_stream_by_handle(struct ipu7_isys *isys, u8 stream_handle) in ipu7_isys_query_stream_by_handle() argument
735 if (stream_handle >= IPU_ISYS_MAX_STREAMS) { in ipu7_isys_query_stream_by_handle()
737 "stream_handle %d is invalid\n", stream_handle); in ipu7_isys_query_stream_by_handle()
742 if (isys->streams_ref_count[stream_handle] > 0) { in ipu7_isys_query_stream_by_handle()
743 isys->streams_ref_count[stream_handle]++; in ipu7_isys_query_stream_by_handle()
[all …]
A Dipu7-isys-video.h60 int stream_handle; member
114 u8 stream_handle);
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()
A Dipu7-isys.c108 isys->streams[i].stream_handle = i; in isys_stream_init()
/drivers/media/pci/intel/ipu6/
A Dipu6-isys-video.c556 ret = ipu6_fw_isys_complex_cmd(av->isys, stream->stream_handle, in start_stream_firmware()
603 ret = ipu6_fw_isys_complex_cmd(av->isys, stream->stream_handle, in start_stream_firmware()
608 ret = ipu6_fw_isys_simple_cmd(av->isys, stream->stream_handle, in start_stream_firmware()
637 stream->stream_handle, in start_stream_firmware()
667 ret = ipu6_fw_isys_simple_cmd(av->isys, stream->stream_handle, in stop_streaming_firmware()
693 ret = ipu6_fw_isys_simple_cmd(av->isys, stream->stream_handle, in close_streaming_firmware()
918 if (stream_handle >= IPU6_ISYS_MAX_STREAMS) { in ipu6_isys_query_stream_by_handle()
920 "stream_handle %d is invalid\n", stream_handle); in ipu6_isys_query_stream_by_handle()
925 if (isys->streams_ref_count[stream_handle] > 0) { in ipu6_isys_query_stream_by_handle()
926 isys->streams_ref_count[stream_handle]++; in ipu6_isys_query_stream_by_handle()
[all …]
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()
A Dipu6-isys-video.h51 int stream_handle; member
121 ipu6_isys_query_stream_by_handle(struct ipu6_isys *isys, u8 stream_handle);
A Dipu6-fw-isys.h492 u8 stream_handle; member
583 const unsigned int stream_handle, u16 send_type);
585 const unsigned int stream_handle,
A Dipu6-isys.c156 isys->streams[i].stream_handle = i; in isys_stream_init()
1241 resp->type, fw_msg[index].msg, resp->stream_handle, in isys_isr_one()
1254 if (resp->stream_handle >= IPU6_ISYS_MAX_STREAMS) { in isys_isr_one()
1256 resp->stream_handle); in isys_isr_one()
1260 stream = ipu6_isys_query_stream_by_handle(isys, resp->stream_handle); in isys_isr_one()
1263 resp->stream_handle); in isys_isr_one()
1301 resp->stream_handle, resp->pin_id); in isys_isr_one()
1319 resp->stream_handle, in isys_isr_one()
1328 resp->stream_handle, in isys_isr_one()
1335 resp->stream_handle, resp->type); in isys_isr_one()
A Dipu6-isys-queue.c327 stream->stream_handle, buf, in ipu6_isys_stream_start()
424 ret = ipu6_fw_isys_complex_cmd(stream->isys, stream->stream_handle, in buf_queue()
/drivers/net/ethernet/freescale/enetc/
A Denetc_hw.h825 __le32 stream_handle; /* init gate value */ member
854 __le32 stream_handle; member
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()

Completed in 46 milliseconds