/drivers/net/ethernet/mellanox/mlx5/core/ |
D | mlx5_core.h | 47 #define mlx5_core_dbg(__dev, format, ...) \ argument 52 #define mlx5_core_dbg_once(__dev, format, ...) \ argument 58 #define mlx5_core_dbg_mask(__dev, mask, format, ...) \ argument 64 #define mlx5_core_err(__dev, format, ...) \ argument 69 #define mlx5_core_err_rl(__dev, format, ...) \ argument 75 #define mlx5_core_warn(__dev, format, ...) \ argument 80 #define mlx5_core_warn_once(__dev, format, ...) \ argument 85 #define mlx5_core_warn_rl(__dev, format, ...) \ argument 91 #define mlx5_core_info(__dev, format, ...) \ argument 94 #define mlx5_core_info_rl(__dev, format, ...) \ argument [all …]
|
/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_common.h | 186 #define hw_dbg(hw, format, arg...) \ argument 188 #define hw_err(hw, format, arg...) \ argument 190 #define e_dev_info(format, arg...) \ argument 192 #define e_dev_warn(format, arg...) \ argument 194 #define e_dev_err(format, arg...) \ argument 196 #define e_dev_notice(format, arg...) \ argument 198 #define e_info(msglvl, format, arg...) \ argument 200 #define e_err(msglvl, format, arg...) \ argument 202 #define e_warn(msglvl, format, arg...) \ argument 204 #define e_crit(msglvl, format, arg...) \ argument
|
/drivers/gpu/drm/meson/ |
D | meson_osd_afbcd.c | 58 static int meson_gxm_afbcd_pixel_fmt(u64 modifier, uint32_t format) in meson_gxm_afbcd_pixel_fmt() 71 static bool meson_gxm_afbcd_supported_fmt(u64 modifier, uint32_t format) in meson_gxm_afbcd_supported_fmt() 206 static int meson_g12a_afbcd_pixel_fmt(u64 modifier, uint32_t format) in meson_g12a_afbcd_pixel_fmt() 235 static int meson_g12a_afbcd_bpp(uint32_t format) in meson_g12a_afbcd_bpp() 254 static int meson_g12a_afbcd_fmt_to_blk_mode(u64 modifier, uint32_t format) in meson_g12a_afbcd_fmt_to_blk_mode() 273 static bool meson_g12a_afbcd_supported_fmt(u64 modifier, uint32_t format) in meson_g12a_afbcd_supported_fmt() 343 u32 format = meson_g12a_afbcd_pixel_fmt(priv->afbcd.modifier, in meson_g12a_afbcd_setup() local
|
/drivers/media/platform/xilinx/ |
D | xilinx-vip.c | 60 const struct xvip_video_format *format = &xvip_video_formats[i]; in xvip_get_format_by_code() local 83 const struct xvip_video_format *format = &xvip_video_formats[i]; in xvip_get_format_by_fourcc() local 124 const struct xvip_video_format *format = &xvip_video_formats[i]; in xvip_of_get_format() local 149 void xvip_set_format_size(struct v4l2_mbus_framefmt *format, in xvip_set_format_size() 252 struct v4l2_mbus_framefmt *format; in xvip_enum_mbus_code() local 290 struct v4l2_mbus_framefmt *format; in xvip_enum_frame_size() local
|
/drivers/usb/atm/ |
D | usbatm.h | 29 #define usb_err(instance, format, arg...) \ argument 31 #define usb_info(instance, format, arg...) \ argument 33 #define usb_warn(instance, format, arg...) \ argument 35 #define usb_dbg(instance, format, arg...) \ argument 39 #define atm_printk(level, instance, format, arg...) \ argument 43 #define atm_err(instance, format, arg...) \ argument 45 #define atm_info(instance, format, arg...) \ argument 47 #define atm_warn(instance, format, arg...) \ argument 49 #define atm_dbg(instance, format, ...) \ argument 52 #define atm_rldbg(instance, format, ...) \ argument
|
/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
D | core.h | 62 #define mlx5_fpga_dbg(__adev, format, ...) \ argument 66 #define mlx5_fpga_err(__adev, format, ...) \ argument 70 #define mlx5_fpga_warn(__adev, format, ...) \ argument 74 #define mlx5_fpga_warn_ratelimited(__adev, format, ...) \ argument 78 #define mlx5_fpga_notice(__adev, format, ...) \ argument 81 #define mlx5_fpga_info(__adev, format, ...) \ argument
|
/drivers/staging/media/atomisp/pci/hive_isp_css_include/ |
D | print_support.h | 37 #define PWARN(format, ...) ia_css_print("warning: ", ##__VA_ARGS__) argument 38 #define PRINT(format, ...) ia_css_print(format, ##__VA_ARGS__) argument 39 #define PERROR(format, ...) ia_css_print("error: " format, ##__VA_ARGS__) argument 40 #define PDEBUG(format, ...) ia_css_print("debug: " format, ##__VA_ARGS__) argument
|
/drivers/gpu/drm/vmwgfx/ |
D | vmw_surface_cache.h | 45 vmw_surface_get_desc(SVGA3dSurfaceFormat format) in vmw_surface_get_desc() 144 vmw_surface_get_serialized_size(SVGA3dSurfaceFormat format, in vmw_surface_get_serialized_size() 168 vmw_surface_get_serialized_size_extended(SVGA3dSurfaceFormat format, in vmw_surface_get_serialized_size_extended() 192 vmw_surface_get_pixel_offset(SVGA3dSurfaceFormat format, in vmw_surface_get_pixel_offset() 209 vmw_surface_get_image_offset(SVGA3dSurfaceFormat format, in vmw_surface_get_image_offset() 253 vmw_surface_is_gb_screen_target_format(SVGA3dSurfaceFormat format) in vmw_surface_is_gb_screen_target_format() 275 vmw_surface_is_dx_screen_target_format(SVGA3dSurfaceFormat format) in vmw_surface_is_dx_screen_target_format() 294 vmw_surface_is_screen_target_format(SVGA3dSurfaceFormat format) in vmw_surface_is_screen_target_format() 379 SVGA3dSurfaceFormat format, in vmw_surface_setup_cache()
|
/drivers/acpi/acpica/ |
D | utprint.c | 318 int vsnprintf(char *string, acpi_size size, const char *format, va_list args) in vsnprintf() 571 int snprintf(char *string, acpi_size size, const char *format, ...) in snprintf() 596 int sprintf(char *string, const char *format, ...) in sprintf() 622 int vprintf(const char *format, va_list args) in vprintf() 649 int printf(const char *format, ...) in printf() 675 int vfprintf(FILE * file, const char *format, va_list args) in vfprintf() 703 int fprintf(FILE * file, const char *format, ...) in fprintf()
|
/drivers/input/serio/ |
D | i8042.h | 63 #define dbg(format, arg...) \ argument 70 #define filter_dbg(filter, data, format, args...) \ argument 82 #define dbg(format, arg...) \ argument 88 #define filter_dbg(filter, data, format, args...) do { } while (0) argument
|
/drivers/staging/media/omap4iss/ |
D | iss_ipipe.c | 85 struct v4l2_mbus_framefmt *format; in ipipe_configure() local 203 struct v4l2_mbus_framefmt *format; in ipipe_try_format() local 279 struct v4l2_mbus_framefmt format; in ipipe_enum_frame_size() local 318 struct v4l2_mbus_framefmt *format; in ipipe_get_format() local 342 struct v4l2_mbus_framefmt *format; in ipipe_set_format() local 390 struct v4l2_subdev_format format; in ipipe_init_formats() local
|
D | iss_ipipeif.c | 125 struct v4l2_mbus_framefmt *format; in ipipeif_configure() local 382 struct v4l2_mbus_framefmt *format; in ipipeif_try_format() local 452 struct v4l2_mbus_framefmt *format; in ipipeif_enum_mbus_code() local 487 struct v4l2_mbus_framefmt format; in ipipeif_enum_frame_size() local 526 struct v4l2_mbus_framefmt *format; in ipipeif_get_format() local 550 struct v4l2_mbus_framefmt *format; in ipipeif_set_format() local 610 struct v4l2_subdev_format format; in ipipeif_init_formats() local
|
D | iss_resizer.c | 442 struct v4l2_mbus_framefmt *format; in resizer_try_format() local 501 struct v4l2_mbus_framefmt *format; in resizer_enum_mbus_code() local 547 struct v4l2_mbus_framefmt format; in resizer_enum_frame_size() local 586 struct v4l2_mbus_framefmt *format; in resizer_get_format() local 610 struct v4l2_mbus_framefmt *format; in resizer_set_format() local 662 struct v4l2_subdev_format format; in resizer_init_formats() local
|
/drivers/media/platform/ti/omap3isp/ |
D | ispccp2.c | 289 u32 val, format; in ccp2_lcx_config() local 352 struct v4l2_mbus_framefmt *format; in ccp2_if_configure() local 646 struct v4l2_mbus_framefmt *format; in ccp2_try_format() local 699 struct v4l2_mbus_framefmt *format; in ccp2_enum_mbus_code() local 723 struct v4l2_mbus_framefmt format; in ccp2_enum_frame_size() local 760 struct v4l2_mbus_framefmt *format; in ccp2_get_format() local 782 struct v4l2_mbus_framefmt *format; in ccp2_set_format() local 814 struct v4l2_subdev_format format; in ccp2_init_formats() local 868 struct v4l2_mbus_framefmt *format; in ccp2_s_stream() local
|
D | ispccdc.c | 136 struct v4l2_mbus_framefmt *format; in ccdc_lsc_validate_config() local 263 const struct v4l2_mbus_framefmt *format = in __ccdc_lsc_enable() local 808 struct v4l2_mbus_framefmt *format; in ccdc_config_vp() local 967 const struct v4l2_mbus_framefmt *format; in ccdc_config_sync_if() local 1118 struct v4l2_mbus_framefmt *format; in ccdc_configure() local 2133 struct v4l2_mbus_framefmt *format; in ccdc_enum_mbus_code() local 2199 struct v4l2_mbus_framefmt format; in ccdc_enum_frame_size() local 2240 struct v4l2_mbus_framefmt *format; in ccdc_get_selection() local 2284 struct v4l2_mbus_framefmt *format; in ccdc_set_selection() local 2330 struct v4l2_mbus_framefmt *format; in ccdc_get_format() local [all …]
|
/drivers/pci/hotplug/ |
D | cpcihp_generic.c | 35 #define dbg(format, arg...) \ argument 41 #define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME, ## arg) argument 42 #define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME, ## arg) argument 43 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME, ## arg) argument
|
D | rpaphp.h | 36 #define dbg(format, arg...) \ argument 42 #define err(format, arg...) printk(KERN_ERR "%s: " format, MY_NAME, ## arg) argument 43 #define info(format, arg...) printk(KERN_INFO "%s: " format, MY_NAME, ## arg) argument 44 #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME, ## arg) argument
|
D | cpci_hotplug_pci.c | 22 #define dbg(format, arg...) \ argument 28 #define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME, ## arg) argument 29 #define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME, ## arg) argument 30 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME, ## arg) argument
|
D | cpcihp_zt5550.c | 30 #define dbg(format, arg...) \ argument 36 #define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME, ## arg) argument 37 #define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME, ## arg) argument 38 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME, ## arg) argument
|
/drivers/media/platform/sunxi/sun6i-csi/ |
D | sun6i_video.c | 76 static bool sun6i_video_format_check(u32 format) in sun6i_video_format_check() 365 struct v4l2_format *format) in sun6i_video_g_fmt() 376 struct v4l2_format *format) in sun6i_video_format_try() 407 struct v4l2_format *format) in sun6i_video_format_set() 421 struct v4l2_format *format) in sun6i_video_s_fmt() 433 struct v4l2_format *format) in sun6i_video_try_fmt() 638 struct v4l2_format format = { 0 }; in sun6i_video_setup() local
|
/drivers/gpu/drm/tegra/ |
D | plane.c | 108 uint32_t format, in tegra_plane_format_mod_supported() 326 int tegra_plane_format(u32 fourcc, u32 *format, u32 *swap) in tegra_plane_format() 476 bool tegra_plane_format_is_indexed(unsigned int format) in tegra_plane_format_is_indexed() 489 bool tegra_plane_format_is_yuv(unsigned int format, unsigned int *planes, unsigned int *bpc) in tegra_plane_format_is_yuv() 540 static bool __drm_format_has_alpha(u32 format) in __drm_format_has_alpha() 593 unsigned int format; in tegra_plane_setup_opacity() local
|
/drivers/gpu/drm/gud/ |
D | gud_pipe.c | 54 static size_t gud_xrgb8888_to_r124(u8 *dst, const struct drm_format_info *format, in gud_xrgb8888_to_r124() 103 static size_t gud_xrgb8888_to_color(u8 *dst, const struct drm_format_info *format, in gud_xrgb8888_to_color() 155 const struct drm_format_info *format, struct drm_rect *rect, in gud_prep_flush() 288 const struct drm_format_info *format, struct drm_rect *rect) in gud_flush_rect() 370 const struct drm_format_info *format; in gud_flush_work() local 463 const struct drm_format_info *format = fb->format; in gud_pipe_check() local
|
/drivers/staging/media/atomisp/pci/camera/util/src/ |
D | util.c | 26 enum atomisp_input_format format, in ia_css_util_input_format_bpp() 151 bool ia_css_util_is_input_format_raw(enum atomisp_input_format format) in ia_css_util_is_input_format_raw() 164 bool ia_css_util_is_input_format_yuv(enum atomisp_input_format format) in ia_css_util_is_input_format_yuv()
|
/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
D | custom_float.c | 31 const struct custom_float_format *format, in build_custom_float() 123 const struct custom_float_format *format, in setup_custom_float() 184 const struct custom_float_format *format, in convert_to_custom_float_format()
|
/drivers/memstick/host/ |
D | r592.h | 157 #define message(format, ...) \ argument 160 #define __dbg(level, format, ...) \ argument 168 #define dbg(format, ...) __dbg(1, format, ## __VA_ARGS__) argument 169 #define dbg_verbose(format, ...) __dbg(2, format, ## __VA_ARGS__) argument 170 #define dbg_reg(format, ...) __dbg(3, format, ## __VA_ARGS__) argument
|