Home
last modified time | relevance | path

Searched full:raw8 (Results 1 – 24 of 24) sorted by relevance

/linux/drivers/media/pci/ngene/
H A Dngene-i2c.c48 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()
H A Dngene-core.c282 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()
H A Dngene.h446 u8 raw8[256]; member
/linux/Documentation/devicetree/bindings/media/xilinx/
H A Dxlnx,csi2rxss.yaml50 Packets other than this data type (except for RAW8 and
62 0x2a - RAW8
/linux/Documentation/devicetree/bindings/media/i2c/
H A Dst,st-vgxy61.yaml17 Supported formats are RAW8, RAW10, RAW12, RAW14 and RAW16.
H A Dst,st-mipid02.yaml21 Supported formats are RAW6, RAW7, RAW8, RAW10, RAW12, RGB565, RGB888,
/linux/drivers/staging/media/tegra-video/
H A Dtegra210.c774 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/Documentation/admin-guide/media/
H A Dqcom_camss.rst62 - MIPI RAW8 (8bit Bayer RAW - V4L2_PIX_FMT_SRGGB8 /
H A Dipu6-isys.rst78 * - RAW8, RAW10, RAW12
/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-d4xx.rst231 1 RAW8
/linux/drivers/media/platform/ti/omap3isp/
H A Dispccp2.c309 /* 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/drivers/media/i2c/
H A Dalvium-csi2.h323 u64 raw8:1; member
/linux/drivers/staging/media/ipu3/
H A Dipu3-css-fw.c37 bi->info.isp.sp.enable.input_raw ? "raw8 raw10 " : "", in imgu_css_fw_show_binary()
/linux/drivers/media/platform/nxp/
H A Dimx-mipi-csis.c477 * 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/sound/synth/emux/
H A Demux_oss.c305 data = ev->data.raw8.d; in snd_emux_event_oss_input()
/linux/drivers/media/pci/intel/ipu6/
H A Dipu6-fw-isys.h195 IPU6_FW_ISYS_FRAME_FORMAT_RAW8, /* RAW8, 1 plane */
/linux/sound/core/seq/
H A Dseq_ump_client.c101 snd_rawmidi_kernel_write(substream, ev->data.raw8.d, len << 2); in seq_ump_process_event()
/linux/sound/core/seq/oss/
H A Dseq_oss_synth.c547 memcpy(ev->data.raw8.d, data, 8); in snd_seq_oss_synth_raw_event()
/linux/include/uapi/sound/
H A Dasequencer.h268 struct snd_seq_ev_raw8 raw8;
259 struct snd_seq_ev_raw8 raw8; global() member
/linux/drivers/iio/dac/
H A Dad8460.c686 AD8460_CHAN_EXT_INFO("raw8", 8, ad8460_dac_input_read,
/linux/drivers/media/platform/renesas/rzg2l-cru/
H A Drzg2l-csi2.c387 * RGB565, RGB888, RAW8 to RAW20, User-defined 8-bit in rzg2l_csi2_mipi_link_enable()
/linux/drivers/media/platform/ti/vpe/
H A Dvpdma.c202 * RAW8 handles from 1 to 8 bits
/linux/drivers/media/platform/ti/cal/
H A Dcal.c311 * 0x2A: RAW8 1 pixel = 1 byte in cal_ctx_csi2_config()
/linux/drivers/media/usb/gspca/
H A Dov534_9.c1459 /*set register: 0x00 is 'RAW8', 0x40 is 'YUV422' (YUYV?)*/ in sd_init()