Home
last modified time | relevance | path

Searched full:dtd (Results 1 – 25 of 269) sorted by relevance

1234567891011

/openbmc/linux/drivers/media/platform/ti/vpe/
H A Dvpdma_priv.h302 static inline int dtd_get_data_type(struct vpdma_dtd *dtd) in dtd_get_data_type() argument
304 return dtd->type_ctl_stride >> DTD_DATA_TYPE_SHFT; in dtd_get_data_type()
307 static inline bool dtd_get_notify(struct vpdma_dtd *dtd) in dtd_get_notify() argument
309 return (dtd->type_ctl_stride >> DTD_NOTIFY_SHFT) & DTD_NOTIFY_MASK; in dtd_get_notify()
312 static inline int dtd_get_field(struct vpdma_dtd *dtd) in dtd_get_field() argument
314 return (dtd->type_ctl_stride >> DTD_FIELD_SHFT) & DTD_FIELD_MASK; in dtd_get_field()
317 static inline bool dtd_get_1d(struct vpdma_dtd *dtd) in dtd_get_1d() argument
319 return (dtd->type_ctl_stride >> DTD_1D_SHFT) & DTD_1D_MASK; in dtd_get_1d()
322 static inline bool dtd_get_even_line_skip(struct vpdma_dtd *dtd) in dtd_get_even_line_skip() argument
324 return (dtd->type_ctl_stride >> DTD_EVEN_LINE_SKIP_SHFT) in dtd_get_even_line_skip()
[all …]
H A Dvpdma.c553 static void dump_dtd(struct vpdma_dtd *dtd);
559 struct vpdma_dtd *dtd = list->buf.addr; in vpdma_update_dma_addr() local
563 dtd += idx; in vpdma_update_dma_addr()
566 dtd->start_addr = dma_addr; in vpdma_update_dma_addr()
575 dtd->desc_write_addr = dtd_desc_write_addr(write_desc_addr, in vpdma_update_dma_addr()
578 dtd->desc_write_addr = dtd_desc_write_addr(write_desc_addr, in vpdma_update_dma_addr()
583 dump_dtd(dtd); in vpdma_update_dma_addr()
748 static void dump_dtd(struct vpdma_dtd *dtd) in dump_dtd() argument
752 dir = dtd_get_dir(dtd); in dump_dtd()
753 chan = dtd_get_chan(dtd); in dump_dtd()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/
H A Ddocbook-xml-update-catalog.xml.patch16 +<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
17 + "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
34 + detailed information on the files associated with the DocBook DTD.
42 +<public publicId="-//OASIS//DTD DocBook XML V4.1.2//EN"
43 + uri="docbookx.dtd"/>
45 +<system systemId="http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
46 + uri="docbookx.dtd"/>
48 +<system systemId="http://docbook.org/xml/4.1.2/docbookx.dtd"
49 + uri="docbookx.dtd"/>
54 +<public publicId="-//OASIS//DTD DocBook CALS Table Model V4.1.2//EN"
[all …]
H A DLICENSE-OASIS1 Permission to use, copy, modify and distribute the DocBook XML DTD
5 holders make no representation about the suitability of the DTD for
9 If you modify the DocBook DTD in any way, except for declaring and
11 additional notations, label your DTD as a variant of DocBook. See
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DOASIS1 Permission to use, copy, modify and distribute the DocBook DTD and
5 holders make no representation about the suitability of the DTD for
9 If you modify the DocBook DTD in any way, except for declaring and
11 additional notations, label your DTD as a variant of DocBook. See
/openbmc/linux/lib/zstd/decompress/
H A Dhuf_decompress.c132 DTableDesc dtd; in HUF_getDTableDesc() local
133 ZSTD_memcpy(&dtd, table, sizeof(dtd)); in HUF_getDTableDesc()
134 return dtd; in HUF_getDTableDesc()
358 { DTableDesc dtd = HUF_getDTableDesc(DTable); in HUF_readDTableX1_wksp_bmi2() local
359 U32 const maxTableLog = dtd.maxTableLog + 1; in HUF_readDTableX1_wksp_bmi2()
362 …if (tableLog > (U32)(dtd.maxTableLog+1)) return ERROR(tableLog_tooLarge); /* DTable too small, H… in HUF_readDTableX1_wksp_bmi2()
363 dtd.tableType = 0; in HUF_readDTableX1_wksp_bmi2()
364 dtd.tableLog = (BYTE)tableLog; in HUF_readDTableX1_wksp_bmi2()
365 ZSTD_memcpy(DTable, &dtd, sizeof(dtd)); in HUF_readDTableX1_wksp_bmi2()
536 DTableDesc const dtd = HUF_getDTableDesc(DTable); in HUF_decompress1X1_usingDTable_internal_body() local
[all …]
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_sdvo.c124 * the sdvo flag gets lost in round trip: dtd->adjusted_mode->dtd
749 struct intel_sdvo_dtd *dtd) in intel_sdvo_set_timing() argument
751 return intel_sdvo_set_value(intel_sdvo, cmd, &dtd->part1, sizeof(dtd->part1)) && in intel_sdvo_set_timing()
752 intel_sdvo_set_value(intel_sdvo, cmd + 1, &dtd->part2, sizeof(dtd->part2)); in intel_sdvo_set_timing()
756 struct intel_sdvo_dtd *dtd) in intel_sdvo_get_timing() argument
758 return intel_sdvo_get_value(intel_sdvo, cmd, &dtd->part1, sizeof(dtd->part1)) && in intel_sdvo_get_timing()
759 intel_sdvo_get_value(intel_sdvo, cmd + 1, &dtd->part2, sizeof(dtd->part2)); in intel_sdvo_get_timing()
763 struct intel_sdvo_dtd *dtd) in intel_sdvo_set_input_timing() argument
766 SDVO_CMD_SET_INPUT_TIMINGS_PART1, dtd); in intel_sdvo_set_input_timing()
770 struct intel_sdvo_dtd *dtd) in intel_sdvo_set_output_timing() argument
[all …]
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo.c692 struct psb_intel_sdvo_dtd *dtd) in psb_intel_sdvo_set_timing() argument
694 return psb_intel_sdvo_set_value(psb_intel_sdvo, cmd, &dtd->part1, sizeof(dtd->part1)) && in psb_intel_sdvo_set_timing()
695 psb_intel_sdvo_set_value(psb_intel_sdvo, cmd + 1, &dtd->part2, sizeof(dtd->part2)); in psb_intel_sdvo_set_timing()
699 struct psb_intel_sdvo_dtd *dtd) in psb_intel_sdvo_set_input_timing() argument
702 SDVO_CMD_SET_INPUT_TIMINGS_PART1, dtd); in psb_intel_sdvo_set_input_timing()
706 struct psb_intel_sdvo_dtd *dtd) in psb_intel_sdvo_set_output_timing() argument
709 SDVO_CMD_SET_OUTPUT_TIMINGS_PART1, dtd); in psb_intel_sdvo_set_output_timing()
737 struct psb_intel_sdvo_dtd *dtd) in psb_intel_sdvo_get_preferred_input_timing() argument
739 BUILD_BUG_ON(sizeof(dtd->part1) != 8); in psb_intel_sdvo_get_preferred_input_timing()
740 BUILD_BUG_ON(sizeof(dtd->part2) != 8); in psb_intel_sdvo_get_preferred_input_timing()
[all …]
H A Dmid_bios.c181 dev_priv->gct_data.DTD = gct.panel[bpi].DTD; in mid_get_vbt_data_r0()
209 dev_priv->gct_data.DTD = gct.panel[bpi].DTD; in mid_get_vbt_data_r1()
223 struct oaktrail_timing_info *dp_ti = &dev_priv->gct_data.DTD; in mid_get_vbt_data_r10()
245 ti = &gct[vbt.primary_panel_idx].DTD; in mid_get_vbt_data_r10()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/
H A D0001-make-direction-attribute-conforming-to-introspect.dt.patch4 Subject: [PATCH 1/3] make direction attribute conforming to introspect.dtd
7 in the DTD(*1), direction attribute is defined as following:
13 *1) http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd
/openbmc/linux/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c173 /* Free dtd for the request */ in done()
575 * the Total Bytes field (dTD) */ in fsl_ep_enable()
696 /* Actually add a dTD chain to an empty dQH and let go */
717 /* Add dTD chain to the dQH of an EP */
736 /* Ensure dTD's next dtd pointer to be updated */ in fsl_queue_td()
763 /* Fill in the dTD structure
765 * @length: return actually data length of the dTD
766 * @dma: return dma address of the dTD
767 * @is_last: return flag if it is the last dTD of the request
768 * return: pointer to the built dTD */
[all …]
/openbmc/linux/scripts/selinux/mdp/
H A Ddbus_contexts1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
/openbmc/u-boot/drivers/timer/
H A Drockchip_timer.c19 struct dtd_rockchip_rk3368_timer dtd; member
142 priv->timer = map_sysmem(plat->dtd.reg[0], plat->dtd.reg[1]); in rockchip_timer_probe()
143 uc_priv->clock_rate = plat->dtd.clock_frequency; in rockchip_timer_probe()
/openbmc/phosphor-hwmon/
H A Dphosphor-hwmon.conf1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/dbus-perms/
H A Dorg.openbmc.conf1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
/openbmc/phosphor-networkd/
H A Dxyz.openbmc_project.Network.conf.in1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
/openbmc/qemu/accel/hvf/
H A Dentitlements.plist2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dt…
/openbmc/phosphor-objmgr/src/dbus/
H A Dxyz.openbmc_project.ObjectMapper.conf1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
/openbmc/phosphor-logging/dist/busconfig/
H A Dphosphor-rsyslog-config.conf1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
/openbmc/phosphor-certificate-manager/dist/busconfig/
H A Dphosphor-authority-cert-config.conf1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
H A Dphosphor-bmcweb-cert-config.conf1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
H A Dbmc-vmi-ca.conf1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
/openbmc/openpower-pnor-code-mgmt/dbus/
H A Dorg.open_power.Software.Host.Updater.conf1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
/openbmc/phosphor-user-manager/
H A Dphosphor-nslcd-cert-config.conf1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
/openbmc/openbmc/poky/meta/recipes-support/user-creation/files/
H A Dsystem-xuser.conf1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">

1234567891011