| /linux/tools/objtool/include/objtool/ |
| H A D | warn.h | 45 #define ___WARN(severity, extra, format, ...) \ argument 53 #define __WARN(severity, format, ...) \ argument 56 #define __WARN_LINE(severity, format, ...) \ argument 59 #define __WARN_ELF(severity, format, ...) \ argument 62 #define __WARN_GLIBC(severity, format, ...) \ argument 65 __WARN_FUNC(severity,sec,offset,format,...) global() argument 74 WARN(format,...) global() argument 75 WARN_FUNC(sec,offset,format,...) global() argument 77 WARN_INSN(insn,format,...) global() argument 89 BT_INSN(insn,format,...) global() argument 106 ERROR(format,...) global() argument 107 ERROR_ELF(format,...) global() argument 108 ERROR_GLIBC(format,...) global() argument 109 ERROR_FUNC(sec,offset,format,...) global() argument 110 ERROR_INSN(insn,format,...) global() argument 126 __dbg(format,...) global() argument 139 __dbg_indent(format,...) global() argument [all...] |
| /linux/sound/core/ |
| H A D | pcm_misc.c | 249 if (!valid_format(format)) in snd_pcm_format_signed() argument 30 valid_format(snd_pcm_format_t format) valid_format() argument 268 snd_pcm_format_unsigned(snd_pcm_format_t format) snd_pcm_format_unsigned() argument 285 snd_pcm_format_linear(snd_pcm_format_t format) snd_pcm_format_linear() argument 298 snd_pcm_format_little_endian(snd_pcm_format_t format) snd_pcm_format_little_endian() argument 317 snd_pcm_format_big_endian(snd_pcm_format_t format) snd_pcm_format_big_endian() argument 335 snd_pcm_format_width(snd_pcm_format_t format) snd_pcm_format_width() argument 354 snd_pcm_format_physical_width(snd_pcm_format_t format) snd_pcm_format_physical_width() argument 374 snd_pcm_format_size(snd_pcm_format_t format,size_t samples) snd_pcm_format_size() argument 389 snd_pcm_format_silence_64(snd_pcm_format_t format) snd_pcm_format_silence_64() argument 409 snd_pcm_format_set_silence(snd_pcm_format_t format,void * data,unsigned int samples) snd_pcm_format_set_silence() argument [all...] |
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H 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 …]
|
| /linux/drivers/gpu/drm/meson/ |
| H 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
|
| /linux/drivers/media/platform/xilinx/ |
| H 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
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H 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 …]
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
| H 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
|
| /linux/drivers/usb/atm/ |
| H 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
|
| /linux/tools/perf/ui/ |
| H A D | util.c | 9 static int perf_stdio__error(const char *format, va_list args) in perf_stdio__error() 16 static int perf_stdio__warning(const char *format, va_list args) in perf_stdio__warning() 35 int ui__error(const char *format, ...) in ui__error() 47 int ui__warning(const char *format, ...) in ui__warning()
|
| /linux/include/net/ |
| H A D | net_debug.h | 55 #define netdev_dbg(__dev, format, args...) \ argument 60 #define netdev_dbg(__dev, format, args...) \ argument 63 #define netdev_dbg(__dev, format, args...) \ argument 74 #define netdev_vdbg(dev, format, args...) \ argument 113 #define netif_dbg(priv, type, netdev, format, args...) \ argument 119 #define netif_dbg(priv, type, dev, format, args...) \ argument 122 #define netif_dbg(priv, type, dev, format, args...) \ argument 142 #define netif_vdbg(priv, type, dev, format, args...) \ argument 153 #define DEBUG_NET_WARN_ONCE(cond, format...) ((void)WARN_ONCE(cond, format)) argument 156 #define DEBUG_NET_WARN_ONCE(cond, format...) BUILD_BUG_ON_INVALID(cond) argument
|
| /linux/drivers/input/serio/ |
| H 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
|
| /linux/tools/virtio/linux/ |
| H A D | kernel.h | 135 #define pr_err(format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument 137 #define pr_debug(format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument 139 #define pr_debug(format, ...) do {} while (0) argument 129 pr_err(format,...) global() argument 131 pr_debug(format,...) global() argument 133 pr_debug(format,...) global() argument 136 dev_warn(dev,format,...) global() argument [all...] |
| /linux/drivers/gpu/drm/vmwgfx/ |
| H 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()
|
| /linux/tools/virtio/virtio-trace/ |
| H A D | trace-agent.h | 68 #define pr_err(format, ...) fprintf(stderr, format, ## __VA_ARGS__) argument 69 #define pr_info(format, ...) fprintf(stdout, format, ## __VA_ARGS__) argument 71 #define pr_debug(format, ...) fprintf(stderr, format, ## __VA_ARGS__) argument 73 #define pr_debug(format, ...) do {} while (0) argument
|
| /linux/drivers/pci/hotplug/ |
| H 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
|
| H 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
|
| H 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
|
| H 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
|
| /linux/tools/perf/ui/gtk/ |
| H A D | util.c | 31 static int perf_gtk__error(const char *format, va_list args) in perf_gtk__error() 57 static int perf_gtk__warning_info_bar(const char *format, va_list args) in perf_gtk__warning_info_bar() 78 static int perf_gtk__warning_statusbar(const char *format, va_list args) in perf_gtk__warning_statusbar()
|
| /linux/scripts/gendwarfksyms/ |
| H A D | gendwarfksyms.h | 34 #define __println(prefix, format, ...) \ argument 38 #define debug(format, ...) \ argument 44 #define warn(format, ...) __println("warning: ", format, ##__VA_ARGS__) argument 45 #define error(format, ...) \ argument 51 #define __die_debug(color, format, ...) \ argument 59 #define die_debug_r(format, ...) __die_debug(91, format, __VA_ARGS__) argument 60 #define die_debug_g(format, ...) __die_debug(92, format, __VA_ARGS__) argument 61 #define die_debug_b(format, ...) __die_debug(94, format, __VA_ARGS__) argument
|
| /linux/sound/core/oss/ |
| H A D | route.c | 13 snd_pcm_uframes_t frames, snd_pcm_format_t format) in zero_areas() 26 snd_pcm_uframes_t frames, snd_pcm_format_t format) in copy_area() 39 snd_pcm_format_t format; in route_transfer() local
|
| /linux/drivers/gpu/drm/tegra/ |
| H 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
|
| /linux/arch/s390/tools/ |
| H A D | gen_opcode_table.c | 19 char **format; member 27 char format[STRING_SIZE_MAX]; member 39 char *format; member 132 static struct insn_type *insn_format_to_type(char *format) in insn_format_to_type() 182 char *format; in print_formats() local
|
| /linux/security/keys/encrypted-keys/ |
| H A D | encrypted.c | 171 datablob_parse(char * datablob,const char ** format,char ** master_desc,char ** decrypted_datalen,char ** hex_encoded_iv,char ** decrypted_data) datablob_parse() argument 490 datablob_hmac_verify(struct encrypted_key_payload * epayload,const u8 * format,const u8 * master_key,size_t master_keylen) datablob_hmac_verify() argument 574 encrypted_key_alloc(struct key * key,const char * format,const char * master_desc,const char * datalen,const char * decrypted_data) encrypted_key_alloc() argument 654 encrypted_key_decrypt(struct encrypted_key_payload * epayload,const char * format,const char * hex_encoded_iv) encrypted_key_decrypt() argument 711 __ekey_init(struct encrypted_key_payload * epayload,const char * format,const char * master_desc,const char * datalen) __ekey_init() argument 746 encrypted_init(struct encrypted_key_payload * epayload,const char * key_desc,const char * format,const char * master_desc,const char * datalen,const char * hex_encoded_iv,const char * decrypted_data) encrypted_init() argument 790 const char *format = NULL; encrypted_instantiate() local 853 const char *format = NULL; encrypted_update() local [all...] |
| /linux/drivers/memstick/host/ |
| H 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
|