Lines Matching +full:offset +full:- +full:y
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* Copyright (C) 2013--2024 Intel Corporation */
30 /* Single device queue for high priority commands (bypass in-order queue) */
172 IPU6_FW_ISYS_FRAME_FORMAT_NV11 = 0, /* 12 bit YUV 411, Y, UV plane */
173 IPU6_FW_ISYS_FRAME_FORMAT_NV12, /* 12 bit YUV 420, Y, UV plane */
174 IPU6_FW_ISYS_FRAME_FORMAT_NV12_16, /* 16 bit YUV 420, Y, UV plane */
178 IPU6_FW_ISYS_FRAME_FORMAT_NV16, /* 16 bit YUV 422, Y, UV plane */
179 IPU6_FW_ISYS_FRAME_FORMAT_NV21, /* 12 bit YUV 420, Y, VU plane */
180 IPU6_FW_ISYS_FRAME_FORMAT_NV61, /* 16 bit YUV 422, Y, VU plane */
181 IPU6_FW_ISYS_FRAME_FORMAT_YV12, /* 12 bit YUV 420, Y, V, U plane */
182 IPU6_FW_ISYS_FRAME_FORMAT_YV16, /* 16 bit YUV 422, Y, V, U plane */
183 IPU6_FW_ISYS_FRAME_FORMAT_YUV420, /* 12 bit YUV 420, Y, U, V plane */
188 IPU6_FW_ISYS_FRAME_FORMAT_YUV422, /* 16 bit YUV 422, Y, U, V plane */
192 IPU6_FW_ISYS_FRAME_FORMAT_YUV444, /* 24 bit YUV 444, Y, U, V plane */
193 /* Internal format, 2 y lines followed by a uvinterleaved line */
286 * struct ipu6_fw_isys_output_pin_payload_abi - ISYS output pin buffer
287 * @out_buf_id: Points to output pin buffer - buffer identifier
288 * @addr: Points to output pin buffer - CSS Virtual Address
298 * struct ipu6_fw_isys_output_pin_info_abi - ISYS output pin info
310 * @pt: pin type -real format "enum ipu6_fw_isys_pin_type"
311 * @ft: frame format type -real format "enum ipu6_fw_isys_frame_format_type"
338 * struct ipu6_fw_isys_input_pin_info_abi - ISYS input pin info
366 * struct ipu6_fw_isys_cropping_abi - ISYS cropping coordinates
367 * @top_offset: Top offset
368 * @left_offset: Left offset
369 * @bottom_offset: Bottom offset
370 * @right_offset: Right offset
380 * struct ipu6_fw_isys_stream_cfg_data_abi - ISYS stream configuration data
385 * @compfmt: de-compression setting for User Defined Data
389 * - if '1' it will override the send_resp_sof_discarded
391 * - if '0' the send_resp_sof_discarded will determine
394 * - if '1' it will override the send_resp_eof_discarded
396 * - if '0' the send_resp_eof_discarded will determine
402 * @src: Stream source index e.g. MIPI_generator_0, CSI2-rx_1
429 * struct ipu6_fw_isys_frame_buff_set_abi - ISYS frame buffer set (request)
432 * - if '1' it will override the send_resp_sof and
434 * - if '0' the send_resp_sof will determine whether to
437 * - if '1' it will override the send_resp_eof and
439 * - if '0' the send_resp_eof will determine whether to
465 * struct ipu6_fw_isys_error_info_abi - ISYS error information
475 * struct ipu6_fw_isys_resp_info_abi - ISYS firmware response
500 * struct ipu6_fw_isys_proxy_error_info_abi - ISYS proxy error
515 * struct ipu6_fw_proxy_write_queue_token - ISYS proxy write queue token
518 * @offset: Offset of the write request according to the base address
525 u32 offset; member
530 * struct ipu6_fw_resp_queue_token - ISYS response queue token
538 * struct ipu6_fw_send_queue_token - ISYS send queue token
552 * struct ipu6_fw_proxy_resp_queue_token - ISYS proxy response queue token
560 * struct ipu6_fw_proxy_send_queue_token - SYS proxy send queue token
563 * @offset: offset
569 u32 offset; member
591 unsigned int offset, u32 value);