/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
D | fs_tracepoint.c | 53 #define PRINT_MASKED_VAL(name, p, format) { \ argument 57 #define PRINT_MASKED_VALP(name, cast, p, format) { \ argument 134 #define PRINT_MASKED_VAL_L2(type, name, fld, p, format) {\ in print_lyr_2_4_hdrs() argument 160 #define PRINT_MASKED_VAL_MISC(type, name, fld, p, format) {\ in print_misc_parameters_hdrs() argument
|
/Linux-v6.6/include/linux/ |
D | mmdebug.h | 93 #define VM_WARN_ONCE(cond, format...) (void)WARN_ONCE(cond, format) argument 94 #define VM_WARN(cond, format...) (void)WARN(cond, format) argument 107 #define VM_WARN_ONCE(cond, format...) BUILD_BUG_ON_INVALID(cond) argument 108 #define VM_WARN(cond, format...) BUILD_BUG_ON_INVALID(cond) argument
|
/Linux-v6.6/drivers/media/platform/qcom/camss/ |
D | camss-csiphy.c | 393 struct v4l2_mbus_framefmt *format; in csiphy_enum_mbus_code() local 426 struct v4l2_mbus_framefmt format; in csiphy_enum_frame_size() local 464 struct v4l2_mbus_framefmt *format; in csiphy_get_format() local 488 struct v4l2_mbus_framefmt *format; in csiphy_set_format() local 525 struct v4l2_subdev_format format = { in csiphy_init_formats() local
|
/Linux-v6.6/drivers/acpi/acpica/ |
D | uterror.c | 42 u16 node_flags, const char *format, ...) in acpi_ut_predefined_warning() 84 char *pathname, u16 node_flags, const char *format, ...) in acpi_ut_predefined_info() 127 u16 node_flags, const char *format, ...) in acpi_ut_predefined_bios_error()
|
/Linux-v6.6/tools/lib/perf/ |
D | core.c | 13 static int __base_pr(enum libperf_print_level level __maybe_unused, const char *format, in __base_pr() 22 void libperf_print(enum libperf_print_level level, const char *format, ...) in libperf_print()
|
/Linux-v6.6/drivers/pci/hotplug/ |
D | pciehp.h | 35 #define ctrl_dbg(ctrl, format, arg...) \ argument 37 #define ctrl_err(ctrl, format, arg...) \ argument 39 #define ctrl_info(ctrl, format, arg...) \ argument 41 #define ctrl_warn(ctrl, format, arg...) \ argument
|
D | shpchp.h | 36 #define dbg(format, arg...) \ argument 41 #define err(format, arg...) \ argument 43 #define info(format, arg...) \ argument 45 #define warn(format, arg...) \ argument 48 #define ctrl_dbg(ctrl, format, arg...) \ argument 54 #define ctrl_err(ctrl, format, arg...) \ argument 56 #define ctrl_info(ctrl, format, arg...) \ argument 58 #define ctrl_warn(ctrl, format, arg...) \ argument
|
D | cpci_hotplug_core.c | 32 #define dbg(format, arg...) \ argument 38 #define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME, ## arg) argument 39 #define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME, ## arg) argument 40 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME, ## arg) argument
|
/Linux-v6.6/drivers/gpu/drm/omapdrm/ |
D | omap_fb.c | 54 const struct drm_format_info *format; member 85 const struct drm_format_info *format, int n, int x, int y) in get_linear_addr() 141 const struct drm_format_info *format = omap_fb->format; in omap_framebuffer_update_scanout() local 370 const struct drm_format_info *format = NULL; in omap_framebuffer_init() local
|
/Linux-v6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dss.h | 27 #define DSSDBG(format, ...) \ argument 31 #define DSSERR(format, ...) \ argument 35 #define DSSERR(format, ...) \ argument 40 #define DSSINFO(format, ...) \ argument 44 #define DSSINFO(format, ...) \ argument 49 #define DSSWARN(format, ...) \ argument 53 #define DSSWARN(format, ...) \ argument
|
/Linux-v6.6/drivers/infiniband/ulp/opa_vnic/ |
D | opa_vnic_internal.h | 245 #define v_dbg(format, arg...) \ argument 247 #define v_err(format, arg...) \ argument 249 #define v_info(format, arg...) \ argument 251 #define v_warn(format, arg...) \ argument 254 #define c_err(format, arg...) \ argument 256 #define c_info(format, arg...) \ argument 258 #define c_dbg(format, arg...) \ argument
|
/Linux-v6.6/tools/perf/util/ |
D | hist.h | 332 static inline void perf_hpp__column_register(struct perf_hpp_fmt *format) in perf_hpp__column_register() 337 static inline void perf_hpp__register_sort_field(struct perf_hpp_fmt *format) in perf_hpp__register_sort_field() 342 static inline void perf_hpp__prepend_sort_field(struct perf_hpp_fmt *format) in perf_hpp__prepend_sort_field() 347 #define perf_hpp_list__for_each_format(_list, format) \ argument 350 #define perf_hpp_list__for_each_format_safe(_list, format, tmp) \ argument 353 #define perf_hpp_list__for_each_sort_list(_list, format) \ argument 356 #define perf_hpp_list__for_each_sort_list_safe(_list, format, tmp) \ argument 359 #define hists__for_each_format(hists, format) \ argument 362 #define hists__for_each_sort_list(hists, format) \ argument 405 static inline bool perf_hpp__should_skip(struct perf_hpp_fmt *format, in perf_hpp__should_skip()
|
D | pmu.c | 119 struct perf_pmu_format *format; in perf_pmu__new_format() local 137 struct perf_pmu_format *format = vformat; in perf_pmu_format__set_value() local 143 static void __perf_pmu_format__load(struct perf_pmu_format *format, FILE *file) in __perf_pmu_format__load() 158 static void perf_pmu_format__load(struct perf_pmu *pmu, struct perf_pmu_format *format) in perf_pmu_format__load() 195 struct perf_pmu_format *format; in perf_pmu__format_parse() local 1054 struct perf_pmu_format *format; in perf_pmu__warn_invalid_formats() local 1115 struct perf_pmu_format *format; in pmu_find_format() local 1126 struct perf_pmu_format *format = pmu_find_format(&pmu->format, name); in perf_pmu__format_bits() local 1141 struct perf_pmu_format *format = pmu_find_format(&pmu->format, name); in perf_pmu__format_type() local 1154 static void pmu_format_value(unsigned long *format, __u64 value, __u64 *v, in pmu_format_value() [all …]
|
/Linux-v6.6/drivers/staging/media/sunxi/sun6i-isp/ |
D | sun6i_isp_capture.c | 113 const struct sun6i_isp_capture_format *format; in sun6i_isp_capture_configure() local 377 static void sun6i_isp_capture_format_prepare(struct v4l2_format *format) in sun6i_isp_capture_format_prepare() 452 struct v4l2_format *format) in sun6i_isp_capture_g_fmt() 462 struct v4l2_format *format) in sun6i_isp_capture_s_fmt() 477 struct v4l2_format *format) in sun6i_isp_capture_try_fmt() 633 struct v4l2_format *format = &capture->format; in sun6i_isp_capture_setup() local
|
/Linux-v6.6/net/dccp/ccids/lib/ |
D | tfrc.h | 21 #define tfrc_pr_debug(format, a...) DCCP_PR_DEBUG(tfrc_debug, format, ##a) argument 23 #define tfrc_pr_debug(format, a...) argument
|
/Linux-v6.6/crypto/ |
D | deflate.c | 42 static int deflate_comp_init(struct deflate_ctx *ctx, int format) in deflate_comp_init() 71 static int deflate_decomp_init(struct deflate_ctx *ctx, int format) in deflate_decomp_init() 108 static int __deflate_init(void *ctx, int format) in __deflate_init() 122 static void *gen_deflate_alloc_ctx(struct crypto_scomp *tfm, int format) in gen_deflate_alloc_ctx()
|
/Linux-v6.6/drivers/gpu/drm/sun4i/ |
D | sun4i_frontend.c | 247 sun4i_frontend_drm_format_to_input_fmt(const struct drm_format_info *format, in sun4i_frontend_drm_format_to_input_fmt() 267 sun4i_frontend_drm_format_to_input_mode(const struct drm_format_info *format, in sun4i_frontend_drm_format_to_input_mode() 293 sun4i_frontend_drm_format_to_input_sequence(const struct drm_format_info *format, in sun4i_frontend_drm_format_to_input_sequence() 407 const struct drm_format_info *format = fb->format; in sun4i_frontend_update_formats() local
|
/Linux-v6.6/drivers/gpu/drm/pl111/ |
D | pl111_versatile.c | 115 static void pl111_integrator_enable(struct drm_device *drm, u32 format) in pl111_integrator_enable() 155 static void pl111_impd1_enable(struct drm_device *drm, u32 format) in pl111_impd1_enable() 204 static void pl111_versatile_enable(struct drm_device *drm, u32 format) in pl111_versatile_enable() 257 static void pl111_realview_clcd_enable(struct drm_device *drm, u32 format) in pl111_realview_clcd_enable()
|
/Linux-v6.6/tools/testing/selftests/powerpc/tm/ |
D | tm-unavailable.c | 37 #define err_at_line(status, errnum, format, ...) \ argument 40 #define pr_warn(code, format, ...) err_at_line(0, code, format, ##__VA_ARGS__) argument 41 #define pr_err(code, format, ...) err_at_line(1, code, format, ##__VA_ARGS__) argument
|
/Linux-v6.6/drivers/media/platform/renesas/vsp1/ |
D | vsp1_video.c | 192 const struct v4l2_mbus_framefmt *format; in vsp1_video_calculate_partition() local 256 const struct v4l2_mbus_framefmt *format; in vsp1_video_pipeline_setup_partitions() local 713 const struct v4l2_pix_format_mplane *format = &video->rwpf->format; in vsp1_video_queue_setup() local 739 const struct v4l2_pix_format_mplane *format = &video->rwpf->format; in vsp1_video_buffer_prepare() local 968 vsp1_video_get_format(struct file *file, void *fh, struct v4l2_format *format) in vsp1_video_get_format() 984 vsp1_video_try_format(struct file *file, void *fh, struct v4l2_format *format) in vsp1_video_try_format() 996 vsp1_video_set_format(struct file *file, void *fh, struct v4l2_format *format) in vsp1_video_set_format()
|
/Linux-v6.6/tools/perf/ui/tui/ |
D | util.c | 244 static int __ui__warning(const char *title, const char *format, va_list args) in __ui__warning() 261 static int perf_tui__error(const char *format, va_list args) in perf_tui__error() 266 static int perf_tui__warning(const char *format, va_list args) in perf_tui__warning()
|
/Linux-v6.6/sound/soc/spear/ |
D | spdif_in.c | 31 u32 format; member 77 static void spdif_in_format(struct spdif_in_dev *host, u32 format) in spdif_in_format() 99 u32 format; in spdif_in_hw_params() local
|
/Linux-v6.6/drivers/gpu/drm/tiny/ |
D | cirrus.c | 77 const struct drm_format_info *format; member 162 const struct drm_format_info *format = cirrus_convert_to(fb); in cirrus_format() local 171 const struct drm_format_info *format = cirrus_convert_to(fb); in cirrus_pitch() local 271 const struct drm_format_info *format) in cirrus_format_set() 388 const struct drm_format_info *format = primary_plane_state->format; in cirrus_primary_plane_helper_atomic_update() local 613 const struct drm_format_info *format = drm_format_info(DRM_FORMAT_XRGB8888); in cirrus_mode_config_mode_valid() local
|
/Linux-v6.6/drivers/gpu/drm/mgag200/ |
D | mgag200_mode.c | 32 const struct drm_format_info *format) in mgag200_crtc_set_gamma_linear() 69 const struct drm_format_info *format, in mgag200_crtc_set_gamma() 283 static u8 mgag200_get_bpp_shift(const struct drm_format_info *format) in mgag200_get_bpp_shift() 326 void mgag200_set_format_regs(struct mga_device *mdev, const struct drm_format_info *format) in mgag200_set_format_regs() 617 const struct drm_format_info *format = mgag200_crtc_state->format; in mgag200_crtc_helper_atomic_flush() local 634 const struct drm_format_info *format = mgag200_crtc_state->format; in mgag200_crtc_helper_atomic_enable() local
|
/Linux-v6.6/drivers/media/platform/ti/omap3isp/ |
D | ispcsi2.c | 850 struct v4l2_mbus_framefmt *format; in csi2_try_format() local 906 struct v4l2_mbus_framefmt *format; in csi2_enum_mbus_code() local 943 struct v4l2_mbus_framefmt format; in csi2_enum_frame_size() local 980 struct v4l2_mbus_framefmt *format; in csi2_get_format() local 1002 struct v4l2_mbus_framefmt *format; in csi2_set_format() local 1034 struct v4l2_subdev_format format; in csi2_init_formats() local
|