Home
last modified time | relevance | path

Searched refs:format (Results 3776 – 3800 of 5161) sorted by relevance

1...<<151152153154155156157158159160>>...207

/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-raydium-rm68200.c392 dsi->format = MIPI_DSI_FMT_RGB888; in rm68200_probe()
H A Dpanel-samsung-s6e63j0x03.c448 dsi->format = MIPI_DSI_FMT_RGB888; in s6e63j0x03_probe()
H A Dpanel-leadtek-ltk050h3146w.c585 dsi->format = MIPI_DSI_FMT_RGB888; in ltk050h3146w_probe()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dfapi_data_process.cpp169 fmt += std::format("{:02X} ", value); in getTgtReqAttrsVal()
/openbmc/openpower-debug-collector/dump/
H A Dsbe_dump_collector.cpp208 {"SRC6", std::format("0x{:X}{:X}", chipPos, (cmdClass | cmdType))}}; in logErrorAndCreatePEL()
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dti-dlpc3433.c335 dlpc->dsi->format = MIPI_DSI_FMT_RGB565; in dlpc_host_attach()
/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h1083 stbtt_uint16 format = ttUSHORT(data + index_map + 0); in stbtt_FindGlyphIndex() local
1084 if (format == 0) { // apple byte encoding in stbtt_FindGlyphIndex()
1089 } else if (format == 6) { in stbtt_FindGlyphIndex()
1095 } else if (format == 2) { in stbtt_FindGlyphIndex()
1098 …} else if (format == 4) { // standard mapping for windows fonts: binary search collection of ranges in stbtt_FindGlyphIndex()
1143 } else if (format == 12 || format == 13) { in stbtt_FindGlyphIndex()
1158 if (format == 12) in stbtt_FindGlyphIndex()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Ddce_v10_0.c246 fb->pitches[0] / fb->format->cpp[0]); in dce_v10_0_page_flip()
1385 if (sad->format == eld_reg_to_type[i][1]) { in dce_v10_0_audio_write_sad_regs()
1396 if (sad->format == HDMI_AUDIO_CODING_TYPE_PCM) in dce_v10_0_audio_write_sad_regs()
1894 switch (target_fb->format->format) { in dce_v10_0_crtc_do_set_base()
1978 &target_fb->format->format); in dce_v10_0_crtc_do_set_base()
2053 fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0]; in dce_v10_0_crtc_do_set_base()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py1980 with open("{}/{}".format(logs_dir, file)) as efile:
1992 'size': os.path.getsize("{}/{}".format(logs_dir, event_file))
1999 'size': os.path.getsize("{}/{}".format(logs_dir, event_file))
2042 with open("{}/{}".format(logs_dir, file.get('name'))) as eventfile:
2088 if not os.path.exists('{}/{}'.format(logs_dir, file.name)):
2093 with open("{}/{}".format(logs_dir, file)) as eventfile:
/openbmc/linux/arch/powerpc/xmon/
H A Dxmon.c2632 #define DUMP(paca, name, format) \ in dump_one_paca() argument
2633 printf(" %-*s = "format"\t(0x%lx)\n", 25, #name, 18, paca->name, \ in dump_one_paca()
4222 #define DUMP_VALUE(format, field, value) \ argument
4227 printf(" %-*s = "format"\n", DUMP_WIDTH, \
4239 #define DUMP_FIELD(obj, format, field) \ argument
4240 DUMP_VALUE(format, field, obj->field)
/openbmc/linux/sound/pci/hda/
H A Dhda_generic.c5291 unsigned int format, in playback_pcm_prepare() argument
5298 stream_tag, format, substream); in playback_pcm_prepare()
5343 unsigned int format, in capture_pcm_prepare() argument
5346 snd_hda_codec_setup_stream(codec, hinfo->nid, stream_tag, 0, format); in capture_pcm_prepare()
5404 unsigned int format, in alt_playback_pcm_prepare() argument
5437 unsigned int format, in dig_playback_pcm_prepare() argument
5442 stream_tag, format, substream); in dig_playback_pcm_prepare()
5470 unsigned int format, in alt_capture_pcm_prepare() argument
5476 stream_tag, 0, format); in alt_capture_pcm_prepare()
5600 unsigned int format, in dyn_adc_capture_pcm_prepare() argument
[all …]
/openbmc/u-boot/doc/
H A DREADME.POST152 o) int post_log(char *format, ...);
156 stderr. The format of the arguments and the return value
170 filled at U-Boot build time. The format of entry in this array will
226 log will have the following format:
246 POST tests for the board. The macro will have the format of array
/openbmc/linux/drivers/video/fbdev/
H A Dcirrusfb.c671 unsigned int control = 0, format = 0, threshold = 0; in cirrusfb_set_par_foo() local
882 format = 0; in cirrusfb_set_par_foo()
1121 format |= 0x1400; in cirrusfb_set_par_foo()
1179 format |= 0x2400; in cirrusfb_set_par_foo()
1247 fb_writew(format, cinfo->laguna_mmio + 0xc0); in cirrusfb_set_par_foo()
/openbmc/linux/sound/core/
H A Dpcm_lib.c1736 width = snd_pcm_format_physical_width(runtime->format); in snd_pcm_lib_ioctl_channel_info()
1765 snd_pcm_format_t format; in snd_pcm_lib_ioctl_fifo_size() local
1771 format = params_format(params); in snd_pcm_lib_ioctl_fifo_size()
1773 frame_size = snd_pcm_format_size(format, channels); in snd_pcm_lib_ioctl_fifo_size()
2017 snd_pcm_format_set_silence(runtime->format, in fill_silence()
/openbmc/linux/Documentation/admin-guide/
H A Dext4.rst76 * extent format reduces metadata overhead (RAM, IO for access, transactions)
77 * extent format more robust in face of on-disk corruption due to magics,
120 written in the disk. The Unicode normalization format used by the
125 the filename, meaning that the normalization format used actually has an
401 allows the use of inline encryption hardware. The on-disk format is
/openbmc/u-boot/doc/driver-model/
H A Dlivetree.txt11 hierarchy detected by tags in the format.
22 - it is the format produced by the device tree compiler, so no translation
/openbmc/u-boot/arch/arm/dts/
H A Drk3399-puma.dtsi65 simple-audio-card,format = "i2s";
81 simple-audio-card,format = "i2s";
/openbmc/linux/drivers/input/mouse/
H A Dappletouch.c228 #define dprintk(format, a...) \ argument
231 printk(KERN_DEBUG format, ##a); \
H A Dbcm5974.c159 #define dprintk(level, format, a...)\ argument
160 { if (debug >= level) printk(KERN_DEBUG format, ##a); }
/openbmc/linux/drivers/scsi/
H A Dips.h82 #define IPS_PRINTK(level, pcidev, format, arg...) \ argument
83 dev_printk(level , &((pcidev)->dev) , format , ## arg)
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_go.py391 ls_remote_cmd = "git ls-remote -q --tags {} {}*".format(
725 lines_before.append("GO_IMPORT = \"{}\"".format(baseurl))
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dpopulate_sdk_base.bbclass264 bb.error("Escaping symlink {0!s} --> {1!s}".format(linkPath, targetPath))
268 bb.error("Broken symlink {0!s} --> {1!s}".format(linkPath, targetPath))
/openbmc/linux/tools/perf/Documentation/
H A Dperf-c2c.txt285 - node IDs with stats for each ID, in following format:
288 - node IDs with list of affected CPUs in following format:
/openbmc/linux/sound/atmel/
H A Dac97c.c218 switch (runtime->format) { in atmel_ac97c_playback_prepare()
300 switch (runtime->format) { in atmel_ac97c_capture_prepare()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_main.c72 int nfp_pf_rtsym_read_optional(struct nfp_pf *pf, const char *format, in nfp_pf_rtsym_read_optional() argument
79 snprintf(name, sizeof(name), format, nfp_cppcore_pcie_unit(pf->cpp)); in nfp_pf_rtsym_read_optional()

1...<<151152153154155156157158159160>>...207