[go: nahoru, domu]

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

1234567891011>>

/drivers/acpi/acpica/
H A Dutxferror.c63 * format - Printf format string + additional args
71 acpi_error(const char *module_name, u32 line_number, const char *format, ...) argument
78 va_start(arg_list, format);
79 acpi_os_vprintf(format, arg_list);
95 * format - Printf format string + additional args
105 u32 line_number, acpi_status status, const char *format, ...)
113 va_start(arg_list, format);
114 acpi_os_vprintf(format, arg_lis
[all...]
H A Dutprint.c347 * format - Standard printf format
358 acpi_size size, const char *format, va_list args)
377 for (; *format; ++format) {
378 if (*format != '%') {
379 pos = acpi_ut_bound_string_output(pos, end, *format);
386 ++format;
387 if (*format == '#') {
389 } else if (*format
357 acpi_ut_vsnprintf(char *string, acpi_size size, const char *format, va_list args) argument
598 acpi_ut_snprintf(char *string, acpi_size size, const char *format, ...) argument
625 acpi_ut_file_vprintf(ACPI_FILE file, const char *format, va_list args) argument
653 acpi_ut_file_printf(ACPI_FILE file, const char *format, ...) argument
[all...]
H A Duterror.c64 * format - Printf format string + additional args
78 u8 node_flags, const char *format, ...)
92 va_start(arg_list, format);
93 acpi_os_vprintf(format, arg_list);
106 * format - Printf format string + additional args
120 char *pathname, u8 node_flags, const char *format, ...)
134 va_start(arg_list, format);
135 acpi_os_vprintf(format, arg_lis
75 acpi_ut_predefined_warning(const char *module_name, u32 line_number, char *pathname, u8 node_flags, const char *format, ...) argument
118 acpi_ut_predefined_info(const char *module_name, u32 line_number, char *pathname, u8 node_flags, const char *format, ...) argument
160 acpi_ut_predefined_bios_error(const char *module_name, u32 line_number, char *pathname, u8 node_flags, const char *format, ...) argument
[all...]
/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmlx5_core.h42 #define mlx5_core_dbg(dev, format, ...) \
43 pr_debug("%s:%s:%d:(pid %d): " format, \
47 #define mlx5_core_dbg_mask(dev, mask, format, ...) \
50 mlx5_core_dbg(dev, format, ##__VA_ARGS__); \
53 #define mlx5_core_err(dev, format, ...) \
54 pr_err("%s:%s:%d:(pid %d): " format, \
58 #define mlx5_core_warn(dev, format, ...) \
59 pr_warn("%s:%s:%d:(pid %d): " format, \
/drivers/media/platform/vsp1/
H A Dvsp1_rwpf.c49 struct v4l2_mbus_framefmt *format; local
51 format = v4l2_subdev_get_try_format(fh, fse->pad);
53 if (fse->index || fse->code != format->code)
65 fse->min_width = format->width;
66 fse->max_width = format->width;
67 fse->min_height = format->height;
68 fse->max_height = format->height;
92 fmt->format = *vsp1_entity_get_pad_format(&rwpf->entity, fh, fmt->pad,
102 struct v4l2_mbus_framefmt *format; local
105 /* Default to YUV if the requested format i
152 struct v4l2_mbus_framefmt *format; local
184 struct v4l2_mbus_framefmt *format; local
[all...]
H A Dvsp1_lif.c45 const struct v4l2_mbus_framefmt *format; local
56 format = &lif->entity.formats[LIF_PAD_SOURCE];
58 obth = min(obth, (format->width + 1) / 2 * format->height - 4);
66 (format->code == 0 ? VI6_LIF_CTRL_CFMT : 0) |
91 struct v4l2_mbus_framefmt *format; local
93 /* The LIF can't perform format conversion, the sink format is
94 * always identical to the source format.
99 format
110 struct v4l2_mbus_framefmt *format; local
147 struct v4l2_mbus_framefmt *format; local
[all...]
H A Dvsp1_lut.c93 struct v4l2_mbus_framefmt *format; local
101 /* The LUT can't perform format conversion, the sink format is
102 * always identical to the source format.
107 format = v4l2_subdev_get_try_format(fh, LUT_PAD_SINK);
108 code->code = format->code;
118 struct v4l2_mbus_framefmt *format; local
120 format = v4l2_subdev_get_try_format(fh, fse->pad);
122 if (fse->index || fse->code != format->code)
134 fse->min_width = format
158 struct v4l2_mbus_framefmt *format; local
[all...]
H A Dvsp1_sru.c176 struct v4l2_mbus_framefmt *format; local
184 /* The SRU can't perform format conversion, the sink format is
185 * always identical to the source format.
190 format = v4l2_subdev_get_try_format(fh, SRU_PAD_SINK);
191 code->code = format->code;
201 struct v4l2_mbus_framefmt *format; local
203 format = v4l2_subdev_get_try_format(fh, SRU_PAD_SINK);
205 if (fse->index || fse->code != format->code)
214 fse->min_width = format
244 struct v4l2_mbus_framefmt *format; local
295 struct v4l2_mbus_framefmt *format; local
[all...]
H A Dvsp1_hsit.c84 struct v4l2_mbus_framefmt *format; local
86 format = v4l2_subdev_get_try_format(fh, fse->pad);
88 if (fse->index || fse->code != format->code)
100 fse->min_width = format->width;
101 fse->max_width = format->width;
102 fse->min_height = format->height;
103 fse->max_height = format->height;
115 fmt->format = *vsp1_entity_get_pad_format(&hsit->entity, fh, fmt->pad,
126 struct v4l2_mbus_framefmt *format; local
128 format
[all...]
H A Dvsp1_bru.c74 struct v4l2_mbus_framefmt *format; local
86 format = &bru->entity.formats[BRU_PAD_SOURCE];
95 * format at the pipeline output is premultiplied.
97 flags = pipe->output ? pipe->output->video.format.flags : 0;
104 (format->width << VI6_BRU_VIRRPF_SIZE_HSIZE_SHIFT) |
105 (format->height << VI6_BRU_VIRRPF_SIZE_VSIZE_SHIFT));
128 premultiplied = bru->inputs[i].rpf->video.format.flags
180 * The BRU can't perform format conversion, all sink and source formats must be
181 * identical. We pick the format on the first sink pad (pad 0) and propagate it
193 struct v4l2_mbus_framefmt *format; local
259 struct v4l2_mbus_framefmt *format; local
287 struct v4l2_mbus_framefmt *format; local
351 struct v4l2_mbus_framefmt *format; local
[all...]
/drivers/infiniband/hw/ehca/
H A Dehca_tools.h69 #define ehca_dbg(ib_dev, format, arg...) \
73 "PU%04x EHCA_DBG:%s " format "\n", \
78 #define ehca_info(ib_dev, format, arg...) \
79 dev_info((ib_dev)->dma_device, "PU%04x EHCA_INFO:%s " format "\n", \
82 #define ehca_warn(ib_dev, format, arg...) \
83 dev_warn((ib_dev)->dma_device, "PU%04x EHCA_WARN:%s " format "\n", \
86 #define ehca_err(ib_dev, format, arg...) \
87 dev_err((ib_dev)->dma_device, "PU%04x EHCA_ERR:%s " format "\n", \
91 #define ehca_gen_dbg(format, arg...) \
94 printk(KERN_DEBUG "PU%04x EHCA_DBG:%s " format "\
[all...]
/drivers/input/serio/
H A Di8042.h70 #define dbg(format, arg...) \
73 printk(KERN_DEBUG KBUILD_MODNAME ": [%d] " format, \
78 #define dbg(format, arg...) \
81 printk(KERN_DEBUG pr_fmt(format), ##arg); \
/drivers/pci/hotplug/
H A Drpaphp.h50 #define dbg(format, arg...) \
53 printk(KERN_DEBUG "%s: " format, \
56 #define err(format, arg...) printk(KERN_ERR "%s: " format, MY_NAME , ## arg)
57 #define info(format, arg...) printk(KERN_INFO "%s: " format, MY_NAME , ## arg)
58 #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME , ## arg)
/drivers/usb/atm/
H A Dusbatm.h43 #define usb_err(instance, format, arg...) \
44 dev_err(&(instance)->usb_intf->dev , format , ## arg)
45 #define usb_info(instance, format, arg...) \
46 dev_info(&(instance)->usb_intf->dev , format , ## arg)
47 #define usb_warn(instance, format, arg...) \
48 dev_warn(&(instance)->usb_intf->dev , format , ## arg)
49 #define usb_dbg(instance, format, arg...) \
50 dev_dbg(&(instance)->usb_intf->dev , format , ## arg)
53 #define atm_printk(level, instance, format, arg...) \
54 printk(level "ATM dev %d: " format , \
[all...]
/drivers/staging/media/omap4iss/
H A Diss_ipipe.c87 struct v4l2_mbus_framefmt *format; local
90 format = &ipipe->formats[IPIPE_PAD_SINK];
103 (format->height - 2) & IPIPE_SRC_VSZ_MASK);
105 (format->width - 1) & IPIPE_SRC_HSZ_MASK);
117 format = &ipipe->formats[IPIPE_PAD_SOURCE_VP];
189 * ipipe_try_format - Try video format on a pad
200 struct v4l2_mbus_framefmt *format; local
223 format = __ipipe_get_format(ipipe, fh, IPIPE_PAD_SINK, which);
224 memcpy(fmt, format, sizeof(*fmt));
237 * ipipe_enum_mbus_code - Handle pixel format enumeratio
275 struct v4l2_mbus_framefmt format; local
313 struct v4l2_mbus_framefmt *format; local
336 struct v4l2_mbus_framefmt *format; local
383 struct v4l2_subdev_format format; local
[all...]
H A Diss_ipipeif.c129 struct v4l2_mbus_framefmt *format; local
135 format = &ipipeif->formats[IPIPEIF_PAD_SINK];
141 /* Select ISIF/IPIPEIF input format */
142 switch (format->code) {
186 info = omap4iss_video_format_info(format->code);
199 (format->width - 1) & ISIF_LNH_MASK);
201 (format->height - 1) & ISIF_LNV_MASK);
205 format->height - 1);
208 format = &ipipeif->formats[IPIPEIF_PAD_SOURCE_ISIF_SF];
389 * ipipeif_try_format - Try video format o
401 struct v4l2_mbus_framefmt *format; local
469 struct v4l2_mbus_framefmt *format; local
503 struct v4l2_mbus_framefmt format; local
543 struct v4l2_mbus_framefmt *format; local
566 struct v4l2_mbus_framefmt *format; local
623 struct v4l2_subdev_format format; local
[all...]
/drivers/memstick/host/
H A Dr592.h160 #define message(format, ...) \
161 printk(KERN_INFO DRV_NAME ": " format "\n", ## __VA_ARGS__)
163 #define __dbg(level, format, ...) \
167 ": " format "\n", ## __VA_ARGS__); \
171 #define dbg(format, ...) __dbg(1, format, ## __VA_ARGS__)
172 #define dbg_verbose(format, ...) __dbg(2, format, ## __VA_ARGS__)
173 #define dbg_reg(format, ...) __dbg(3, format, ## __VA_ARGS_
[all...]
/drivers/staging/lustre/include/linux/libcfs/
H A Dlibcfs_debug.h210 #define __CDEBUG(cdls, mask, format, ...) \
218 libcfs_debug_msg(&msgdata, format, ## __VA_ARGS__); \
222 #define CDEBUG(mask, format, ...) __CDEBUG(NULL, mask, format, ## __VA_ARGS__)
224 #define CDEBUG_LIMIT(mask, format, ...) \
228 __CDEBUG(&cdls, mask, format, ## __VA_ARGS__); \
231 #define CWARN(format, ...) CDEBUG_LIMIT(D_WARNING, format, ## __VA_ARGS__)
232 #define CERROR(format, ...) CDEBUG_LIMIT(D_ERROR, format, ## __VA_ARGS_
[all...]
/drivers/isdn/capi/
H A Dkcapi.h19 #define DBG(format, arg...) do { \
20 printk(KERN_DEBUG "%s: " format "\n" , __func__ , ## arg); \
23 #define DBG(format, arg...) /* */
/drivers/video/adf/
H A Dadf_format.c21 bool adf_format_is_standard(u32 format) argument
23 switch (format) {
89 bool adf_format_is_rgb(u32 format) argument
91 switch (format) {
131 u8 adf_format_num_planes(u32 format) argument
133 switch (format) {
156 u8 adf_format_bpp(u32 format) argument
158 switch (format) {
199 pr_debug("%s: unsupported pixel format %u\n", __func__, format);
205 adf_format_plane_cpp(u32 format, int plane) argument
238 adf_format_horz_chroma_subsampling(u32 format) argument
265 adf_format_vert_chroma_subsampling(u32 format) argument
[all...]
/drivers/gpu/drm/shmobile/
H A Dshmob_drm_plane.c32 const struct shmob_drm_format_info *format; member in struct:shmob_drm_plane
52 bpp = splane->format->yuv ? 8 : splane->format->bpp;
57 if (splane->format->yuv) {
58 bpp = splane->format->bpp - 8;
70 u32 format; local
73 format = LDBBSIFR_EN | (splane->alpha << LDBBSIFR_LAY_SHIFT);
75 switch (splane->format->fourcc) {
80 format |= LDBBSIFR_SWPL | LDBBSIFR_SWPW;
86 format |
184 const struct shmob_drm_format_info *format; local
[all...]
/drivers/media/pci/zoran/
H A Dzoran_card.h35 #define dprintk(num, format, args...) \
38 printk(format, ##args); \
/drivers/scsi/esas2r/
H A Desas2r_log.c105 * the master logging function. this function will format the message as
111 * @param [in] format the formatting string for the message
118 const char *format,
141 * format the level onto the beginning of the string and do
160 retval = vsnprintf(buffer, buflen, format, args);
182 * @param [in] format the formating string for the message
187 int esas2r_log(const long level, const char *format, ...) argument
192 va_start(args, format);
194 retval = esas2r_log_master(level, NULL, format, args);
207 * @param [in] format th
116 esas2r_log_master(const long level, const struct device *dev, const char *format, va_list args) argument
212 esas2r_log_dev(const long level, const struct device *dev, const char *format, ...) argument
[all...]
/drivers/media/dvb-frontends/
H A Dstv6110x_priv.h32 #define dprintk(__y, __z, format, arg...) do { \
35 printk(KERN_ERR "%s: " format "\n", __func__ , ##arg); \
37 printk(KERN_NOTICE "%s: " format "\n", __func__ , ##arg); \
39 printk(KERN_INFO "%s: " format "\n", __func__ , ##arg); \
41 printk(KERN_DEBUG "%s: " format "\n", __func__ , ##arg); \
44 printk(format, ##arg); \
/drivers/mtd/
H A Dsm_ftl.h77 #define sm_printk(format, ...) \
78 printk(KERN_WARNING "sm_ftl" ": " format "\n", ## __VA_ARGS__)
80 #define dbg(format, ...) \
82 printk(KERN_DEBUG "sm_ftl" ": " format "\n", ## __VA_ARGS__)
84 #define dbg_verbose(format, ...) \
86 printk(KERN_DEBUG "sm_ftl" ": " format "\n", ## __VA_ARGS__)

Completed in 505 milliseconds

1234567891011>>