/linux-6.12.1/drivers/media/pci/ngene/ |
D | ngene-i2c.c | 48 if ((com.cmd.raw8[0] >> 1) != adr) in ngene_command_i2c_read() 52 memcpy(in, com.cmd.raw8, inlen + 1); in ngene_command_i2c_read() 54 memcpy(in, com.cmd.raw8 + 1, inlen); in ngene_command_i2c_read() 74 if (com.cmd.raw8[0] == 1) in ngene_command_i2c_write()
|
D | ngene-core.c | 282 memcpy(dev->FWInterfaceBuffer, com->cmd.raw8, com->in_len + 2); in ngene_command_mutex() 285 ngcpyto(HOST_TO_NGENE, com->cmd.raw8, com->in_len + 2); in ngene_command_mutex() 317 memcpy(com->cmd.raw8, dev->ngenetohost, com->out_len); in ngene_command_mutex()
|
D | ngene.h | 446 u8 raw8[256]; member
|
/linux-6.12.1/drivers/media/platform/st/stm32/stm32-dcmipp/ |
D | dcmipp-parallel.c | 65 PIXMAP_SINK_SRC_PRCR_SWAP(SBGGR8_1X8, SBGGR8_1X8, RAW8, 0), 66 PIXMAP_SINK_SRC_PRCR_SWAP(SGBRG8_1X8, SGBRG8_1X8, RAW8, 0), 67 PIXMAP_SINK_SRC_PRCR_SWAP(SGRBG8_1X8, SGRBG8_1X8, RAW8, 0), 68 PIXMAP_SINK_SRC_PRCR_SWAP(SRGGB8_1X8, SRGGB8_1X8, RAW8, 0),
|
/linux-6.12.1/Documentation/devicetree/bindings/media/xilinx/ |
D | xlnx,csi2rxss.yaml | 50 Packets other than this data type (except for RAW8 and 62 0x2a - RAW8
|
/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/ |
D | st,st-vgxy61.yaml | 17 Supported formats are RAW8, RAW10, RAW12, RAW14 and RAW16.
|
D | st,st-mipid02.yaml | 21 Supported formats are RAW6, RAW7, RAW8, RAW10, RAW12, RGB565, RGB888,
|
/linux-6.12.1/drivers/staging/media/tegra-video/ |
D | tegra210.c | 774 TEGRA210_VIDEO_FMT(RAW8, 8, SRGGB8_1X8, 1, T_L8, SRGGB8), 775 TEGRA210_VIDEO_FMT(RAW8, 8, SGRBG8_1X8, 1, T_L8, SGRBG8), 776 TEGRA210_VIDEO_FMT(RAW8, 8, SGBRG8_1X8, 1, T_L8, SGBRG8), 777 TEGRA210_VIDEO_FMT(RAW8, 8, SBGGR8_1X8, 1, T_L8, SBGGR8),
|
/linux-6.12.1/drivers/media/platform/xilinx/ |
D | xilinx-csi2rxss.c | 722 * RAW8 is supported in all datatypes. So if requested media bus format in xcsi2rxss_set_format() 723 * is of RAW8 type, then allow to be set. In case core is configured to in xcsi2rxss_set_format() 748 /* RAW8 dt packets are available in all DT configurations */ in xcsi2rxss_enum_mbus_code()
|
/linux-6.12.1/Documentation/admin-guide/media/ |
D | qcom_camss.rst | 62 - MIPI RAW8 (8bit Bayer RAW - V4L2_PIX_FMT_SRGGB8 /
|
D | ipu6-isys.rst | 78 * - RAW8, RAW10, RAW12
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | metafmt-d4xx.rst | 231 1 RAW8
|
/linux-6.12.1/drivers/media/platform/ti/omap3isp/ |
D | ispccp2.c | 309 /* Format = RAW10+VP or RAW8+DPCM10+VP*/ in ccp2_lcx_config() 471 /* source format is RAW8 */ in ccp2_mem_configure() 475 /* RAW8 + DPCM10 - simple predictor */ in ccp2_mem_configure()
|
/linux-6.12.1/drivers/staging/media/atomisp/pci/ |
D | css_receiver_2400_common_defs.h | 40 #define _HRT_CSS_RECEIVER_2400_DATA_FORMAT_ID_RAW8 42 /* 10 1010 RAW8 …
|
D | isp_acquisition_defs.h | 191 #define ACQ_RAW8_DATA 42 /* 10 1010 RAW8 */
|
D | isp_capture_defs.h | 229 #define CAPT_RAW8_DATA 42 /* 10 1010 RAW8 */
|
/linux-6.12.1/drivers/staging/media/atomisp/pci/css_2401_system/hrt/ |
D | mipi_backend_common_defs.h | 40 #define _HRT_CSS_RECEIVER_2400_DATA_FORMAT_ID_RAW8 42 /* 10 1010 RAW8 …
|
/linux-6.12.1/drivers/staging/media/atomisp/pci/css_2401_system/host/ |
D | csi_rx_private.h | 274 ia_css_print("CSI RX BE STATE Controller %d Force RAW8 0x%x\n", ID, in csi_rx_be_ctrl_dump_state()
|
/linux-6.12.1/drivers/media/i2c/ |
D | alvium-csi2.h | 323 u64 raw8:1; member
|
/linux-6.12.1/drivers/staging/media/ipu3/ |
D | ipu3-css-fw.c | 37 bi->info.isp.sp.enable.input_raw ? "raw8 raw10 " : "", in imgu_css_fw_show_binary()
|
/linux-6.12.1/drivers/media/platform/nxp/ |
D | imx-mipi-csis.c | 477 * Map JPEG_1X8 to the RAW8 datatype. 492 * RAW8 data type. This is usable and works, so map the JPEG 493 * format to RAW8. If the CSIS ends up being integrated in an
|
/linux-6.12.1/sound/synth/emux/ |
D | emux_oss.c | 305 data = ev->data.raw8.d; in snd_emux_event_oss_input()
|
/linux-6.12.1/sound/core/seq/ |
D | seq_ump_client.c | 101 snd_rawmidi_kernel_write(substream, ev->data.raw8.d, len << 2); in seq_ump_process_event()
|
/linux-6.12.1/drivers/media/pci/intel/ipu6/ |
D | ipu6-fw-isys.h | 195 IPU6_FW_ISYS_FRAME_FORMAT_RAW8, /* RAW8, 1 plane */
|
/linux-6.12.1/sound/core/seq/oss/ |
D | seq_oss_synth.c | 597 memcpy(ev->data.raw8.d, data, 8); in snd_seq_oss_synth_raw_event()
|