Searched refs:format (Results 151 - 175 of 1968) sorted by relevance

1234567891011>>

/linux-master/arch/m68k/include/uapi/asm/
H A Dptrace.h43 unsigned format : 4; /* frame format specifier */ member in struct:pt_regs
50 unsigned format : 4; /* frame format specifier */ member in struct:pt_regs
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgp102.c36 if (gr->zbc_stencil[zbc].format)
40 gr->zbc_stencil[zbc].format << ((znum % 4) * 7));
44 gp102_gr_zbc_stencil_get(struct gf100_gr *gr, int format, argument
51 if (gr->zbc_stencil[i].format) {
52 if (gr->zbc_stencil[i].format != format)
69 gr->zbc_stencil[zbc].format = format;
/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_plane.h46 * @format: information about the pixel format used by the plane
53 const struct rcar_du_format_info *format; member in struct:rcar_du_plane_state
71 const struct rcar_du_format_info **format);
/linux-master/tools/include/linux/
H A Dcompiler-gcc.h41 #define __printf(a, b) __attribute__((format(printf, a, b)))
42 #define __scanf(a, b) __attribute__((format(scanf, a, b)))
/linux-master/drivers/gpu/drm/imx/ipuv3/
H A Dipuv3-plane.c136 fb->format->cpp[plane] * x;
151 x /= fb->format->hsub;
152 y /= fb->format->vsub;
155 fb->format->cpp[1] * x - eba;
170 x /= fb->format->hsub;
171 y /= fb->format->vsub;
174 fb->format->cpp[2] * x - eba;
240 switch (ipu_plane->base.state->fb->format->format) {
341 uint32_t format, uint64_
340 ipu_plane_format_mod_supported(struct drm_plane *plane, uint32_t format, uint64_t modifier) argument
[all...]
/linux-master/tools/perf/ui/tui/
H A Dhelpline.c30 static int tui_helpline__show(const char *format, va_list ap) argument
37 sizeof(ui_helpline__last_msg) - backlog, format, ap);
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.h44 const enum surface_pixel_format format,
65 bool amdgpu_dm_plane_is_video_format(uint32_t format);
/linux-master/drivers/gpu/drm/amd/display/dc/dcn35/
H A Ddcn35_hubp.h63 enum surface_pixel_format format);
67 enum surface_pixel_format format,
/linux-master/drivers/media/platform/st/stm32/stm32-dcmipp/
H A Ddcmipp-bytecap.c102 struct v4l2_pix_format format; member in struct:dcmipp_bytecap_device
171 f->fmt.pix = vcap->format;
180 struct v4l2_pix_format *format = &f->fmt.pix; local
185 vpix = dcmipp_bytecap_pix_map_by_pixelformat(format->pixelformat);
187 format->pixelformat = fmt_default.pixelformat;
190 in_w = format->width;
191 in_h = format->height;
192 v4l_bound_align_image(&format->width, DCMIPP_FRAME_MIN_WIDTH,
193 DCMIPP_FRAME_MAX_WIDTH, 0, &format->height,
196 if (format
[all...]
/linux-master/arch/um/include/shared/
H A Duser.h28 __attribute__ ((format (printf, 1, 2)));
44 __attribute__ ((format (printf, 1, 2)));
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc.py64 foo = importlib.import_module('{}.{}'.format(pgdir, pgname))
106 fname = '{}.py'.format(r)
109 pgpath = '{}/{}'.format(d, fname)
113 print('ERROR: unable to find required plugin {}'.format(r))
118 print('at {}'.format(source_path[0]))
145 format(ee, pgn_inst.__class__))
146 print('test_ordinal is {}'.format(test_ordinal))
147 print('testid is {}'.format(caseinfo['id']))
214 print('command "{}"'.format(command))
229 foutput = "Command \"{}\" timed out\n".format(comman
[all...]
/linux-master/drivers/md/dm-vdo/
H A Dlogger.c50 * @fmt: The format string of the message
92 * emit_log_message() - Emit a log message to the kernel log in a format suited to the current
107 * @vaf1: The first message format descriptor
108 * @vaf2: The second message format descriptor
157 * @fmt1: format of message first part (required)
159 * @fmt2: format of message second part
194 int vdo_vlog_strerror(int priority, int errnum, const char *module, const char *format, argument
200 vdo_log_embedded_message(priority, module, NULL, format, args, ": %s (%d)",
205 int __vdo_log_strerror(int priority, int errnum, const char *module, const char *format, ...) argument
209 va_start(args, format);
223 __vdo_log_message(int priority, const char *module, const char *format, ...) argument
[all...]
H A Dpermassert.h42 int line_number, const char *format, ...)
/linux-master/drivers/gpu/drm/arm/
H A Dmalidp_drv.h68 /* internal format ID */
69 u8 format; member in struct:malidp_plane_state
92 bool malidp_hw_format_is_linear_only(u32 format);
93 bool malidp_hw_format_is_afbc_only(u32 format);
96 u32 format, u64 modifier);
H A Dmalidp_mw.c30 u8 format; member in struct:malidp_mw_connector_state
152 mw_state->format =
154 fb->format->format, !!fb->modifier);
155 if (mw_state->format == MALIDP_INVALID_FORMAT_ID) {
156 DRM_DEBUG_KMS("Invalid pixel format %p4cc\n",
157 &fb->format->format);
161 n_planes = fb->format->num_planes;
177 if (fb->format
[all...]
/linux-master/drivers/pci/hotplug/
H A Dshpchp.h36 #define dbg(format, arg...) \
39 printk(KERN_DEBUG "%s: " format, MY_NAME, ## arg); \
41 #define err(format, arg...) \
42 printk(KERN_ERR "%s: " format, MY_NAME, ## arg)
43 #define info(format, arg...) \
44 printk(KERN_INFO "%s: " format, MY_NAME, ## arg)
45 #define warn(format, arg...) \
46 printk(KERN_WARNING "%s: " format, MY_NAME, ## arg)
48 #define ctrl_dbg(ctrl, format, arg...) \
52 format, ## ar
[all...]
/linux-master/drivers/net/ethernet/intel/e1000/
H A De1000.h315 #define e_dbg(format, arg...) \
316 netdev_dbg(e1000_get_hw_dev(hw), format, ## arg)
317 #define e_err(msglvl, format, arg...) \
318 netif_err(adapter, msglvl, adapter->netdev, format, ## arg)
319 #define e_info(msglvl, format, arg...) \
320 netif_info(adapter, msglvl, adapter->netdev, format, ## arg)
321 #define e_warn(msglvl, format, arg...) \
322 netif_warn(adapter, msglvl, adapter->netdev, format, ## arg)
323 #define e_notice(msglvl, format, arg...) \
324 netif_notice(adapter, msglvl, adapter->netdev, format, ## ar
[all...]
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_rpf.c57 const struct v4l2_pix_format_mplane *format = &rpf->format; local
66 pstride = format->plane_fmt[0].bytesperline
68 if (format->num_planes > 1)
69 pstride |= format->plane_fmt[1].bytesperline
214 bool premultiplied = format->flags
243 const struct v4l2_pix_format_mplane *format = &rpf->format; local
260 offset_y = format->plane_fmt[0].bytesperline;
261 offset_c = format
294 const struct v4l2_pix_format_mplane *format = &rpf->format; local
[all...]
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispcsi2.c89 /* To set the format on the CSI2 requires a mapping function that takes
94 * - 2 isp revisions (certain format must be handled differently on OMAP3630)
95 * Output should be CSI2 frame format code
96 * Array indices as follows: [format][dest][decompr][is_3630]
160 * csi2_ctx_map_format - Map CSI2 sink media bus format to CSI2 format ID
163 * Returns CSI2 physical format id
187 WARN(1, KERN_ERR "CSI2: pixel format %08x unsupported!\n",
233 * @format_id: mapped format id
589 * The CSI2 receiver can't do any format conversio
849 struct v4l2_mbus_framefmt *format; local
905 struct v4l2_mbus_framefmt *format; local
942 struct v4l2_mbus_framefmt format; local
979 struct v4l2_mbus_framefmt *format; local
1001 struct v4l2_mbus_framefmt *format; local
1033 struct v4l2_subdev_format format; local
[all...]
/linux-master/drivers/staging/media/omap4iss/
H A Diss_csi2.c108 /* To set the format on the CSI2 requires a mapping function that takes
113 * Output should be CSI2 frame format code
114 * Array indices as follows: [format][dest][decompr]
189 * csi2_ctx_map_format - Map CSI2 sink media bus format to CSI2 format ID
192 * Returns CSI2 physical format id
223 WARN(1, "CSI2: pixel format %08x unsupported!\n",
267 * @format_id: mapped format id
558 * The CSI2 receiver can't do any format conversion except DPCM
589 /* Set configuration (timings, format an
846 struct v4l2_mbus_framefmt *format; local
902 struct v4l2_mbus_framefmt *format; local
939 struct v4l2_mbus_framefmt format; local
976 struct v4l2_mbus_framefmt *format; local
998 struct v4l2_mbus_framefmt *format; local
1047 struct v4l2_subdev_format format; local
[all...]
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun4i_frontend.c182 if (fb->format->num_planes > 1) {
190 if (fb->format->num_planes > 2) {
200 if (fb->format->num_planes > 1)
203 if (fb->format->num_planes > 2)
212 if (fb->format->num_planes > 1)
216 if (fb->format->num_planes > 2)
221 swap = sun4i_frontend_format_chroma_requires_swap(fb->format->format);
228 if (fb->format->num_planes > 1) {
236 if (fb->format
247 sun4i_frontend_drm_format_to_input_fmt(const struct drm_format_info *format, u32 *val) argument
267 sun4i_frontend_drm_format_to_input_mode(const struct drm_format_info *format, uint64_t modifier, u32 *val) argument
293 sun4i_frontend_drm_format_to_input_sequence(const struct drm_format_info *format, u32 *val) argument
407 const struct drm_format_info *format = fb->format; local
[all...]
/linux-master/sound/usb/
H A Dformat.c20 #include "format.h"
23 * parse the audio format type I descriptor
24 * and returns the corresponding pcm format
28 * @format: the format tag (wFormatTag)
29 * @fmt: the format type descriptor (v1/v2) or AudioStreaming descriptor (v3)
33 u64 format, void *_fmt)
42 if (format >= 64) {
44 "%u:%d: invalid format type 0x%llx is detected, processed as PCM\n",
45 fp->iface, fp->altsetting, format);
31 parse_audio_format_i_type(struct snd_usb_audio *chip, struct audioformat *fp, u64 format, void *_fmt) argument
647 parse_audio_format_i(struct snd_usb_audio *chip, struct audioformat *fp, u64 format, void *_fmt) argument
730 parse_audio_format_ii(struct snd_usb_audio *chip, struct audioformat *fp, u64 format, void *_fmt) argument
780 snd_usb_parse_audio_format(struct snd_usb_audio *chip, struct audioformat *fp, u64 format, struct uac_format_type_i_continuous_descriptor *fmt, int stream) argument
827 u64 format = le64_to_cpu(as->bmFormats); local
[all...]
/linux-master/net/dccp/ccids/lib/
H A Dtfrc.h21 #define tfrc_pr_debug(format, a...) DCCP_PR_DEBUG(tfrc_debug, format, ##a)
23 #define tfrc_pr_debug(format, a...)
/linux-master/drivers/media/usb/uvc/
H A Duvc_metadata.c42 struct v4l2_format *format)
46 struct v4l2_meta_format *fmt = &format->fmt.meta;
48 if (format->type != vfh->vdev->queue->type)
53 fmt->dataformat = stream->meta.format;
60 struct v4l2_format *format)
65 struct v4l2_meta_format *fmt = &format->fmt.meta;
68 if (format->type != vfh->vdev->queue->type)
81 struct v4l2_format *format)
85 struct v4l2_meta_format *fmt = &format->fmt.meta;
88 ret = uvc_meta_v4l2_try_format(file, fh, format);
41 uvc_meta_v4l2_get_format(struct file *file, void *fh, struct v4l2_format *format) argument
59 uvc_meta_v4l2_try_format(struct file *file, void *fh, struct v4l2_format *format) argument
80 uvc_meta_v4l2_set_format(struct file *file, void *fh, struct v4l2_format *format) argument
[all...]
/linux-master/scripts/gdb/linux/
H A Dproc.py77 "{0:0{1}x}-".format(start, width) +
78 "{0:0{1}x} : ".format(end, width) +
166 .format(pid))
172 gdb.write("{:^18} {:^15} {:>9} {} {} options\n".format(
198 gdb.write("{} {} {} {} {} {}{}{} 0 0\n".format(
254 gdb.write("fdt_magic: 0x{:02X}\n".format(fdt_header[0]))
255 gdb.write("fdt_totalsize: 0x{:02X}\n".format(fdt_header[1]))
256 gdb.write("off_dt_struct: 0x{:02X}\n".format(fdt_header[2]))
257 gdb.write("off_dt_strings: 0x{:02X}\n".format(fdt_header[3]))
258 gdb.write("off_mem_rsvmap: 0x{:02X}\n".format(fdt_heade
[all...]

Completed in 217 milliseconds

1234567891011>>