/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | secvar-sysfs.c | 26 const char *format; in format_show() local 34 rc = of_property_read_string(node, "format", &format); in format_show() 38 rc = sprintf(buf, "%s\n", format); in format_show() 111 static struct kobj_attribute format_attr = __ATTR_RO(format);
|
/kernel/linux/linux-5.10/arch/x86/entry/vdso/ |
H A D | vdso2c.c | 106 __attribute__((format(printf, 1, 2))) __attribute__((noreturn)) 107 static void fail(const char *format, ...) in fail() argument 110 va_start(ap, format); in fail() 112 vfprintf(stderr, format, ap); in fail()
|
/kernel/linux/linux-5.10/arch/sparc/vdso/ |
H A D | vdso2c.c | 83 __attribute__((format(printf, 1, 2))) __attribute__((noreturn)) 84 static void fail(const char *format, ...) in fail() argument 88 va_start(ap, format); in fail() 90 vfprintf(stderr, format, ap); in fail()
|
/kernel/linux/linux-6.6/arch/sparc/vdso/ |
H A D | vdso2c.c | 83 __attribute__((format(printf, 1, 2))) __attribute__((noreturn)) 84 static void fail(const char *format, ...) in fail() argument 88 va_start(ap, format); in fail() 90 vfprintf(stderr, format, ap); in fail()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/fsl-dcu/ |
H A D | fsl_dcu_drm_plane.c | 43 switch (fb->format->format) { in fsl_dcu_drm_plane_atomic_check() 95 switch (fb->format->format) { in fsl_dcu_drm_plane_atomic_update()
|
/kernel/linux/linux-5.10/drivers/media/i2c/adv748x/ |
H A D | adv748x-csi2.c | 140 * But we must support setting the pad formats for format propagation. 153 return &tx->format; in adv748x_csi2_get_pad_format() 171 sdformat->format = *mbusformat; in adv748x_csi2_get_format() 206 sdformat->format = *sink_fmt; in adv748x_csi2_set_format() 209 *mbusformat = sdformat->format; in adv748x_csi2_set_format()
|
/kernel/linux/linux-5.10/samples/vfio-mdev/ |
H A D | mdpy-fb.c | 103 u32 format, width, height; in mdpy_fb_probe() local 114 pci_read_config_dword(pdev, MDPY_FORMAT_OFFSET, &format); in mdpy_fb_probe() 117 if (format != DRM_FORMAT_XRGB8888) { in mdpy_fb_probe() 118 pci_err(pdev, "format mismatch (0x%x != 0x%x)\n", in mdpy_fb_probe() 119 format, DRM_FORMAT_XRGB8888); in mdpy_fb_probe()
|
/kernel/linux/linux-5.10/sound/drivers/opl3/ |
H A D | opl3_oss.c | 14 static int snd_opl3_load_patch_seq_oss(struct snd_seq_oss_arg *arg, int format, const char __user *buf, int offs, int count); 174 static int snd_opl3_load_patch_seq_oss(struct snd_seq_oss_arg *arg, int format, in snd_opl3_load_patch_seq_oss() argument 186 if (format == FM_PATCH) in snd_opl3_load_patch_seq_oss() 188 else if (format == OPL3_PATCH) in snd_opl3_load_patch_seq_oss()
|
/kernel/linux/linux-5.10/sound/soc/fsl/ |
H A D | wm1133-ev1.c | 30 snd_pcm_format_t format; member 82 snd_pcm_format_t format = params_format(params); in wm1133_ev1_hw_params() local 89 format == wm8350_audio[i].format && in wm1133_ev1_hw_params()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | ovly507e.c | 88 NVVAL(NV507E, SURFACE_SET_PARAMS, FORMAT, asyw->image.format) | in ovly507e_image_set() 116 asyh->ovly.cpp = fb->format->cpp[0]; in ovly507e_acquire() 146 ovly507e_new_(const struct nv50_wndw_func *func, const u32 *format, in ovly507e_new_() argument 158 "ovly", head, format, BIT(head), in ovly507e_new_()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/ |
H A D | sun4i_layer.c | 113 uint32_t format, uint64_t modifier) in sun4i_layer_format_mod_supported() 118 sun4i_backend_format_is_supported(format, modifier); in sun4i_layer_format_mod_supported() 120 return sun4i_backend_format_is_supported(format, modifier) || in sun4i_layer_format_mod_supported() 121 sun4i_frontend_format_is_supported(format, modifier); in sun4i_layer_format_mod_supported() 112 sun4i_layer_format_mod_supported(struct drm_plane *plane, uint32_t format, uint64_t modifier) sun4i_layer_format_mod_supported() argument
|
/kernel/linux/linux-5.10/drivers/staging/greybus/ |
H A D | audio_codec.h | 57 u32 format, rate; member 193 u16 data_cport, u32 *format, 197 u16 data_cport, u32 format, 213 __u16 i2s_port, __u32 format,
|
/kernel/linux/linux-6.6/drivers/media/i2c/adv748x/ |
H A D | adv748x-csi2.c | 139 * But we must support setting the pad formats for format propagation. 152 return &tx->format; in adv748x_csi2_get_pad_format() 170 sdformat->format = *mbusformat; in adv748x_csi2_get_format() 205 sdformat->format = *sink_fmt; in adv748x_csi2_set_format() 208 *mbusformat = sdformat->format; in adv748x_csi2_set_format()
|
/kernel/linux/linux-6.6/drivers/staging/greybus/ |
H A D | audio_codec.h | 57 u32 format, rate; member 194 u16 data_cport, u32 *format, 198 u16 data_cport, u32 format, 214 __u16 i2s_port, __u32 format,
|
/kernel/linux/linux-6.6/arch/x86/entry/vdso/ |
H A D | vdso2c.c | 108 __attribute__((format(printf, 1, 2))) __attribute__((noreturn)) 109 static void fail(const char *format, ...) in fail() argument 112 va_start(ap, format); in fail() 114 vfprintf(stderr, format, ap); in fail()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/fsl-dcu/ |
H A D | fsl_dcu_drm_plane.c | 47 switch (fb->format->format) { in fsl_dcu_drm_plane_atomic_check() 100 switch (fb->format->format) { in fsl_dcu_drm_plane_atomic_update()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | ovly507e.c | 86 NVVAL(NV507E, SURFACE_SET_PARAMS, FORMAT, asyw->image.format) | in ovly507e_image_set() 114 asyh->ovly.cpp = fb->format->cpp[0]; in ovly507e_acquire() 144 ovly507e_new_(const struct nv50_wndw_func *func, const u32 *format, in ovly507e_new_() argument 156 "ovly", head, format, BIT(head), in ovly507e_new_()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/ |
H A D | sun4i_layer.c | 115 uint32_t format, uint64_t modifier) in sun4i_layer_format_mod_supported() 120 return sun4i_backend_format_is_supported(format, modifier); in sun4i_layer_format_mod_supported() 122 return sun4i_backend_format_is_supported(format, modifier) || in sun4i_layer_format_mod_supported() 123 sun4i_frontend_format_is_supported(format, modifier); in sun4i_layer_format_mod_supported() 114 sun4i_layer_format_mod_supported(struct drm_plane *plane, uint32_t format, uint64_t modifier) sun4i_layer_format_mod_supported() argument
|
/kernel/linux/linux-6.6/sound/drivers/opl3/ |
H A D | opl3_oss.c | 14 static int snd_opl3_load_patch_seq_oss(struct snd_seq_oss_arg *arg, int format, const char __user *buf, int offs, int count); 176 static int snd_opl3_load_patch_seq_oss(struct snd_seq_oss_arg *arg, int format, in snd_opl3_load_patch_seq_oss() argument 188 if (format == FM_PATCH) in snd_opl3_load_patch_seq_oss() 190 else if (format == OPL3_PATCH) in snd_opl3_load_patch_seq_oss()
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/ocelot/ |
H A D | psfp.sh | 224 --printf-format "%u RX hw %T\n" \ 233 --printf-format "seqid %u scheduled for %T, HW TX timestamp %T\n" \ 246 --printf-format "seqid %u scheduled for %T, HW TX timestamp %T, HW RX timestamp %T\n" \ 278 --printf-format "%u\n" --printf-args "R" | \
|
/kernel/linux/linux-6.6/samples/vfio-mdev/ |
H A D | mdpy-fb.c | 101 u32 format, width, height; in mdpy_fb_probe() local 112 pci_read_config_dword(pdev, MDPY_FORMAT_OFFSET, &format); in mdpy_fb_probe() 115 if (format != DRM_FORMAT_XRGB8888) { in mdpy_fb_probe() 116 pci_err(pdev, "format mismatch (0x%x != 0x%x)\n", in mdpy_fb_probe() 117 format, DRM_FORMAT_XRGB8888); in mdpy_fb_probe()
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | ltp_posix_driver.py | 108 "shell chmod -R 777 {}".format(dst)) 140 LOG.debug("LTP Posix un pass list: [{}]".format(un_pass_list)) 163 "shell {}".format(test_bin)) 165 format(result_message))
|
/test/xts/acts/multimedia/media/media_cpp_standard/codecFormatNdk/ |
H A D | ActsCodecFormatNdkTest.cpp | 36 bool SetFormat(struct OH_AVFormat *format, map<string, std::pair<bool, int>> mediaDescription); 71 bool ActsCodecFormatNdkTest::SetFormat(struct OH_AVFormat *format, map<string, std::pair<bool, int>> mediaDesc) in SetFormat() argument 78 ret = OH_AVFormat_SetLongValue(format, key, static_cast<int64_t>(t.second.second)); in SetFormat() 80 ret = OH_AVFormat_SetIntValue(format, key, static_cast<int32_t>(t.second.second)); in SetFormat() 83 cout << "OH_AV_Format Put Value Fail. format key: " << t.first in SetFormat() 94 * @tc.name : test codec format set key 128 * @tc.name : test codec format set and get value 179 * @tc.name : test codec format set and get buffer
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_sr.c | 94 if (inlink->format != AV_PIX_FMT_GRAY8){ in config_output() 95 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(inlink->format); in config_output() 109 ctx->sws_pre_scale = sws_getContext(inlink->w, inlink->h, inlink->format, in config_output() 110 outlink->w, outlink->h, outlink->format, in config_output()
|
/third_party/curl/src/ |
H A D | tool_cb_prg.c | 193 char format[40]; in tool_progress_cb() local 210 msnprintf(format, sizeof(format), "\r%%-%ds %%5.1f%%%%", barwidth); in tool_progress_cb() 215 fprintf(bar->out, format, line, percent); in tool_progress_cb()
|