/openbmc/linux/drivers/media/platform/renesas/ |
H A D | rcar-isp.c | 50 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()
|
/openbmc/u-boot/tools/dtoc/ |
H A D | fdt_util.py | 192 def GetDatatype(node, propname, datatype): argument 206 if datatype == str: 208 elif datatype == int: 211 datatype)
|
/openbmc/u-boot/tools/binman/ |
H A D | entry.py | 338 value = self.GetArg(prop.name, prop.datatype) 424 def GetArg(self, name, datatype=str): argument 442 if datatype == int: 448 elif datatype == str: 452 datatype) 454 value = fdt_util.GetDatatype(self._node, name, datatype)
|
/openbmc/linux/drivers/media/platform/xilinx/ |
H A D | xilinx-csi2rxss.c | 233 u32 datatype; member 779 if (dt != xcsi2rxss->datatype && dt != MIPI_CSI2_DT_RAW8) { in xcsi2rxss_set_format() 782 fmt->format.code = xcsi2rxss_get_nth_mbus(xcsi2rxss->datatype, in xcsi2rxss_set_format() 812 } else if (state->datatype != MIPI_CSI2_DT_RAW8) { in xcsi2rxss_enum_mbus_code() 814 dt = state->datatype; in xcsi2rxss_enum_mbus_code() 876 &xcsi2rxss->datatype); in xcsi2rxss_parse_of() 882 switch (xcsi2rxss->datatype) { in xcsi2rxss_parse_of() 952 xcsi2rxss->datatype); in xcsi2rxss_parse_of() 1023 xcsi2rxss_get_nth_mbus(xcsi2rxss->datatype, 0); in xcsi2rxss_probe()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_capture.c | 1109 enum guc_capture_type datatype; in guc_capture_extract_reglists() local 1188 datatype = FIELD_GET(CAP_HDR_CAPTURE_TYPE, hdr.info); in guc_capture_extract_reglists() 1189 if (datatype > GUC_CAPTURE_LIST_TYPE_ENGINE_INSTANCE) { in guc_capture_extract_reglists() 1209 if (datatype == GUC_CAPTURE_LIST_TYPE_GLOBAL) { in guc_capture_extract_reglists() 1212 } else if (datatype == GUC_CAPTURE_LIST_TYPE_ENGINE_CLASS && in guc_capture_extract_reglists() 1218 } else if (datatype == GUC_CAPTURE_LIST_TYPE_ENGINE_INSTANCE && in guc_capture_extract_reglists() 1234 if (datatype != GUC_CAPTURE_LIST_TYPE_GLOBAL) in guc_capture_extract_reglists() 1236 datatype); in guc_capture_extract_reglists() 1239 node->reginfo[datatype].vfid = FIELD_GET(CAP_HDR_CAPTURE_VFID, hdr.owner); in guc_capture_extract_reglists() 1240 switch (datatype) { in guc_capture_extract_reglists() [all …]
|
/openbmc/phosphor-dbus-monitor/src/templates/ |
H A D | generated.mako.hpp | 132 std::make_unique<OperandFilters<${f.datatype}>>( in get() 133 std::vector<std::function<bool(${f.datatype})>>{ in get() 256 std::make_unique<PropertyWatchOfType<${w.datatype}, SDBusPlus>>( in get()
|
H A D | event.mako.cpp | 1 std::make_unique<Event<${c.datatype}>>("${c.eventName}"s, "${c.eventMessage}"s,
|
H A D | journal.mako.cpp | 1 std::make_unique<Journal<${c.datatype}, phosphor::logging::level::${c.severity}>>(
|
H A D | elog_with_metadata.mako.cpp | 4 ${indent(1)}${c.datatype}>>(
|
H A D | median.mako.cpp | 1 std::make_unique<MedianCondition<${c.datatype}>>(
|
H A D | count.mako.cpp | 1 std::make_unique<CountCondition<${c.datatype}>>(
|
/openbmc/linux/drivers/media/i2c/ |
H A D | max9286.c | 149 u8 datatype; member 245 .datatype = MAX9286_DATATYPE_YUV422_8BIT, 248 .datatype = MAX9286_DATATYPE_YUV422_8BIT, 251 .datatype = MAX9286_DATATYPE_YUV422_8BIT, 254 .datatype = MAX9286_DATATYPE_YUV422_8BIT, 257 .datatype = MAX9286_DATATYPE_RAW12, 260 .datatype = MAX9286_DATATYPE_RAW12, 263 .datatype = MAX9286_DATATYPE_RAW12, 266 .datatype = MAX9286_DATATYPE_RAW12, 569 info->datatype); in max9286_set_video_format()
|
H A D | ds90ub960.c | 569 u8 datatype; member 574 { .code = MEDIA_BUS_FMT_YUYV8_1X16, .bpp = 16, .datatype = MIPI_CSI2_DT_YUV422_8B, }, 575 { .code = MEDIA_BUS_FMT_UYVY8_1X16, .bpp = 16, .datatype = MIPI_CSI2_DT_YUV422_8B, }, 576 { .code = MEDIA_BUS_FMT_VYUY8_1X16, .bpp = 16, .datatype = MIPI_CSI2_DT_YUV422_8B, }, 577 { .code = MEDIA_BUS_FMT_YVYU8_1X16, .bpp = 16, .datatype = MIPI_CSI2_DT_YUV422_8B, }, 579 { .code = MEDIA_BUS_FMT_SBGGR12_1X12, .bpp = 12, .datatype = MIPI_CSI2_DT_RAW12, }, 580 { .code = MEDIA_BUS_FMT_SGBRG12_1X12, .bpp = 12, .datatype = MIPI_CSI2_DT_RAW12, }, 581 { .code = MEDIA_BUS_FMT_SGRBG12_1X12, .bpp = 12, .datatype = MIPI_CSI2_DT_RAW12, }, 582 { .code = MEDIA_BUS_FMT_SRGGB12_1X12, .bpp = 12, .datatype = MIPI_CSI2_DT_RAW12, }, 2482 rx_data[nport].meta_dt = ub960_fmt->datatype; in ub960_configure_ports_for_streaming() [all …]
|
/openbmc/linux/drivers/most/ |
H A D | configfs.c | 27 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);
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | configfs-most | 30 datatype 85 datatype 140 datatype 206 datatype
|
/openbmc/linux/drivers/media/platform/renesas/rcar-vin/ |
H A D | rcar-csi2.c | 515 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 …]
|
/openbmc/u-boot/tools/binman/test/ |
H A D | 065_entry_args_unknown_datatype.dts | 12 force-bad-datatype;
|
/openbmc/linux/drivers/media/pci/ivtv/ |
H A D | ivtv-streams.c | 659 int datatype; in ivtv_setup_v4l2_decode_stream() local 694 datatype = 1; in ivtv_setup_v4l2_decode_stream() 697 datatype = 2; in ivtv_setup_v4l2_decode_stream() 701 IVTV_DEBUG_INFO("Setup DEC YUV Stream data[0] = %d\n", datatype); in ivtv_setup_v4l2_decode_stream() 705 datatype = 0; in ivtv_setup_v4l2_decode_stream() 708 if (ivtv_vapi(itv, CX2341X_DEC_SET_DECODER_SOURCE, 4, datatype, in ivtv_setup_v4l2_decode_stream()
|
/openbmc/linux/drivers/media/platform/renesas/rzg2l-cru/ |
H A D | rzg2l-ip.c | 12 unsigned int datatype; member 17 { .code = MEDIA_BUS_FMT_UYVY8_1X16, .datatype = 0x1e, .bpp = 16 },
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | pdmgen.py | 442 self.datatype = sdbusplus.property.Property( 565 self.datatype = objs["propertygroup"][self.properties].datatype 627 self.datatype = kw.pop("datatype", None) 664 datatype = objs["propertygroup"][ 671 ].datatype 688 "datatype": datatype,
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/gphoto2/ |
H A D | 0001-gphoto2-Use-pthread_t-abstract-type-for-thead-IDs.patch | 6 This is not a plain old datatype in every libc, e.g. with musl this
|
/openbmc/linux/include/linux/ |
H A D | kfifo.h | 52 #define __STRUCT_KFIFO_COMMON(datatype, recsize, ptrtype) \ argument 55 datatype *type; \ 56 const datatype *const_type; \
|
/openbmc/linux/sound/soc/qcom/qdsp6/ |
H A D | q6afe.h | 163 u16 datatype; member
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_alloc.h | 53 int datatype; /* mask defining data type treatment */ member
|
/openbmc/linux/drivers/media/platform/ti/cal/ |
H A D | cal.h | 248 u8 datatype; member
|