Searched refs:stream_handle (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/media/pci/intel/ipu6/ |
H A D | ipu6-fw-isys.c | 94 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 D | ipu6-isys-video.h | 57 int stream_handle; member 127 ipu6_isys_query_stream_by_handle(struct ipu6_isys *isys, u8 stream_handle);
|
H A D | ipu6-fw-isys.h | 492 u8 stream_handle; member 583 const unsigned int stream_handle, u16 send_type); 585 const unsigned int stream_handle,
|
H A D | ipu6-isys.c | 156 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()
|
/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_hw.h | 821 __le32 stream_handle; /* init gate value */ member 850 __le32 stream_handle; member
|