Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/pci/intel/ipu6/
Dipu6-isys-video.c557 ret = ipu6_fw_isys_complex_cmd(av->isys, stream->stream_handle, in start_stream_firmware()
604 ret = ipu6_fw_isys_complex_cmd(av->isys, stream->stream_handle, in start_stream_firmware()
609 ret = ipu6_fw_isys_simple_cmd(av->isys, stream->stream_handle, in start_stream_firmware()
638 stream->stream_handle, in start_stream_firmware()
668 ret = ipu6_fw_isys_simple_cmd(av->isys, stream->stream_handle, in stop_streaming_firmware()
694 ret = ipu6_fw_isys_simple_cmd(av->isys, stream->stream_handle, in close_streaming_firmware()
911 ipu6_isys_query_stream_by_handle(struct ipu6_isys *isys, u8 stream_handle) in ipu6_isys_query_stream_by_handle() argument
919 if (stream_handle >= IPU6_ISYS_MAX_STREAMS) { in ipu6_isys_query_stream_by_handle()
921 "stream_handle %d is invalid\n", stream_handle); in ipu6_isys_query_stream_by_handle()
926 if (isys->streams_ref_count[stream_handle] > 0) { in ipu6_isys_query_stream_by_handle()
[all …]
Dipu6-isys-video.h57 int stream_handle; member
127 ipu6_isys_query_stream_by_handle(struct ipu6_isys *isys, u8 stream_handle);
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()
Dipu6-fw-isys.h492 u8 stream_handle; member
583 const unsigned int stream_handle, u16 send_type);
585 const unsigned int stream_handle,
Dipu6-isys.c155 isys->streams[i].stream_handle = i; in isys_stream_init()
1242 resp->type, fw_msg[index].msg, resp->stream_handle, in isys_isr_one()
1255 if (resp->stream_handle >= IPU6_ISYS_MAX_STREAMS) { in isys_isr_one()
1257 resp->stream_handle); in isys_isr_one()
1261 stream = ipu6_isys_query_stream_by_handle(isys, resp->stream_handle); in isys_isr_one()
1264 resp->stream_handle); in isys_isr_one()
1303 resp->stream_handle, resp->pin_id); in isys_isr_one()
1321 resp->stream_handle, in isys_isr_one()
1330 resp->stream_handle, in isys_isr_one()
1337 resp->stream_handle, resp->type); in isys_isr_one()
Dipu6-isys-queue.c294 stream->stream_handle, buf, in ipu6_isys_stream_start()
391 ret = ipu6_fw_isys_complex_cmd(stream->isys, stream->stream_handle, in buf_queue()
/linux-6.12.1/drivers/net/ethernet/freescale/enetc/
Denetc_hw.h781 __le32 stream_handle; /* init gate value */ member
810 __le32 stream_handle; member
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()