Home
last modified time | relevance | path

Searched full:pdf (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/openbmc/qemu/include/hw/arm/
H A Dnrf51.h6 * Reference Manual: http://infocenter.nordicsemi.com/pdf/nRF51_RM_v3.0.pdf
7 * Product Spec: http://infocenter.nordicsemi.com/pdf/nRF51822_PS_v3.1.pdf
/openbmc/u-boot/arch/arm/cpu/arm1136/mx35/
H A Dgeneric.c252 u32 ret_val = 0, pdf, pre_pdf, clk_sel; in mxc_get_peri_clock() local
264 pdf = (mpdr4 >> 10) & 0x3F; in mxc_get_peri_clock()
266 decode_pll(readl(&ccm->ppctl), MXC_HCLK)) / (pdf + 1); in mxc_get_peri_clock()
270 pdf = mpdr2 & 0x3F; in mxc_get_peri_clock()
274 ((pre_pdf + 1) * (pdf + 1)); in mxc_get_peri_clock()
278 pdf = (mpdr2 >> 8) & 0x3F; in mxc_get_peri_clock()
282 ((pre_pdf + 1) * (pdf + 1)); in mxc_get_peri_clock()
286 pdf = (mpdr2 >> 16) & 0x3F; in mxc_get_peri_clock()
288 decode_pll(readl(&ccm->ppctl), MXC_HCLK)) / (pdf + 1); in mxc_get_peri_clock()
293 pdf = (pre_pdf >> 22) & 0x3F; in mxc_get_peri_clock()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A D0001-meson.build-make-fbpdf-build-optional.patch22 +poppler_dep = dependency('poppler-glib', required: get_option('pdf'))
27 +gbm_dep = dependency('gbm', required: get_option('pdf'))
28 +epoxy_dep = dependency('epoxy', required: get_option('pdf'))
43 +if get_option('pdf').enabled()
63 +option('pdf', type: 'feature', value : 'enabled')
/openbmc/u-boot/Documentation/sphinx/
H A Dkfigure.py35 * SVG to PDF: To generate PDF, you need at least one of this tools:
41 * generate PDF from SVG / used by PDF (LaTeX) builder
43 * generate SVG (html-builder) and PDF (latex-builder) from DOT files.
188 "convert(1) not found, for SVG to PDF conversion install "
206 prefer PDF while *html* builder prefer SVG format for images.
232 dst_fname = path.join(translator.builder.outdir, fname + '.pdf')
233 img_node['uri'] = fname + '.pdf'
234 img_node['candidates'] = {'*': fname + '.pdf'}
255 app.verbose("no SVG to PDF conversion available / include SVG raw.")
258 dst_fname = path.join(translator.builder.outdir, fname + '.pdf')
[all …]
/openbmc/pldm/docs/
H A Dbios_implementation.md9 …IOS Specification](https://www.dmtf.org/sites/default/files/standards/documents/DSP0247_1.0.0.pdf).
29 …IOS Specification](https://www.dmtf.org/sites/default/files/standards/documents/DSP0247_1.0.0.pdf).
31 `GetBiosTable` command as defined in DSP0247_1.0.0.pdf Section 8.1. All the
38 …IOS Specification](https://www.dmtf.org/sites/default/files/standards/documents/DSP0247_1.0.0.pdf):
59 …IOS Specification](https://www.dmtf.org/sites/default/files/standards/documents/DSP0247_1.0.0.pdf):
80 …IOS Specification](https://www.dmtf.org/sites/default/files/standards/documents/DSP0247_1.0.0.pdf):
/openbmc/openbmc/poky/documentation/
H A DMakefile34 …cp $(BUILDDIR)/epub/TheYoctoProject.epub $(BUILDDIR)/latex/theyoctoproject.pdf $(BUILDDIR)/$(DESTD…
39 PDFs := $(foreach dir, $(IMAGEDIRS), $(patsubst %.svg,%.pdf,$(wildcard $(SOURCEDIR)/$(dir)/*.svg)))
44 # Pattern rule for converting SVG to PDF
45 %.pdf : %.svg
46 $(SVG2PDF) --format=Pdf --output=$@ $<
H A Ddownloads.rst11 - `PDF <_static/theyoctoproject.pdf>`_
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libharu/
H A Dlibharu_2.4.5.bb1 SUMMARY = "free PDF library"
3 DESCRIPTION = "libHaru is a library for generating PDF files. \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/
H A Dfbida_git.bb29 REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'pdf', 'opengl', '', d)}"
31 PACKAGECONFIG ??= "gif png pdf"
37 PACKAGECONFIG[pdf] = "-Dpdf=enabled,-Dpdf=disabled,poppler libepoxy"
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PLDM/
H A DPDR.interface.yaml42 http://dmtf.org/sites/default/files/standards/documents/DSP0249_1.0.0.pdf
52 http://dmtf.org/sites/default/files/standards/documents/DSP0249_1.0.0.pdf
91 http://dmtf.org/sites/default/files/standards/documents/DSP0249_1.0.0.pdf
99 http://dmtf.org/sites/default/files/standards/documents/DSP0249_1.0.0.pdf
/openbmc/openbmc/poky/meta/recipes-extended/ghostscript/
H A Dghostscript_10.05.1.bb1 SUMMARY = "The GPL Ghostscript PostScript/PDF interpreter"
2 DESCRIPTION = "Ghostscript is used for PostScript/PDF preview and printing. Usually as \
3 a back-end to a program such as ghostview, it can display PostScript and PDF \
6 Furthermore, it can render PostScript and PDF files as graphics to be printed \
/openbmc/docs/
H A DMakefile9 all: userguide.pdf
13 userguide.pdf: userguide/userguide.tex
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dsbe_ffdc_handler.cpp298 PelFFDCfile pdf; in process() local
299 pdf.format = openpower::pels::UserDataFormat::text; in process()
300 pdf.version = 0x01; in process()
301 pdf.fd = pelDataFile.getFd(); in process()
302 pdf.subType = 0; in process()
303 ffdcFiles.push_back(pdf); in process()
305 paths.emplace_back(pelDataFile.getPath(), pdf.fd); in process()
/openbmc/qemu/include/hw/i2c/
H A Dmicrobit_i2c.h3 * http://infocenter.nordicsemi.com/pdf/nRF51_RM_v3.0.1.pdf
/openbmc/openbmc/poky/meta/recipes-devtools/mtools/mtools/
H A Dmtools-makeinfo.patch39 pdf: mtools.pdf
40 %.pdf: %.texi sysconfdir.texi
/openbmc/qemu/include/hw/mem/
H A Dnvdimm.h11 * http://www.uefi.org/sites/default/files/resources/ACPI_6.0.pdf
13 * http://pmem.io/documents/NVDIMM_Namespace_Spec.pdf
15 * http://pmem.io/documents/NVDIMM_DSM_Interface_Example.pdf
17 * http://pmem.io/documents/NVDIMM_Driver_Writers_Guide.pdf
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/suitesparse/suitesparse/
H A D0002-Preserve-links-when-installing-libmetis.patch22 - $(CP) metis-5.1.0/manual/manual.pdf $(INSTALL_DOC)/METIS_manual.pdf
/openbmc/openbmc/poky/
H A D.gitignore25 /documentation/*/*.pdf
28 /bitbake/doc/bitbake-user-manual/bitbake-user-manual.pdf
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gimp/
H A Dgimp_3.0.4.bb71 PACKAGECONFIG[cairo-pdf] = "-Dcairo-pdf=enabled,-Dcairo-pdf=disabled"
91 cairo-pdf \
/openbmc/qemu/hw/avr/
H A Darduino.c79 * https://www.arduino.cc/en/uploads/Main/arduino-duemilanove-schematic.pdf in arduino_duemilanove_class_init()
94 * https://www.arduino.cc/en/uploads/Main/arduino-uno-schematic.pdf in arduino_uno_class_init()
109 * https://www.arduino.cc/en/uploads/Main/arduino-mega2560-schematic.pdf in arduino_mega_class_init()
124 * https://www.arduino.cc/en/uploads/Main/arduino-mega2560_R3-sch.pdf in arduino_mega2560_class_init()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcanberra/files/
H A D0001-remove-dropped-templates.patch18 html-build.stamp pdf-build.stamp \
19 - tmpl.stamp sgml.stamp html.stamp pdf.stamp
20 + sgml.stamp html.stamp pdf.stamp
/openbmc/openpower-occ-control/
H A DREADME.md37 <https://github.com/open-power/docs/blob/P10/occ/OCC_P10_FW_Interfaces_v1_17.pdf>
47 <https://github.com/open-power/docs/blob/P9/occ/OCC_P9_FW_Interfaces.pdf>
/openbmc/u-boot/arch/arm/mach-imx/mx5/
H A Dclock.c162 uint32_t ctrl, op, mfd, mfn, mfi, pdf, ret; in decode_pll() local
180 pdf = op & MXC_DPLLC_OP_PDF_MASK; in decode_pll()
198 do_div(refclk, pdf + 1); in decode_pll()
368 u32 ret_val = 0, pdf, pre_pdf, clk_sel, freq; in imx_get_cspiclk() local
373 pdf = MXC_CCM_CSCDR2_CSPI_CLK_PODF_RD(cscdr2); in imx_get_cspiclk()
376 ret_val = freq / ((pre_pdf + 1) * (pdf + 1)); in imx_get_cspiclk()
421 u32 pdf = MXC_CCM_CBCDR_AXI_A_PODF_RD(cbcdr); in get_axi_a_clk() local
423 return get_periph_clk() / (pdf + 1); in get_axi_a_clk()
429 u32 pdf = MXC_CCM_CBCDR_AXI_B_PODF_RD(cbcdr); in get_axi_b_clk() local
431 return get_periph_clk() / (pdf + 1); in get_axi_b_clk()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poppler/poppler/
H A D0001-cmake-Do-not-use-isystem.patch123 poppler_add_test(pdf-inspector BUILD_GTK_TESTS ${pdf_inspector_SRCS})
124 …target_link_libraries(pdf-inspector ${CAIRO_LIBRARIES} Freetype::Freetype ${common_libs} PkgConfig…
125 - target_include_directories(pdf-inspector SYSTEM PRIVATE ${CAIRO_INCLUDE_DIRS})
126 + target_include_directories(pdf-inspector PRIVATE ${CAIRO_INCLUDE_DIRS})
127 target_compile_definitions(pdf-inspector PRIVATE -DSRC_DIR="${CMAKE_CURRENT_SOURCE_DIR}")
/openbmc/openbmc/meta-raspberrypi/docs/
H A DMakefile134 @echo "Run \`make' in that directory to run these through (pdf)latex" \
141 $(MAKE) -C $(BUILDDIR)/latex all-pdf
142 @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
148 $(MAKE) -C $(BUILDDIR)/latex all-pdf-ja
149 @echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."

12345678910>>...14