/include/video/ |
D | adf_format.h | 18 bool adf_format_is_standard(u32 format); 19 bool adf_format_is_rgb(u32 format); 20 u8 adf_format_num_planes(u32 format); 21 u8 adf_format_bpp(u32 format); 22 u8 adf_format_plane_cpp(u32 format, int plane); 23 u8 adf_format_horz_chroma_subsampling(u32 format); 24 u8 adf_format_vert_chroma_subsampling(u32 format);
|
D | adf_fbdev.h | 35 u32 format; member 50 u16 xres_virtual, u16 yres_virtual, u32 format, 77 u16 xres_virtual, u16 yres_virtual, u32 format, in adf_fbdev_init() argument
|
D | adf_client.h | 32 u32 format, struct dma_buf **dma_buf, u32 *offset, u32 *pitch); 37 u32 format);
|
/include/asm-generic/ |
D | bug.h | 94 #define WARN(condition, format...) ({ \ argument 97 __WARN_printf(format); \ 102 #define WARN_TAINT(condition, taint, format...) ({ \ argument 105 __WARN_printf_taint(taint, format); \ 126 #define WARN(condition, format...) ({ \ argument 132 #define WARN_TAINT(condition, taint, format...) WARN_ON(condition) argument 146 #define WARN_ONCE(condition, format...) ({ \ argument 151 if (WARN(!__warned, format)) \ 156 #define WARN_TAINT_ONCE(condition, taint, format...) ({ \ argument 161 if (WARN_TAINT(!__warned, taint, format)) \
|
/include/linux/ |
D | ratelimit.h | 49 #define WARN_RATELIMIT(condition, format, ...) \ argument 57 WARN(rtn, format, ##__VA_ARGS__); \ 67 #define WARN_RATELIMIT(condition, format, ...) \ argument 69 int rtn = WARN(condition, format, ##__VA_ARGS__); \
|
D | cycx_x25.h | 34 #define dprintk(level, format, a...) if (cycx_debug >= level) printk(format, ##a) argument
|
D | i2o.h | 964 #define osm_printk(level, format, arg...) \ argument 965 printk(level "%s: " format, OSM_NAME , ## arg) 968 #define osm_debug(format, arg...) \ argument 969 osm_printk(KERN_DEBUG, format , ## arg) 971 #define osm_debug(format, arg...) \ argument 975 #define osm_err(format, arg...) \ argument 976 osm_printk(KERN_ERR, format , ## arg) 977 #define osm_info(format, arg...) \ argument 978 osm_printk(KERN_INFO, format , ## arg) 979 #define osm_warn(format, arg...) \ argument [all …]
|
D | compiler-gcc.h | 93 #define __printf(a, b) __attribute__((format(printf, a, b))) 94 #define __scanf(a, b) __attribute__((format(scanf, a, b)))
|
D | dynamic_debug.h | 17 const char *format; member 69 .format = (fmt), \
|
D | msm_mdp.h | 62 u32 width, height, format, offset; member
|
D | netdevice.h | 2822 const char *format, ...); 2824 int netdev_emerg(const struct net_device *dev, const char *format, ...); 2826 int netdev_alert(const struct net_device *dev, const char *format, ...); 2828 int netdev_crit(const struct net_device *dev, const char *format, ...); 2830 int netdev_err(const struct net_device *dev, const char *format, ...); 2832 int netdev_warn(const struct net_device *dev, const char *format, ...); 2834 int netdev_notice(const struct net_device *dev, const char *format, ...); 2836 int netdev_info(const struct net_device *dev, const char *format, ...); 2842 #define netdev_dbg(__dev, format, args...) \ argument 2844 dynamic_netdev_dbg(__dev, format, ##args); \ [all …]
|
D | device.h | 1017 #define dev_dbg(dev, format, ...) \ argument 1019 dynamic_dev_dbg(dev, format, ##__VA_ARGS__); \ 1022 #define dev_dbg(dev, format, arg...) \ argument 1023 dev_printk(KERN_DEBUG, dev, format, ##arg) 1025 #define dev_dbg(dev, format, arg...) \ argument 1028 dev_printk(KERN_DEBUG, dev, format, ##arg); \ 1076 #define dev_vdbg(dev, format, arg...) \ argument 1079 dev_printk(KERN_DEBUG, dev, format, ##arg); \ 1089 #define dev_WARN(dev, format, arg...) \ argument 1090 WARN(1, "Device: %s\n" format, dev_driver_string(dev), ## arg); [all …]
|
D | nubus.h | 41 unsigned char format; member
|
/include/keys/ |
D | encrypted-type.h | 23 char *format; /* datablob: format */ member
|
/include/sound/ |
D | core.h | 341 const char *format, ...); 343 #define __snd_printk(level, file, line, format, args...) \ argument 344 printk(format, ##args) 390 static inline void snd_printd(const char *format, ...) {} in snd_printd() argument 392 static inline void _snd_printd(int level, const char *format, ...) {} in _snd_printd() argument 411 #define snd_printdd(format, args...) \ argument 412 __snd_printk(2, __FILE__, __LINE__, format, ##args) 415 static inline void snd_printdd(const char *format, ...) {} in snd_printdd() argument
|
D | pcm.h | 292 snd_pcm_format_t format; /* SNDRV_PCM_FORMAT_* */ member 847 int snd_pcm_format_signed(snd_pcm_format_t format); 848 int snd_pcm_format_unsigned(snd_pcm_format_t format); 849 int snd_pcm_format_linear(snd_pcm_format_t format); 850 int snd_pcm_format_little_endian(snd_pcm_format_t format); 851 int snd_pcm_format_big_endian(snd_pcm_format_t format); 860 int snd_pcm_format_cpu_endian(snd_pcm_format_t format); 863 #define snd_pcm_format_cpu_endian(format) snd_pcm_format_little_endian(format) argument 865 #define snd_pcm_format_cpu_endian(format) snd_pcm_format_big_endian(format) argument 867 int snd_pcm_format_width(snd_pcm_format_t format); /* in bits */ [all …]
|
D | seq_oss.h | 55 …int (*load_patch)(struct snd_seq_oss_arg *p, int format, const char __user *buf, int offs, int cou…
|
D | pcm_oss.h | 45 int format; /* requested OSS format */ member
|
/include/acpi/ |
D | acpixf.h | 533 u32 line_number, const char *format, ...) ACPI_PRINTF_LIKE(3); 538 acpi_status status, const char *format, ...) ACPI_PRINTF_LIKE(4); 542 u32 line_number, const char *format, ...) ACPI_PRINTF_LIKE(3); 546 u32 line_number, const char *format, ...) ACPI_PRINTF_LIKE(3); 550 u32 line_number, const char *format, ...) ACPI_PRINTF_LIKE(3); 554 u32 line_number, const char *format, ...) ACPI_PRINTF_LIKE(3); 566 u32 component_id, const char *format, ...) ACPI_PRINTF_LIKE(6); 574 const char *format, ...) ACPI_PRINTF_LIKE(6);
|
D | acpiosxf.h | 251 void ACPI_INTERNAL_VAR_XFACE acpi_os_printf(const char *format, ...); 253 void acpi_os_vprintf(const char *format, va_list args);
|
/include/net/ |
D | cfg80211.h | 4355 #define wiphy_printk(level, wiphy, format, args...) \ argument 4356 dev_printk(level, &(wiphy)->dev, format, ##args) 4357 #define wiphy_emerg(wiphy, format, args...) \ argument 4358 dev_emerg(&(wiphy)->dev, format, ##args) 4359 #define wiphy_alert(wiphy, format, args...) \ argument 4360 dev_alert(&(wiphy)->dev, format, ##args) 4361 #define wiphy_crit(wiphy, format, args...) \ argument 4362 dev_crit(&(wiphy)->dev, format, ##args) 4363 #define wiphy_err(wiphy, format, args...) \ argument 4364 dev_err(&(wiphy)->dev, format, ##args) [all …]
|
/include/uapi/video/ |
D | adf.h | 120 __u32 format; member 181 __u32 format; member
|
/include/media/ |
D | soc_camera_platform.h | 23 struct v4l2_mbus_framefmt format; member
|
/include/uapi/linux/ |
D | omapfb.h | 113 __u32 format; member 122 __u32 format; member
|
/include/uapi/drm/ |
D | vmwgfx_drm.h | 156 uint32_t format; member 460 int32_t format; member
|