Home
last modified time | relevance | path

Searched full:datatype (Results 1 – 25 of 47) sorted by relevance

12

/linux/drivers/media/platform/renesas/
H A Drcar-isp.c50 unsigned int datatype; member
57 .datatype = MIPI_CSI2_DT_RGB888,
61 .datatype = MIPI_CSI2_DT_RAW10,
65 .datatype = MIPI_CSI2_DT_YUV422_8B,
69 .datatype = MIPI_CSI2_DT_YUV422_8B,
73 .datatype = MIPI_CSI2_DT_YUV422_8B,
77 .datatype = MIPI_CSI2_DT_YUV422_8B,
202 u8 dt = format->datatype; in risp_start()
213 risp_write(isp, ISPPROCMODE_DT_REG(format->datatype), in risp_start()
H A Drcar-csi2.c515 unsigned int datatype; member
522 .datatype = MIPI_CSI2_DT_RGB888,
526 .datatype = MIPI_CSI2_DT_YUV422_8B,
530 .datatype = MIPI_CSI2_DT_YUV422_8B,
534 .datatype = MIPI_CSI2_DT_YUV422_8B,
538 .datatype = MIPI_CSI2_DT_YUV422_8B,
542 .datatype = MIPI_CSI2_DT_RAW10,
546 .datatype = MIPI_CSI2_DT_RAW8,
550 .datatype = MIPI_CSI2_DT_RAW8,
554 .datatype = MIPI_CSI2_DT_RAW8,
[all …]
/linux/Documentation/ABI/testing/
H A Dconfigfs-most30 datatype
85 datatype
140 datatype
206 datatype
/linux/drivers/media/platform/xilinx/
H A Dxilinx-csi2rxss.c212 * @datatype: Data type filter
233 u32 datatype; member
727 if (dt != xcsi2rxss->datatype && dt != MIPI_CSI2_DT_RAW8) { in xcsi2rxss_set_format()
730 fmt->format.code = xcsi2rxss_get_nth_mbus(xcsi2rxss->datatype, in xcsi2rxss_set_format()
752 } else if (state->datatype != MIPI_CSI2_DT_RAW8) { in xcsi2rxss_enum_mbus_code()
754 dt = state->datatype; in xcsi2rxss_enum_mbus_code()
819 &xcsi2rxss->datatype); in xcsi2rxss_parse_of()
825 switch (xcsi2rxss->datatype) { in xcsi2rxss_parse_of()
895 xcsi2rxss->datatype); in xcsi2rxss_parse_of()
966 xcsi2rxss_get_nth_mbus(xcsi2rxss->datatype, 0); in xcsi2rxss_probe()
/linux/drivers/most/
H A Dconfigfs.c27 char datatype[MAX_STRING_SIZE]; member
77 link->datatype); in set_cfg_datatype()
180 return snprintf(page, PAGE_SIZE, "%s\n", to_mdev_link(item)->datatype); in mdev_link_datatype_show()
192 strcpy(mdev_link->datatype, page); in mdev_link_datatype_store()
193 strim(mdev_link->datatype); in mdev_link_datatype_store()
359 CONFIGFS_ATTR(mdev_link_, datatype);
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_capture.c1105 enum guc_capture_type datatype; in guc_capture_extract_reglists() local
1184 datatype = FIELD_GET(CAP_HDR_CAPTURE_TYPE, hdr.info); in guc_capture_extract_reglists()
1185 if (datatype > GUC_CAPTURE_LIST_TYPE_ENGINE_INSTANCE) { in guc_capture_extract_reglists()
1205 if (datatype == GUC_CAPTURE_LIST_TYPE_GLOBAL) { in guc_capture_extract_reglists()
1208 } else if (datatype == GUC_CAPTURE_LIST_TYPE_ENGINE_CLASS && in guc_capture_extract_reglists()
1214 } else if (datatype == GUC_CAPTURE_LIST_TYPE_ENGINE_INSTANCE && in guc_capture_extract_reglists()
1230 if (datatype != GUC_CAPTURE_LIST_TYPE_GLOBAL) in guc_capture_extract_reglists()
1232 datatype); in guc_capture_extract_reglists()
1235 node->reginfo[datatype].vfid = FIELD_GET(CAP_HDR_CAPTURE_VFID, hdr.owner); in guc_capture_extract_reglists()
1236 switch (datatype) { in guc_capture_extract_reglists()
[all …]
/linux/drivers/media/i2c/
H A Dmax9286.c148 u8 datatype; member
238 .datatype = MAX9286_DATATYPE_YUV422_8BIT,
241 .datatype = MAX9286_DATATYPE_YUV422_8BIT,
244 .datatype = MAX9286_DATATYPE_YUV422_8BIT,
247 .datatype = MAX9286_DATATYPE_YUV422_8BIT,
250 .datatype = MAX9286_DATATYPE_RAW12,
253 .datatype = MAX9286_DATATYPE_RAW12,
256 .datatype = MAX9286_DATATYPE_RAW12,
259 .datatype = MAX9286_DATATYPE_RAW12,
562 info->datatype); in max9286_set_video_format()
H A Dgc2145.c544 * @datatype: MIPI CSI2 data type
552 unsigned char datatype; member
563 .datatype = MIPI_CSI2_DT_YUV422_8B,
569 .datatype = MIPI_CSI2_DT_YUV422_8B,
575 .datatype = MIPI_CSI2_DT_YUV422_8B,
581 .datatype = MIPI_CSI2_DT_YUV422_8B,
587 .datatype = MIPI_CSI2_DT_RGB565,
594 .datatype = MIPI_CSI2_DT_RAW8,
601 .datatype = MIPI_CSI2_DT_RAW8,
608 .datatype = MIPI_CSI2_DT_RAW8,
[all …]
H A Dds90ub960.c567 u8 datatype; member
572 { .code = MEDIA_BUS_FMT_YUYV8_1X16, .bpp = 16, .datatype = MIPI_CSI2_DT_YUV422_8B, },
573 { .code = MEDIA_BUS_FMT_UYVY8_1X16, .bpp = 16, .datatype = MIPI_CSI2_DT_YUV422_8B, },
574 { .code = MEDIA_BUS_FMT_VYUY8_1X16, .bpp = 16, .datatype = MIPI_CSI2_DT_YUV422_8B, },
575 { .code = MEDIA_BUS_FMT_YVYU8_1X16, .bpp = 16, .datatype = MIPI_CSI2_DT_YUV422_8B, },
577 { .code = MEDIA_BUS_FMT_SBGGR12_1X12, .bpp = 12, .datatype = MIPI_CSI2_DT_RAW12, },
578 { .code = MEDIA_BUS_FMT_SGBRG12_1X12, .bpp = 12, .datatype = MIPI_CSI2_DT_RAW12, },
579 { .code = MEDIA_BUS_FMT_SGRBG12_1X12, .bpp = 12, .datatype = MIPI_CSI2_DT_RAW12, },
580 { .code = MEDIA_BUS_FMT_SRGGB12_1X12, .bpp = 12, .datatype = MIPI_CSI2_DT_RAW12, },
2471 rx_data[nport].meta_dt = ub960_fmt->datatype; in ub960_configure_ports_for_streaming()
[all …]
/linux/drivers/net/ethernet/sfc/falcon/
H A Dbitfield.h15 * wide. Since there is no native 128-bit datatype on most systems,
18 * datatype.
73 /* A doubleword (i.e. 4 byte) datatype - little-endian in HW */
78 /* A quadword (i.e. 8 byte) datatype - little-endian in HW */
85 /* An octword (eight-word, i.e. 16 byte) datatype - little-endian in HW */
/linux/drivers/media/platform/renesas/rzg2l-cru/
H A Drzg2l-ip.c13 unsigned int datatype; member
18 { .code = MEDIA_BUS_FMT_UYVY8_1X16, .datatype = 0x1e, .bpp = 16 },
/linux/drivers/net/ethernet/sfc/
H A Dbitfield.h15 * wide. Since there is no native 128-bit datatype on most systems,
18 * datatype.
75 /* A doubleword (i.e. 4 byte) datatype - little-endian in HW */
80 /* A quadword (i.e. 8 byte) datatype - little-endian in HW */
87 /* An octword (eight-word, i.e. 16 byte) datatype - little-endian in HW */
/linux/drivers/net/ethernet/sfc/siena/
H A Dbitfield.h15 * wide. Since there is no native 128-bit datatype on most systems,
18 * datatype.
73 /* A doubleword (i.e. 4 byte) datatype - little-endian in HW */
78 /* A quadword (i.e. 8 byte) datatype - little-endian in HW */
85 /* An octword (eight-word, i.e. 16 byte) datatype - little-endian in HW */
/linux/drivers/media/pci/ivtv/
H A Divtv-streams.c661 int datatype; in ivtv_setup_v4l2_decode_stream() local
696 datatype = 1; in ivtv_setup_v4l2_decode_stream()
699 datatype = 2; in ivtv_setup_v4l2_decode_stream()
703 IVTV_DEBUG_INFO("Setup DEC YUV Stream data[0] = %d\n", datatype); in ivtv_setup_v4l2_decode_stream()
707 datatype = 0; in ivtv_setup_v4l2_decode_stream()
710 if (ivtv_vapi(itv, CX2341X_DEC_SET_DECODER_SOURCE, 4, datatype, in ivtv_setup_v4l2_decode_stream()
/linux/include/linux/netfilter/
H A Dnf_conntrack_h323_types.h82 typedef struct DataType { /* CHOICE */ struct
97 } DataType; argument
183 DataType dataType; member
/linux/drivers/isdn/mISDN/
H A Ddsp.h80 /* the datatype need to match jiffies datatype */
/linux/drivers/media/platform/allegro-dvt/
H A Dnal-rbsp.h27 * @ops: per datatype functions for interacting with the rbsp
/linux/fs/xfs/libxfs/
H A Dxfs_alloc.h53 int datatype; /* mask defining data type treatment */ member
64 * Defines for datatype
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_lib_defines.h71 typedef int dml_int_t; // int is 32-bit in C/C++, but Integer datatype is 16-bit in VB…
/linux/drivers/cdx/controller/
H A Dbitfield.h26 /* A doubleword (i.e. 4 byte) datatype - little-endian in HW */
/linux/Documentation/devicetree/bindings/media/i2c/
H A Dmaxim,max96717.yaml20 the MAX96717 can select the MIPI datatype, while the tunnel mode forward all the MIPI
/linux/include/xen/interface/io/
H A Dring.h57 * To make a new ring datatype, you need to have two message structures,
60 * In a header where you want the ring datatype declared, you then do:
/linux/tools/testing/selftests/
H A Dkselftest_harness.h201 * @datatype_name: datatype name
252 * datatype defined with FIXTURE_DATA() will be exposed as *self* for the
278 * datatype defined with FIXTURE_DATA() will be exposed as *self* for the
382 * datatype exposed for use by the implementation.
/linux/sound/soc/qcom/qdsp6/
H A Dq6afe.h161 u16 datatype; member
/linux/Documentation/livepatch/
H A Dshadow-vars.rst226 a datatype update technique called "shadow data structures".

12