| /drivers/net/ethernet/intel/ixgbe/ |
| A D | ixgbe_common.h | 185 #define hw_dbg(hw, format, arg...) \ argument 187 #define hw_err(hw, format, arg...) \ argument 189 #define e_dev_info(format, arg...) \ argument 191 #define e_dev_warn(format, arg...) \ argument 193 #define e_dev_err(format, arg...) \ argument 195 #define e_dev_notice(format, arg...) \ argument 197 #define e_dbg(msglvl, format, arg...) \ argument 199 #define e_info(msglvl, format, arg...) \ argument 201 #define e_err(msglvl, format, arg...) \ argument 203 #define e_warn(msglvl, format, arg...) \ argument [all …]
|
| /drivers/gpu/drm/meson/ |
| A 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/net/ethernet/mellanox/mlx5/core/ |
| A D | mlx5_core.h | 48 #define mlx5_core_dbg(__dev, format, ...) \ argument 53 #define mlx5_core_dbg_once(__dev, format, ...) \ argument 59 #define mlx5_core_dbg_mask(__dev, mask, format, ...) \ argument 65 #define mlx5_core_err(__dev, format, ...) \ argument 70 #define mlx5_core_err_rl(__dev, format, ...) \ argument 76 #define mlx5_core_warn(__dev, format, ...) \ argument 81 #define mlx5_core_warn_once(__dev, format, ...) \ argument 86 #define mlx5_core_warn_rl(__dev, format, ...) \ argument 92 #define mlx5_core_info(__dev, format, ...) \ argument 95 #define mlx5_core_info_rl(__dev, format, ...) \ argument [all …]
|
| /drivers/usb/atm/ |
| A 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/media/platform/xilinx/ |
| A 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/net/ethernet/mellanox/mlx5/core/fpga/ |
| A 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/acpi/acpica/ |
| A D | utprint.c | 318 int vsnprintf(char *string, acpi_size size, const char *format, va_list args) in vsnprintf() 568 int snprintf(char *string, acpi_size size, const char *format, ...) in snprintf() 593 int sprintf(char *string, const char *format, ...) in sprintf() 619 int vprintf(const char *format, va_list args) in vprintf() 646 int printf(const char *format, ...) in printf() 672 int vfprintf(FILE * file, const char *format, va_list args) in vfprintf() 700 int fprintf(FILE * file, const char *format, ...) in fprintf()
|
| /drivers/staging/media/atomisp/pci/hive_isp_css_include/ |
| A D | print_support.h | 28 #define PWARN(format, ...) ia_css_print("warning: ", ##__VA_ARGS__) argument 29 #define PRINT(format, ...) ia_css_print(format, ##__VA_ARGS__) argument 30 #define PERROR(format, ...) ia_css_print("error: " format, ##__VA_ARGS__) argument 31 #define PDEBUG(format, ...) ia_css_print("debug: " format, ##__VA_ARGS__) argument
|
| /drivers/gpu/drm/vmwgfx/ |
| A D | vmw_surface_cache.h | 51 vmw_surface_get_desc(SVGA3dSurfaceFormat format) in vmw_surface_get_desc() 150 vmw_surface_get_serialized_size(SVGA3dSurfaceFormat format, in vmw_surface_get_serialized_size() 174 vmw_surface_get_serialized_size_extended(SVGA3dSurfaceFormat format, in vmw_surface_get_serialized_size_extended() 198 vmw_surface_get_pixel_offset(SVGA3dSurfaceFormat format, in vmw_surface_get_pixel_offset() 215 vmw_surface_get_image_offset(SVGA3dSurfaceFormat format, in vmw_surface_get_image_offset() 259 vmw_surface_is_gb_screen_target_format(SVGA3dSurfaceFormat format) in vmw_surface_is_gb_screen_target_format() 281 vmw_surface_is_dx_screen_target_format(SVGA3dSurfaceFormat format) in vmw_surface_is_dx_screen_target_format() 300 vmw_surface_is_screen_target_format(SVGA3dSurfaceFormat format) in vmw_surface_is_screen_target_format() 385 SVGA3dSurfaceFormat format, in vmw_surface_setup_cache()
|
| /drivers/input/serio/ |
| A 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/media/platform/ti/omap3isp/ |
| A D | ispccp2.c | 289 u32 val, format; in ccp2_lcx_config() local 352 struct v4l2_mbus_framefmt *format; in ccp2_if_configure() local 647 struct v4l2_mbus_framefmt *format; in ccp2_try_format() local 700 struct v4l2_mbus_framefmt *format; in ccp2_enum_mbus_code() local 724 struct v4l2_mbus_framefmt format; in ccp2_enum_frame_size() local 761 struct v4l2_mbus_framefmt *format; in ccp2_get_format() local 783 struct v4l2_mbus_framefmt *format; in ccp2_set_format() local 815 struct v4l2_subdev_format format; in ccp2_init_formats() local 869 struct v4l2_mbus_framefmt *format; in ccp2_s_stream() local
|
| A 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 1118 struct v4l2_mbus_framefmt *format; in ccdc_configure() local 2138 struct v4l2_mbus_framefmt *format; in ccdc_enum_mbus_code() local 2204 struct v4l2_mbus_framefmt format; in ccdc_enum_frame_size() local 2245 struct v4l2_mbus_framefmt *format; in ccdc_get_selection() local 2289 struct v4l2_mbus_framefmt *format; in ccdc_set_selection() local 2335 struct v4l2_mbus_framefmt *format; in ccdc_get_format() local 2359 struct v4l2_mbus_framefmt *format; in ccdc_set_format() local [all …]
|
| /drivers/pci/hotplug/ |
| A 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
|
| A 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
|
| A 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
|
| A 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/gpu/drm/tegra/ |
| A 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/media/platform/qcom/camss/ |
| A D | camss-csiphy.c | 415 struct v4l2_mbus_framefmt *format; in csiphy_enum_mbus_code() local 448 struct v4l2_mbus_framefmt format; in csiphy_enum_frame_size() local 486 struct v4l2_mbus_framefmt *format; in csiphy_get_format() local 510 struct v4l2_mbus_framefmt *format; in csiphy_set_format() local 547 struct v4l2_subdev_format format = { in csiphy_init_formats() local 561 static bool csiphy_match_clock_name(const char *clock_name, const char *format, in csiphy_match_clock_name()
|
| /drivers/memstick/host/ |
| A 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
|
| /drivers/staging/media/atomisp/pci/camera/util/src/ |
| A D | util.c | 17 enum atomisp_input_format format, in ia_css_util_input_format_bpp() 139 bool ia_css_util_is_input_format_raw(enum atomisp_input_format format) in ia_css_util_is_input_format_raw() 152 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/basics/ |
| A D | custom_float.c | 30 const struct custom_float_format *format, in build_custom_float() 100 static bool setup_custom_float(const struct custom_float_format *format, in setup_custom_float() 159 const struct custom_float_format *format, in convert_to_custom_float_format()
|
| /drivers/gpu/drm/amd/display/dc/sspl/ |
| A D | spl_custom_float.c | 9 const struct spl_custom_float_format *format, in spl_build_custom_float() 79 static bool spl_setup_custom_float(const struct spl_custom_float_format *format, in spl_setup_custom_float() 138 const struct spl_custom_float_format *format, in spl_convert_to_custom_float_format()
|
| /drivers/gpu/drm/gud/ |
| A D | gud_pipe.c | 52 static size_t gud_xrgb8888_to_r124(u8 *dst, const struct drm_format_info *format, in gud_xrgb8888_to_r124() 102 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() 276 const struct drm_format_info *format, struct drm_rect *rect, in gud_flush_rect() 330 const struct drm_format_info *format; in gud_flush_damage() local 465 const struct drm_format_info *format = fb->format; in gud_pipe_check() local
|
| /drivers/staging/media/atomisp/pci/runtime/frame/src/ |
| A D | frame.c | 104 enum ia_css_frame_format format, in ia_css_frame_allocate() 264 unsigned int ia_css_frame_pad_width(unsigned int width, enum ia_css_frame_format format) in ia_css_frame_pad_width() 314 enum ia_css_frame_format format) in ia_css_frame_info_set_format() 325 enum ia_css_frame_format format, in ia_css_frame_info_init() 616 enum ia_css_frame_format format, in frame_allocate_with_data() 648 enum ia_css_frame_format format, in frame_create()
|
| /drivers/media/platform/renesas/vsp1/ |
| A D | vsp1_brx.c | 104 struct v4l2_mbus_framefmt *format; in brx_try_format() local 140 struct v4l2_mbus_framefmt *format; in brx_set_format() local 222 struct v4l2_mbus_framefmt *format; in brx_set_selection() local 288 struct v4l2_mbus_framefmt *format; in brx_configure_stream() local
|