Searched refs:format (Results 1 - 25 of 53) sorted by relevance

123

/include/video/
H A Dadf_format.h18 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);
H A Dadf_fbdev.h35 u32 format; member in struct:adf_fbdev
50 u16 xres_virtual, u16 yres_virtual, u32 format,
77 u16 xres_virtual, u16 yres_virtual, u32 format,
74 adf_fbdev_init(struct adf_fbdev *fbdev, struct adf_interface *interface, struct adf_overlay_engine *eng, u16 xres_virtual, u16 yres_virtual, u32 format, struct fb_ops *fbops, const char *fmt, ...) argument
H A Dadf_client.h32 u32 format, struct dma_buf **dma_buf, u32 *offset, u32 *pitch);
37 u32 format);
/include/asm-generic/
H A Dbug.h61 * appear at runtime. Use the versions with printk format strings
94 #define WARN(condition, format...) ({ \
97 __WARN_printf(format); \
102 #define WARN_TAINT(condition, taint, format...) ({ \
105 __WARN_printf_taint(taint, format); \
119 #define WARN_ONCE(condition, format...) ({ \
124 if (WARN(!__warned, format)) \
129 #define WARN_TAINT_ONCE(condition, taint, format...) ({ \
134 if (WARN_TAINT(!__warned, taint, format)) \
156 #define WARN(condition, format
[all...]
/include/keys/
H A Dencrypted-type.h23 char *format; /* datablob: format */ member in struct:encrypted_key_payload
31 unsigned short encrypted_key_format; /* encrypted key format */
/include/linux/
H A Dratelimit.h49 #define WARN_RATELIMIT(condition, format, ...) \
57 WARN(rtn, format, ##__VA_ARGS__); \
67 #define WARN_RATELIMIT(condition, format, ...) \
69 int rtn = WARN(condition, format, ##__VA_ARGS__); \
H A Dmmdebug.h41 #define VM_WARN_ONCE(cond, format...) WARN_ONCE(cond, format)
49 #define VM_WARN_ONCE(cond, format...) BUILD_BUG_ON_INVALID(cond)
H A Dmsm_mdp.h62 u32 width, height, format, offset; member in struct:mdp_img
H A Dcompiler-gcc.h96 #define __printf(a, b) __attribute__((format(printf, a, b)))
97 #define __scanf(a, b) __attribute__((format(scanf, a, b)))
H A Dipmi-fru.h27 uint8_t format; /* 0x01 */ member in struct:fru_common_header
49 uint8_t format; /* 0x01 */ member in struct:fru_board_info_area
H A Ddynamic_debug.h17 const char *format; member in struct:_ddebug
25 #define _DPRINTK_FLAGS_PRINT (1<<0) /* printk() a message using the format */
69 .format = (fmt), \
H A Di2o.h964 #define osm_printk(level, format, arg...) \
965 printk(level "%s: " format, OSM_NAME , ## arg)
968 #define osm_debug(format, arg...) \
969 osm_printk(KERN_DEBUG, format , ## arg)
971 #define osm_debug(format, arg...) \
975 #define osm_err(format, arg...) \
976 osm_printk(KERN_ERR, format , ## arg)
977 #define osm_info(format, arg...) \
978 osm_printk(KERN_INFO, format , ## arg)
979 #define osm_warn(format, ar
[all...]
H A Dnubus.h41 unsigned char format; member in struct:nubus_board
/include/linux/platform_data/
H A Dsimplefb.h19 /* format array, use it to initialize a "struct simplefb_format" array */
53 * can pass the width, height, stride and format via this platform-data object.
55 * @format must be a format as described in "struct simplefb_format" above.
61 const char *format; member in struct:simplefb_platform_data
/include/sound/
H A Dpcm_oss.h40 unsigned params: 1, /* format/parameter change */
45 int format; /* requested OSS format */ member in struct:snd_pcm_oss_runtime
H A Dseq_oss.h55 int (*load_patch)(struct snd_seq_oss_arg *p, int format, const char __user *buf, int offs, int count);
H A Dcore.h337 const char *format, ...);
339 #define __snd_printk(level, file, line, format, args...) \
340 printk(format, ##args)
345 * @fmt: format string
356 * @fmt: format string
391 static inline void snd_printd(const char *format, ...) {} argument
393 static inline void _snd_printd(int level, const char *format, ...) {} argument
409 * @format: format string
414 #define snd_printdd(format, arg
418 snd_printdd(const char *format, ...) argument
[all...]
H A Dpcm.h295 snd_pcm_format_t format; /* SNDRV_PCM_FORMAT_* */ member in struct:snd_pcm_runtime
302 snd_pcm_uframes_t min_align; /* Min alignment for the format */
826 int snd_pcm_format_signed(snd_pcm_format_t format);
827 int snd_pcm_format_unsigned(snd_pcm_format_t format);
828 int snd_pcm_format_linear(snd_pcm_format_t format);
829 int snd_pcm_format_little_endian(snd_pcm_format_t format);
830 int snd_pcm_format_big_endian(snd_pcm_format_t format);
833 * snd_pcm_format_cpu_endian - Check the PCM format is CPU-endian
834 * @format: the format t
[all...]
/include/media/
H A Dsoc_camera_platform.h23 struct v4l2_mbus_framefmt format; member in struct:soc_camera_platform_info
/include/acpi/
H A Dacpixf.h47 /* Current ACPICA subsystem version in YYYYMMDD format */
837 const char *format, ...))
843 const char *format, ...))
848 const char *format, ...))
853 const char *format, ...))
858 const char *format, ...))
863 const char *format, ...))
875 const char *format, ...))
883 const char *format, ...))
886 acpi_log_error(const char *format,
[all...]
/include/net/
H A Dcfg80211.h743 * @supported_rates: supported rates in IEEE 802.11 format
756 * @uapsd_queues: bitmap of queues configured for uapsd. same format
758 * @max_sp: max Service Period. same format as the MAX_SP in the
768 * @supported_channels: supported channels in IEEE 802.11 format
770 * @supported_oper_classes: supported oper classes in IEEE 802.11 format
1181 * @basic_rates: basic rates in IEEE 802.11 format
1849 * one bit per byte, in same format as nl80211
2952 * and are in the same format as in the information element. See
3525 * @fc: frame control field in little-endian format
4879 #define wiphy_printk(level, wiphy, format, arg
[all...]
/include/uapi/linux/
H A Domapfb.h113 __u32 format; member in struct:omapfb_update_window
122 __u32 format; member in struct:omapfb_update_window_old
/include/uapi/video/
H A Dadf.h107 * @format: DRM-style fourcc, see drm_fourcc.h for standard formats
120 __u32 format; member in struct:adf_buffer_config
162 * @format: DRM-style fourcc (input)
172 * @format must be a standard RGB format defined in drm_fourcc.h.
181 __u32 format; member in struct:adf_simple_buffer_alloc
/include/drm/
H A Ddrm_mipi_dsi.h114 * @format: pixel format for video mode
124 enum mipi_dsi_pixel_format format; member in struct:mipi_dsi_device
/include/uapi/drm/
H A Dqxl_drm.h118 uint32_t format; member in struct:drm_qxl_alloc_surf

Completed in 373 milliseconds

123