Home
last modified time | relevance | path

Searched defs:format (Results 1 – 25 of 1080) sorted by relevance

12345678910>>...44

/linux/tools/objtool/include/objtool/
H A Dwarn.h45 #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
87 BT_INSN(insn,format,...) global() argument
99 ERROR(format,...) global() argument
100 ERROR_ELF(format,...) global() argument
101 ERROR_GLIBC(format,...) global() argument
102 ERROR_FUNC(sec,offset,format,...) global() argument
103 ERROR_INSN(insn,format,...) global() argument
[all...]
/linux/Documentation/input/devices/
H A Delantech.rst395 Parity checking and packet re-synchronizationNative absolute mode 6 byte packet format global() argument
425 One/Three finger touchNative absolute mode 6 byte packet format global() argument
482 Two finger touchNative absolute mode 6 byte packet format global() argument
570 One/Three finger touchNative absolute mode 6 byte packet format global() argument
635 Two finger touchNative absolute mode 6 byte packet format global() argument
656 Status packetNative absolute mode 6 byte packet format global() argument
695 Head packetNative absolute mode 6 byte packet format global() argument
739 Motion packetNative absolute mode 6 byte packet format global() argument
802 Status PacketNative relative mode 6 byte packet format global() argument
[all...]
/linux/sound/core/
H A Dpcm_misc.c45 static bool valid_format(snd_pcm_format_t format) in valid_format() argument
264 int snd_pcm_format_signed(snd_pcm_format_t format) in snd_pcm_format_signed() argument
283 snd_pcm_format_unsigned(snd_pcm_format_t format) snd_pcm_format_unsigned() argument
300 snd_pcm_format_linear(snd_pcm_format_t format) snd_pcm_format_linear() argument
313 snd_pcm_format_little_endian(snd_pcm_format_t format) snd_pcm_format_little_endian() argument
332 snd_pcm_format_big_endian(snd_pcm_format_t format) snd_pcm_format_big_endian() argument
350 snd_pcm_format_width(snd_pcm_format_t format) snd_pcm_format_width() argument
369 snd_pcm_format_physical_width(snd_pcm_format_t format) snd_pcm_format_physical_width() argument
389 snd_pcm_format_size(snd_pcm_format_t format,size_t samples) snd_pcm_format_size() argument
404 snd_pcm_format_silence_64(snd_pcm_format_t format) snd_pcm_format_silence_64() argument
424 snd_pcm_format_set_silence(snd_pcm_format_t format,void * data,unsigned int samples) snd_pcm_format_set_silence() argument
[all...]
/linux/Documentation/driver-api/usb/
H A Dusb.rst760 Topology info/sys/kernel/debug/usb/devices output format global() argument
789 Bandwidth info/sys/kernel/debug/usb/devices output format global() argument
812 Device descriptor info & Product ID info/sys/kernel/debug/usb/devices output format global() argument
840 String descriptor info/sys/kernel/debug/usb/devices output format global() argument
867 Configuration descriptor info/sys/kernel/debug/usb/devices output format global() argument
891 Interface descriptor info (can be multiple per Config)/sys/kernel/debug/usb/devices output format global() argument
917 Endpoint descriptor info (can be multiple per Interface)/sys/kernel/debug/usb/devices output format global() argument
/linux/include/asm-generic/
H A Dbug.h131 #define WARN(condition, format...) ({ \ argument
139 #define WARN_TAINT(condition, taint, format...) ({ \ argument
151 #define WARN_ONCE(condition, format...) \ argument
154 #define WARN_TAINT_ONCE(condition, taint, format...) \ argument
177 WARN(condition,format...) global() argument
185 WARN_ONCE(condition,format...) global() argument
186 WARN_TAINT(condition,taint,format...) global() argument
187 WARN_TAINT_ONCE(condition,taint,format...) global() argument
[all...]
/linux/drivers/gpu/drm/meson/
H A Dmeson_osd_afbcd.c58 static int meson_gxm_afbcd_pixel_fmt(u64 modifier, uint32_t format) in meson_gxm_afbcd_pixel_fmt() argument
71 static bool meson_gxm_afbcd_supported_fmt(u64 modifier, uint32_t format) in meson_gxm_afbcd_supported_fmt() argument
206 static int meson_g12a_afbcd_pixel_fmt(u64 modifier, uint32_t format) in meson_g12a_afbcd_pixel_fmt() argument
235 meson_g12a_afbcd_bpp(uint32_t format) meson_g12a_afbcd_bpp() argument
254 meson_g12a_afbcd_fmt_to_blk_mode(u64 modifier,uint32_t format) meson_g12a_afbcd_fmt_to_blk_mode() argument
273 meson_g12a_afbcd_supported_fmt(u64 modifier,uint32_t format) meson_g12a_afbcd_supported_fmt() argument
343 u32 format = meson_g12a_afbcd_pixel_fmt(priv->afbcd.modifier, meson_g12a_afbcd_setup() local
[all...]
/linux/net/bluetooth/
H A Dlib.c246 void bt_info(const char *format, ...) in bt_info() argument
266 void bt_warn(const char *format, ...) in bt_warn() argument
286 bt_err(const char * format,...) bt_err() argument
319 bt_dbg(const char * format,...) bt_dbg() argument
346 bt_warn_ratelimited(const char * format,...) bt_warn_ratelimited() argument
369 bt_err_ratelimited(const char * format,...) bt_err_ratelimited() argument
[all...]
/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/
H A Dprint_support.h28 #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
/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dcore.h62 #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 mlx5_fpga_info(__adev,format,...) global() argument
[all...]
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmlx5_core.h48 #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 mlx5_core_warn(__dev,format,...) global() argument
81 mlx5_core_warn_once(__dev,format,...) global() argument
86 mlx5_core_warn_rl(__dev,format,...) global() argument
92 mlx5_core_info(__dev,format,...) global() argument
95 mlx5_core_info_rl(__dev,format,...) global() argument
137 mlx5_printk(struct mlx5_core_dev * dev,int level,const char * format,...) mlx5_printk() argument
156 mlx5_log(__dev,level,format,...) global() argument
[all...]
/linux/drivers/usb/atm/
H A Dusbatm.h29 #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 atm_err(instance,format,arg...) global() argument
45 atm_info(instance,format,arg...) global() argument
47 atm_warn(instance,format,arg...) global() argument
49 atm_dbg(instance,format,...) global() argument
52 atm_rldbg(instance,format,...) global() argument
[all...]
/linux/tools/perf/ui/
H A Dutil.c9 static int perf_stdio__error(const char *format, va_list args) in perf_stdio__error() argument
16 static int perf_stdio__warning(const char *format, va_list args) in perf_stdio__warning() argument
35 int ui__error(const char *format, ...) in ui__error() argument
47 int ui__warning(const char *format, ...) in ui__warning() argument
[all...]
/linux/include/net/
H A Dnet_debug.h55 #define netdev_dbg(__dev, format, args...) \ argument
60 netdev_dbg(__dev,format,args...) global() argument
63 netdev_dbg(__dev,format,args...) global() argument
74 netdev_vdbg(dev,format,args...) global() argument
113 netif_dbg(priv,type,netdev,format,args...) global() argument
119 netif_dbg(priv,type,dev,format,args...) global() argument
122 netif_dbg(priv,type,dev,format,args...) global() argument
142 netif_vdbg(priv,type,dev,format,args...) global() argument
153 DEBUG_NET_WARN_ONCE(cond,format...) global() argument
156 DEBUG_NET_WARN_ONCE(cond,format...) global() argument
[all...]
/linux/drivers/acpi/acpica/
H A Dutprint.c318 int vsnprintf(char *string, acpi_size size, const char *format, va_list args) in vsnprintf() argument
568 snprintf(char * string,acpi_size size,const char * format,...) snprintf() argument
593 sprintf(char * string,const char * format,...) sprintf() argument
619 vprintf(const char * format,va_list args) vprintf() argument
646 printf(const char * format,...) printf() argument
672 vfprintf(FILE * file,const char * format,va_list args) vfprintf() argument
700 fprintf(FILE * file,const char * format,...) fprintf() argument
[all...]
/linux/include/linux/
H A Dvfsdebug.h15 #define VFS_WARN_ONCE(cond, format...) (void)WARN_ONCE(cond, format) argument
16 #define VFS_WARN(cond, format...) (void)WARN(cond, format) argument
38 #define VFS_WARN_ONCE(cond, format...) BUILD_BUG_ON_INVALID(cond) argument
39 #define VFS_WARN(cond, format...) BUILD_BUG_ON_INVALID(cond) argument
/linux/tools/virtio/virtio-trace/
H A Dtrace-agent.h68 #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/tools/virtio/linux/
H A Dkernel.h128 #define pr_err(format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument
130 #define pr_debug(format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument
132 #define pr_debug(format, ...) do {} while (0) argument
134 #define dev_err(dev, format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument
135 #define dev_warn(dev, format, ...) fprintf (stderr, format, ## __VA_ARGS_ argument
136 dev_warn_once(dev,format,...) global() argument
[all...]
/linux/drivers/pci/hotplug/
H A Dcpcihp_generic.c35 #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 Drpaphp.h36 #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 Dcpci_hotplug_pci.c22 #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
/linux/tools/perf/ui/gtk/
H A Dutil.c31 static int perf_gtk__error(const char *format, va_list args) in perf_gtk__error() argument
57 static int perf_gtk__warning_info_bar(const char *format, va_list args) in perf_gtk__warning_info_bar() argument
78 static int perf_gtk__warning_statusbar(const char *format, va_list args) in perf_gtk__warning_statusbar() argument
/linux/scripts/gendwarfksyms/
H A Dgendwarfksyms.h34 #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 die_debug_r(format,...) global() argument
60 die_debug_g(format,...) global() argument
61 die_debug_b(format,...) global() argument
[all...]
/linux/drivers/media/platform/ti/omap3isp/
H A Dispccp2.c289 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; ccp2_try_format() local
700 struct v4l2_mbus_framefmt *format; ccp2_enum_mbus_code() local
724 struct v4l2_mbus_framefmt format; ccp2_enum_frame_size() local
761 struct v4l2_mbus_framefmt *format; ccp2_get_format() local
783 struct v4l2_mbus_framefmt *format; ccp2_set_format() local
815 struct v4l2_subdev_format format; ccp2_init_formats() local
869 struct v4l2_mbus_framefmt *format; ccp2_s_stream() local
[all...]
/linux/sound/core/oss/
H A Droute.c28 snd_pcm_uframes_t frames, snd_pcm_format_t format) in zero_areas() argument
41 snd_pcm_uframes_t frames, snd_pcm_format_t format) in copy_area() argument
54 snd_pcm_format_t format; in route_transfer() local
[all...]
/linux/fs/bcachefs/
H A Dbkey.c52 const struct bkey_format *format) in __bch2_bkey_pack_verify() argument
98 bch2_bkey_pack_verify(const struct bkey_packed * packed,const struct bkey * unpacked,const struct bkey_format * format) bch2_bkey_pack_verify() argument
105 const struct bkey_format *format; global() member
112 pack_state_init(const struct bkey_format * format,struct bkey_packed * k) pack_state_init() argument
136 const struct bkey_format *format; global() member
143 unpack_state_init(const struct bkey_format * format,const struct bkey_packed * k) unpack_state_init() argument
266 __bch2_bkey_unpack_key(const struct bkey_format * format,const struct bkey_packed * in) __bch2_bkey_unpack_key() argument
291 __bkey_unpack_pos(const struct bkey_format * format,const struct bkey_packed * in) __bkey_unpack_pos() argument
318 bch2_bkey_pack_key(struct bkey_packed * out,const struct bkey * in,const struct bkey_format * format) bch2_bkey_pack_key() argument
367 bch2_bkey_pack(struct bkey_packed * dst,const struct bkey_i * src,const struct bkey_format * format) bch2_bkey_pack() argument
785 compile_bkey_field(const struct bkey_format * format,u8 * out,enum bch_bkey_fields field,unsigned dst_offset,unsigned dst_size,bool * eax_zeroed) compile_bkey_field() argument
969 bch2_compile_bkey_format(const struct bkey_format * format,void * _out) bch2_compile_bkey_format() argument
[all...]

12345678910>>...44