/kernel/linux/linux-6.6/drivers/media/platform/renesas/ |
H A D | rcar-isp.c | 175 const struct rcar_isp_format *format; in risp_start() local 180 format = risp_code_to_fmt(isp->mf.code); in risp_start() 181 if (!format) { in risp_start() 182 dev_err(isp->dev, "Unsupported bus format\n"); in risp_start() 202 u8 dt = format->datatype; in risp_start() 213 risp_write(isp, ISPPROCMODE_DT_REG(format->datatype), in risp_start() 214 ISPPROCMODE_DT_PROC_MODE_VC3(format->procmode) | in risp_start() 215 ISPPROCMODE_DT_PROC_MODE_VC2(format->procmode) | in risp_start() 216 ISPPROCMODE_DT_PROC_MODE_VC1(format->procmode) | in risp_start() 217 ISPPROCMODE_DT_PROC_MODE_VC0(format in risp_start() 270 risp_set_pad_format(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_format *format) risp_set_pad_format() argument 294 risp_get_pad_format(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_format *format) risp_get_pad_format() argument [all...] |
/test/xts/acts/multimedia/av_codec/vcodec/hdrcodec/src/ |
H A D | hdrcodec_ndk_sample.cpp | 43 void VdecFormatChanged(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in VdecFormatChanged() argument 84 static void VencFormatChanged(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in VencFormatChanged() argument 328 OH_AVFormat *format = OH_AVFormat_Create(); in Configure() local 329 if (format == nullptr) { in Configure() 330 cout << "Fatal: Failed to create format" << endl; in Configure() 333 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_WIDTH, DEFAULT_WIDTH); in Configure() 334 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_HEIGHT, DEFAULT_HEIGHT); in Configure() 335 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_PIXEL_FORMAT, AV_PIXEL_FORMAT_NV12); in Configure() 336 (void)OH_AVFormat_SetDoubleValue(format, OH_MD_KEY_FRAME_RATE, DEFAULT_FRAME_RATE); in Configure() 337 int ret = OH_VideoDecoder_Configure(vdec_, format); in Configure() 381 OH_AVFormat *format = OH_AVFormat_Create(); ReConfigure() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/ |
H A D | sun4i_frontend.c | 182 if (fb->format->num_planes > 1) { in sun4i_frontend_update_buffer() 190 if (fb->format->num_planes > 2) { in sun4i_frontend_update_buffer() 200 if (fb->format->num_planes > 1) in sun4i_frontend_update_buffer() 203 if (fb->format->num_planes > 2) in sun4i_frontend_update_buffer() 212 if (fb->format->num_planes > 1) in sun4i_frontend_update_buffer() 216 if (fb->format->num_planes > 2) in sun4i_frontend_update_buffer() 221 swap = sun4i_frontend_format_chroma_requires_swap(fb->format->format); in sun4i_frontend_update_buffer() 229 if (fb->format->num_planes > 1) { in sun4i_frontend_update_buffer() 237 if (fb->format in sun4i_frontend_update_buffer() 248 sun4i_frontend_drm_format_to_input_fmt(const struct drm_format_info *format, u32 *val) sun4i_frontend_drm_format_to_input_fmt() argument 268 sun4i_frontend_drm_format_to_input_mode(const struct drm_format_info *format, uint64_t modifier, u32 *val) sun4i_frontend_drm_format_to_input_mode() argument 294 sun4i_frontend_drm_format_to_input_sequence(const struct drm_format_info *format, u32 *val) sun4i_frontend_drm_format_to_input_sequence() argument 408 const struct drm_format_info *format = fb->format; sun4i_frontend_update_formats() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/ |
H A D | sun4i_frontend.c | 182 if (fb->format->num_planes > 1) { in sun4i_frontend_update_buffer() 190 if (fb->format->num_planes > 2) { in sun4i_frontend_update_buffer() 200 if (fb->format->num_planes > 1) in sun4i_frontend_update_buffer() 203 if (fb->format->num_planes > 2) in sun4i_frontend_update_buffer() 212 if (fb->format->num_planes > 1) in sun4i_frontend_update_buffer() 216 if (fb->format->num_planes > 2) in sun4i_frontend_update_buffer() 221 swap = sun4i_frontend_format_chroma_requires_swap(fb->format->format); in sun4i_frontend_update_buffer() 228 if (fb->format->num_planes > 1) { in sun4i_frontend_update_buffer() 236 if (fb->format in sun4i_frontend_update_buffer() 247 sun4i_frontend_drm_format_to_input_fmt(const struct drm_format_info *format, u32 *val) sun4i_frontend_drm_format_to_input_fmt() argument 267 sun4i_frontend_drm_format_to_input_mode(const struct drm_format_info *format, uint64_t modifier, u32 *val) sun4i_frontend_drm_format_to_input_mode() argument 293 sun4i_frontend_drm_format_to_input_sequence(const struct drm_format_info *format, u32 *val) sun4i_frontend_drm_format_to_input_sequence() argument 407 const struct drm_format_info *format = fb->format; sun4i_frontend_update_formats() local [all...] |
/kernel/linux/linux-6.6/sound/usb/ |
H A D | format.c | 20 #include "format.h" 23 * parse the audio format type I descriptor 24 * and returns the corresponding pcm format 28 * @format: the format tag (wFormatTag) 29 * @fmt: the format type descriptor (v1/v2) or AudioStreaming descriptor (v3) 33 u64 format, void *_fmt) in parse_audio_format_i_type() 42 if (format >= 64) { in parse_audio_format_i_type() 44 "%u:%d: invalid format type 0x%llx is detected, processed as PCM\n", in parse_audio_format_i_type() 45 fp->iface, fp->altsetting, format); in parse_audio_format_i_type() 31 parse_audio_format_i_type(struct snd_usb_audio *chip, struct audioformat *fp, u64 format, void *_fmt) parse_audio_format_i_type() argument 647 parse_audio_format_i(struct snd_usb_audio *chip, struct audioformat *fp, u64 format, void *_fmt) parse_audio_format_i() argument 730 parse_audio_format_ii(struct snd_usb_audio *chip, struct audioformat *fp, u64 format, void *_fmt) parse_audio_format_ii() argument 780 snd_usb_parse_audio_format(struct snd_usb_audio *chip, struct audioformat *fp, u64 format, struct uac_format_type_i_continuous_descriptor *fmt, int stream) snd_usb_parse_audio_format() argument 827 u64 format = le64_to_cpu(as->bmFormats); snd_usb_parse_audio_format_v3() local [all...] |
/kernel/linux/linux-5.10/tools/virtio/linux/ |
H A D | kernel.h | 50 #define __printf(a,b) __attribute__((format(printf,a,b))) 121 #define pr_err(format, ...) fprintf (stderr, format, ## __VA_ARGS__) 123 #define pr_debug(format, ...) fprintf (stderr, format, ## __VA_ARGS__) 125 #define pr_debug(format, ...) do {} while (0) 127 #define dev_err(dev, format, ...) fprintf (stderr, format, ## __VA_ARGS__) 128 #define dev_warn(dev, format, ...) fprintf (stderr, format, ## __VA_ARGS_ [all...] |
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | pmu.c | 12 /* Simulated format definitions. */ 87 * Prepare format directory data, exported by kernel 88 * at /sys/bus/event_source/devices/<dev>/format. 94 snprintf(dir, sz, "/tmp/perf-pmu-test-format-XXXXXX"); in test_format_dir_get() 100 struct test_format *format = &test_formats[i]; in test_format_dir_get() local 103 scnprintf(name, PATH_MAX, "%s/%s", dir, format->name); in test_format_dir_get() 109 if (1 != fwrite(format->value, strlen(format->value), 1, file)) in test_format_dir_get() 118 /* Cleanup format directory. */ 145 char *format; in test__pmu() local [all...] |
/test/xts/acts/multimedia/av_codec/audio_encoder/src/ |
H A D | status_check_test.cpp | 55 OH_AVFormat *format = OH_AVFormat_Create(); in HWTEST_F() local 64 result0 = audioBufferAacEncDemo->Configure(codec, format, channel, sampleRate, bitRate, sampleFormat, sampleBit, in HWTEST_F() 201 OH_AVFormat *format = OH_AVFormat_Create(); in HWTEST_F() local 214 result0 = audioBufferAacEncDemo->Configure(codec, format, channel, sampleRate, bitRate, sampleFormat, sampleBit, in HWTEST_F() 216 result0 = audioBufferAacEncDemo->Configure(codec, format, channel, sampleRate, bitRate, sampleFormat, sampleBit, in HWTEST_F() 231 OH_AVFormat *format = OH_AVFormat_Create(); in HWTEST_F() local 244 result0 = audioBufferAacEncDemo->Configure(codec, format, channel, sampleRate, bitRate, sampleFormat, sampleBit, in HWTEST_F() 260 OH_AVFormat *format = OH_AVFormat_Create(); in HWTEST_F() local 274 result0 = audioBufferAacEncDemo->Configure(codec, format, channel, sampleRate, bitRate, sampleFormat, sampleBit, in HWTEST_F() 291 OH_AVFormat *format in HWTEST_F() local 323 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 352 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 381 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 410 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 438 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 470 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 501 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 534 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 568 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 599 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 630 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 661 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 691 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 727 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 762 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 798 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 835 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 870 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 905 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 940 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 974 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 1010 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 1045 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 1081 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 1118 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 1153 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 1188 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 1223 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 1257 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 1291 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 1324 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 1359 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 1395 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 1428 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 1461 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 1494 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 1526 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 1560 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 1593 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 1628 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 1664 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 1697 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 1730 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 1763 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local 1796 OH_AVFormat *format = OH_AVFormat_Create(); HWTEST_F() local [all...] |
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | oh_yara_driver.py | 105 raise ParamError(ErrorMessage.Common.Code_0301001.format(request.root.source.source_string)) 119 LOG.debug("Try uninstall tools hap, bundle name is {}, result is {}".format( 122 serial = "{}_{}".format(str(request.config.device.__get_serial__()), time.time_ns()) 123 log_tar_file_name = "{}_{}".format( 185 item.trace = "{}".format(OHYaraConfig.ERROR_MSG_001.value) 202 "system versions is {}".format(self.system_version)) 205 LOG.debug("Affected files: {}".format(item.affected_files)) 215 "affected versions is {}".format(item.vul_id, vul_version, 218 item.trace = "{}\\n{}".format(item.trace, "if ignore it, this testcase pass") 228 LOG.debug("affected file [{}] is not exist, skip it.".format(ite [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | st-mipid02.c | 711 struct v4l2_subdev_format *format) in mipid02_get_fmt() 713 struct v4l2_mbus_framefmt *mbus_fmt = &format->format; in mipid02_get_fmt() 718 dev_dbg(&client->dev, "%s probe %d", __func__, format->pad); in mipid02_get_fmt() 720 if (format->pad >= MIPID02_PAD_NB) in mipid02_get_fmt() 723 if (format->pad == MIPID02_SINK_1) in mipid02_get_fmt() 726 if (format->which == V4L2_SUBDEV_FORMAT_TRY) in mipid02_get_fmt() 728 format->pad); in mipid02_get_fmt() 736 if (format->pad == MIPID02_SOURCE) in mipid02_get_fmt() 746 struct v4l2_subdev_format *format) in mipid02_set_fmt_source() 709 mipid02_get_fmt(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_format *format) mipid02_get_fmt() argument 744 mipid02_set_fmt_source(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_format *format) mipid02_set_fmt_source() argument 768 mipid02_set_fmt_sink(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_format *format) mipid02_set_fmt_sink() argument 793 mipid02_set_fmt(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_format *format) mipid02_set_fmt() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/sprd/ |
H A D | sprd_dpu.c | 170 u32 format = 0; in drm_format_to_dpu() local 172 switch (fb->format->format) { in drm_format_to_dpu() 175 format |= BIT_DPU_LAY_DATA_ENDIAN_B3B2B1B0; in drm_format_to_dpu() 176 format |= BIT_DPU_LAY_FORMAT_ARGB8888; in drm_format_to_dpu() 181 format |= BIT_DPU_LAY_DATA_ENDIAN_B3B2B1B0; in drm_format_to_dpu() 185 format |= BIT_DPU_LAY_RB_OR_UV_SWITCH; in drm_format_to_dpu() 188 format |= BIT_DPU_LAY_FORMAT_ARGB8888; in drm_format_to_dpu() 192 format |= BIT_DPU_LAY_RB_OR_UV_SWITCH; in drm_format_to_dpu() 195 format | in drm_format_to_dpu() 325 u32 addr, size, offset, pitch, blend, format, rotation; sprd_dpu_layer() local [all...] |
/test/testfwk/xdevice/plugins/devicetest/core/ |
H A D | variables.py | 60 log.debug("project path:{}".format(project_path)) 151 self.log.debug("set CurCase error msg as: {}".format(error_msg)) 155 self.log.debug("set CurCase run section as: {}".format(run_section)) 161 "set CurCase case result as: {}".format(self.case_result)) 166 "set CurCase step total as: {}".format(self.step_total)) 170 self.log.debug("set CurCase name as: {}".format(self.name)) 175 "set CurCase step section as: {}".format(self.step_section)) 186 .format(case_abs_path_base_name, test_suite_path)) 192 self.log.debug("set case screenshot dir path as: {}".format( 204 self.log.debug("set project checkepr as: {}".format(sel [all...] |
/kernel/linux/linux-5.10/drivers/scsi/esas2r/ |
H A D | esas2r_log.c | 105 * the master logging function. this function will format the message as 111 * @param [in] format the formatting string for the message 118 const char *format, in esas2r_log_master() 136 * format the level onto the beginning of the string and do in esas2r_log_master() 155 retval = vsnprintf(buffer, buflen, format, args); in esas2r_log_master() 177 * @param [in] format the formating string for the message 182 int esas2r_log(const long level, const char *format, ...) in esas2r_log() argument 187 va_start(args, format); in esas2r_log() 189 retval = esas2r_log_master(level, NULL, format, args); in esas2r_log() 202 * @param [in] format th 116 esas2r_log_master(const long level, const struct device *dev, const char *format, va_list args) esas2r_log_master() argument 207 esas2r_log_dev(const long level, const struct device *dev, const char *format, ...) esas2r_log_dev() argument [all...] |
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | rpaphp.h | 36 #define dbg(format, arg...) \ 39 printk(KERN_DEBUG "%s: " format, \ 42 #define err(format, arg...) printk(KERN_ERR "%s: " format, MY_NAME, ## arg) 43 #define info(format, arg...) printk(KERN_INFO "%s: " format, MY_NAME, ## arg) 44 #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME, ## arg)
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | rpaphp.h | 36 #define dbg(format, arg...) \ 39 printk(KERN_DEBUG "%s: " format, \ 42 #define err(format, arg...) printk(KERN_ERR "%s: " format, MY_NAME, ## arg) 43 #define info(format, arg...) printk(KERN_INFO "%s: " format, MY_NAME, ## arg) 44 #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME, ## arg)
|
/kernel/linux/linux-6.6/drivers/scsi/esas2r/ |
H A D | esas2r_log.c | 106 #pragma GCC diagnostic ignored "-Wsuggest-attribute=format" 110 * the master logging function. this function will format the message as 116 * @param [in] format the formatting string for the message 123 const char *format, in esas2r_log_master() 141 * format the level onto the beginning of the string and do in esas2r_log_master() 160 retval = vsnprintf(buffer, buflen, format, args); in esas2r_log_master() 184 * @param [in] format the formating string for the message 189 int esas2r_log(const long level, const char *format, ...) in esas2r_log() argument 194 va_start(args, format); in esas2r_log() 196 retval = esas2r_log_master(level, NULL, format, arg in esas2r_log() 121 esas2r_log_master(const long level, const struct device *dev, const char *format, va_list args) esas2r_log_master() argument 214 esas2r_log_dev(const long level, const struct device *dev, const char *format, ...) esas2r_log_dev() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/ |
H A D | komeda_framebuffer.c | 21 for (i = 0; i < fb->format->num_planes; i++) in komeda_fb_destroy() 44 const struct drm_format_info *info = fb->format; in komeda_fb_afbc_size_check() 116 const struct drm_format_info *info = fb->format; in komeda_fb_none_afbc_size_check() 148 if (fb->format->num_planes == 3) { in komeda_fb_none_afbc_size_check() 201 for (i = 0; i < kfb->base.format->num_planes; i++) in komeda_fb_create() 212 const struct drm_format_info *info = fb->format; in komeda_fb_check_src_coords() 213 u32 block_w = drm_format_info_block_width(fb->format, 0); in komeda_fb_check_src_coords() 214 u32 block_h = drm_format_info_block_height(fb->format, 0); in komeda_fb_check_src_coords() 223 DRM_DEBUG_ATOMIC("Wrong subsampling dimension x:%d, y:%d, w:%d, h:%d for format: %x.\n", in komeda_fb_check_src_coords() 224 src_x, src_y, src_w, src_h, info->format); in komeda_fb_check_src_coords() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/microchip/ |
H A D | microchip-isc-scaler.c | 30 struct v4l2_subdev_format *format) in isc_scaler_get_fmt() 35 if (format->which == V4L2_SUBDEV_FORMAT_TRY) { in isc_scaler_get_fmt() 37 format->pad); in isc_scaler_get_fmt() 38 format->format = *v4l2_try_fmt; in isc_scaler_get_fmt() 43 format->format = isc->scaler_format[format->pad]; in isc_scaler_get_fmt() 57 /* Source format is fixed, we cannot change it */ in isc_scaler_set_fmt() 59 req_fmt->format in isc_scaler_set_fmt() 28 isc_scaler_get_fmt(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_format *format) isc_scaler_get_fmt() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/display/komeda/ |
H A D | komeda_framebuffer.c | 21 for (i = 0; i < fb->format->num_planes; i++) in komeda_fb_destroy() 44 const struct drm_format_info *info = fb->format; in komeda_fb_afbc_size_check() 116 const struct drm_format_info *info = fb->format; in komeda_fb_none_afbc_size_check() 148 if (fb->format->num_planes == 3) { in komeda_fb_none_afbc_size_check() 201 for (i = 0; i < kfb->base.format->num_planes; i++) in komeda_fb_create() 212 const struct drm_format_info *info = fb->format; in komeda_fb_check_src_coords() 213 u32 block_w = drm_format_info_block_width(fb->format, 0); in komeda_fb_check_src_coords() 214 u32 block_h = drm_format_info_block_height(fb->format, 0); in komeda_fb_check_src_coords() 223 DRM_DEBUG_ATOMIC("Wrong subsampling dimension x:%d, y:%d, w:%d, h:%d for format: %x.\n", in komeda_fb_check_src_coords() 224 src_x, src_y, src_w, src_h, info->format); in komeda_fb_check_src_coords() [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | pmu.c | 82 * Reading/parsing the default pmu format definition, which should be 84 * /sys/bus/event_source/devices/<dev>/format as sysfs group attributes. 86 static int pmu_format(const char *name, struct list_head *format) in pmu_format() argument 95 "%s" EVENT_SOURCE_DEVICE_PATH "%s/format", sysfs, name); in pmu_format() 100 if (perf_pmu__format_parse(path, format)) in pmu_format() 821 LIST_HEAD(format); in pmu_lookup() 827 * type value and format definitions. Load both right in pmu_lookup() 830 if (pmu_format(name, &format)) in pmu_lookup() 853 INIT_LIST_HEAD(&pmu->format); in pmu_lookup() 856 list_splice(&format, in pmu_lookup() 867 struct perf_pmu_format *format; perf_pmu__warn_invalid_formats() local 957 struct perf_pmu_format *format; pmu_find_format() local 968 struct perf_pmu_format *format = pmu_find_format(formats, name); perf_pmu__format_bits() local 983 struct perf_pmu_format *format = pmu_find_format(formats, name); perf_pmu__format_type() local 995 pmu_format_value(unsigned long *format, __u64 value, __u64 *v, bool zero) pmu_format_value() argument 1012 pmu_format_max_value(const unsigned long *format) pmu_format_max_value() argument 1054 struct perf_pmu_format *format; pmu_formats_string() local 1085 struct perf_pmu_format *format; pmu_config_term() local 1348 struct perf_pmu_format *format; perf_pmu__new_format() local 1740 struct perf_pmu_format *format; perf_pmu__warn_invalid_config() local [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | pmu.y | 2 %parse-param {void *format} 23 static void perf_pmu_error(void *format, void *scanner, const char *msg); 53 format: label 54 format format_term 61 perf_pmu_format__set_value(format, PERF_PMU_FORMAT_VALUE_CONFIG, $3); 66 perf_pmu_format__set_value(format, $2, $4); 93 static void perf_pmu_error(void *format __maybe_unused,
|
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/plugin-lib/ |
H A D | valgrindPlugin.py | 32 print('{}.pre_suite'.format(self.sub_class)) 34 self._add_to_tap('1..{}\n'.format(self.testcount)) 40 print('{}.post_suite'.format(self.sub_class)) 41 #print('{}'.format(self.tap)) 43 res = TestResult('{}-mem'.format(self.testidlist[xx]), 'Test skipped') 71 print('{}.adjust_command'.format(self.sub_class)) 82 format(stage, command, cmdlist)) 86 cmdlist.insert(0, '--log-file=vgnd-{}.log'.format(self.args.testid)) 98 print('adjust_command: return command [{}]'.format(command)) 105 res = TestResult('{}-mem'.format(sel [all...] |
H A D | nsPlugin.py | 28 print('{}.post_suite'.format(self.sub_class)) 54 print('{}.adjust_command'.format(self.sub_class)) 63 print('adjust_command: stage is {}; inserting netns stuff in command [{}] list [{}]'.format(stage, command, cmdlist)) 77 print('adjust_command: return command [{}]'.format(command)) 100 cmd = '$IP netns add {}'.format(self.args.NAMES['NS']) 102 cmd = '$IP link set $DEV1 netns {}'.format(self.args.NAMES['NS']) 104 cmd = '$IP -n {} link set $DEV1 up'.format(self.args.NAMES['NS']) 107 cmd = '$IP link set $DEV2 netns {}'.format(self.args.NAMES['NS']) 109 cmd = '$IP -n {} link set $DEV2 up'.format(self.args.NAMES['NS']) 118 cmd = '$IP netns delete {}'.format(sel [all...] |
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | si476x.c | 70 u16 format = 0; in si476x_codec_set_dai_fmt() local 77 format |= SI476X_DAUDIO_MODE_DSP_A; in si476x_codec_set_dai_fmt() 80 format |= SI476X_DAUDIO_MODE_DSP_B; in si476x_codec_set_dai_fmt() 83 format |= SI476X_DAUDIO_MODE_I2S; in si476x_codec_set_dai_fmt() 86 format |= SI476X_DAUDIO_MODE_RIGHT_J; in si476x_codec_set_dai_fmt() 89 format |= SI476X_DAUDIO_MODE_LEFT_J; in si476x_codec_set_dai_fmt() 102 format |= SI476X_DAUDIO_MODE_IB; in si476x_codec_set_dai_fmt() 115 format |= SI476X_DAUDIO_MODE_IB | in si476x_codec_set_dai_fmt() 119 format |= SI476X_DAUDIO_MODE_IB; in si476x_codec_set_dai_fmt() 122 format | in si476x_codec_set_dai_fmt() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/plugin-lib/ |
H A D | nsPlugin.py | 28 print('{}.post_suite'.format(self.sub_class)) 54 print('{}.adjust_command'.format(self.sub_class)) 63 print('adjust_command: stage is {}; inserting netns stuff in command [{}] list [{}]'.format(stage, command, cmdlist)) 77 print('adjust_command: return command [{}]'.format(command)) 100 cmd = '$IP netns add {}'.format(self.args.NAMES['NS']) 102 cmd = '$IP link set $DEV1 netns {}'.format(self.args.NAMES['NS']) 104 cmd = '$IP -n {} link set $DEV1 up'.format(self.args.NAMES['NS']) 107 cmd = '$IP link set $DEV2 netns {}'.format(self.args.NAMES['NS']) 109 cmd = '$IP -n {} link set $DEV2 up'.format(self.args.NAMES['NS']) 118 cmd = '$IP netns delete {}'.format(sel [all...] |