Home
last modified time | relevance | path

Searched refs:format (Results 4201 – 4225 of 5161) sorted by relevance

1...<<161162163164165166167168169170>>...207

/openbmc/linux/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-4-7.c343 static int vfe_word_per_line_by_pixel(u32 format, u32 pixel_per_line) in vfe_word_per_line_by_pixel() argument
347 switch (format) { in vfe_word_per_line_by_pixel()
H A Dcamss-vfe-4-8.c316 static int vfe_word_per_line_by_pixel(u32 format, u32 pixel_per_line) in vfe_word_per_line_by_pixel() argument
320 switch (format) { in vfe_word_per_line_by_pixel()
/openbmc/linux/drivers/media/usb/gspca/
H A DKconfig234 chips with Bayer format (SN9C101, SN9C102 and SN9C103).
244 chips with JPEG format (SN9C102P, SN9C105 and >= SN9C110).
/openbmc/linux/sound/soc/mediatek/common/
H A Dmtk-btcvsd.c278 if (runtime->format == SNDRV_PCM_FORMAT_S32_LE || in btcvsd_bytes_to_frame()
279 runtime->format == SNDRV_PCM_FORMAT_U32_LE) in btcvsd_bytes_to_frame()
/openbmc/linux/Documentation/filesystems/
H A Dvfat.rst14 'mkdosfs' will work fine if you want to format from within Linux.
65 in Unicode format, but Unix for the most part doesn't
/openbmc/linux/drivers/pcmcia/
H A Dds.c1001 #define pcmcia_device_attr(field, test, format) \ argument
1005 return p_dev->test ? sysfs_emit(buf, format, p_dev->field) : -ENODEV; \
/openbmc/linux/drivers/gpu/drm/tegra/
H A Ddrm.c841 fb->format->depth, in tegra_debugfs_framebuffers()
842 fb->format->cpp[0] * 8, in tegra_debugfs_framebuffers()
/openbmc/linux/fs/nfsd/
H A Dnfsctl.c509 const char *format = minor < 0 ? "%s%c%u" : "%s%c%u.%u"; in nfsd_print_version_support() local
522 return snprintf(buf, remaining, format, sep, in nfsd_print_version_support()
/openbmc/linux/Documentation/target/
H A Dtcmu-design.rst218 format::
318 /* we only want uio devices whose name is a format we expect */
/openbmc/linux/drivers/gpu/drm/sti/
H A Dsti_hqvdp.c1184 (char *)&fb->format->format, in sti_hqvdp_atomic_update()
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-driver-speakup69 format. A special program called genmap is needed to compile a
70 textual keymap into the binary format which is then loaded into
/openbmc/linux/drivers/iommu/
H A DKconfig34 Enable support for the ARM long descriptor pagetable format.
53 Enable support for the ARM Short-descriptor pagetable format.
/openbmc/linux/drivers/hid/
H A Dhid-cp2112.c871 #define CP2112_CONFIG_ATTR(name, store, format, ...) \ argument
896 return sysfs_emit(buf, format, ##__VA_ARGS__); \
/openbmc/linux/drivers/acpi/
H A Dcppc_acpi.c376 struct acpi_buffer format = {sizeof("NNNNN"), "NNNNN"}; in acpi_get_psd() local
400 &format, &state); in acpi_get_psd()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/
H A D0001-Make-ndiff-support-python3.patch1231 --text display output in text format (default)
1232 --xml display output in XML format\
1262 - usage_error(u"contradictory output format options.")
1263 + usage_error("contradictory output format options.")
1267 - usage_error(u"contradictory output format options.")
1268 + usage_error("contradictory output format options.")
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dpackages.rst545 When BitBake generates packages, it needs to know what format or formats
548 variable to specify the format:
553 #. Select the desired package format as follows::
581 if you are using the IPK package format. You can then initialize your
899 The test generates output in the format used by Automake::
1215 the package control/spec file. To take the ipk format for example, the
/openbmc/linux/Documentation/translations/sp_SP/process/
H A Dsubmitting-patches.rst619 parche con formato adecuado se puede obtener con ``git format-patch``. Las
818 Si está utilizando ``git format-patch`` para generar sus parches, puede
829 $ git format-patch --base=auto --cover-letter -o outgoing/ master
845 Consulte ``man git-format-patch`` para obtener más información al respecto
866 "Linux kernel patch submission format" por Jeff Garzik.
867 <https://web.archive.org/web/20180829112450/http://linux.yyz.us/patch-format.html>
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.c.inc52 format, and are defined as 8- or 16-bit quantities, even when the two
579 /* Emit instructions according to the given instruction format. */
780 /* Emit an opcode with "type-checking" of the format. */
913 OPC_RX: If the operation has an RX format opcode (e.g. STC), otherwise 0.
914 OPC_RXY: The RXY format opcode for the operation (e.g. STCY). */
2025 /* ??? LLC (RXY format) is only present with the extended-immediate
2036 /* ??? LLH (RXY format) is only present with the extended-immediate
2212 /* Using tcg_out_sh64 here for the format; it is a 32-bit shift. */
2230 /* ??? Using tcg_out_sh64 here for the format; it is a 32-bit rol. */
/openbmc/linux/sound/pci/trident/
H A Dtrident_main.c757 if (snd_pcm_format_width(runtime->format) == 16) in snd_trident_control_mode()
759 if (snd_pcm_format_signed(runtime->format)) in snd_trident_control_mode()
1041 if (snd_pcm_format_width(runtime->format) == 16) { in snd_trident_capture_prepare()
1053 if (snd_pcm_format_width(runtime->format) == 16) in snd_trident_capture_prepare()
1055 if (snd_pcm_format_signed(runtime->format)) in snd_trident_capture_prepare()
/openbmc/linux/Documentation/fb/
H A Duvesafb.rst104 <mode> The mode you want to set, in the standard modedb format. Refer to
/openbmc/linux/fs/reiserfs/
H A Ditem_ops.c734 #error Item types must use disk-format assigned values.
/openbmc/linux/include/uapi/drm/
H A Dradeon_drm.h679 int format; member
/openbmc/u-boot/doc/imx/mkimage/
H A Dmxsimage.txt28 - Every numeric value must be encoded in hexadecimal and in format 0xabcdef12 .
/openbmc/u-boot/arch/arm/dts/
H A Dmeson-axg-s400.dts301 dai-format = "i2s";
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dsocorro-syms.bbclass185 # Assemble the repository path according to the Socorro format.

1...<<161162163164165166167168169170>>...207