Home
last modified time | relevance | path

Searched refs:fmt (Results 1 – 25 of 2271) sorted by relevance

12345678910>>...91

/drivers/infiniband/sw/rxe/
A Drxe.h13 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
40 #define rxe_dbg(fmt, ...) pr_debug("%s: " fmt, __func__, ##__VA_ARGS__) argument
41 #define rxe_dbg_dev(rxe, fmt, ...) ibdev_dbg(&(rxe)->ib_dev, \ argument
42 "%s: " fmt, __func__, ##__VA_ARGS__)
44 "uc#%d %s: " fmt, (uc)->elem.index, __func__, ##__VA_ARGS__)
46 "pd#%d %s: " fmt, (pd)->elem.index, __func__, ##__VA_ARGS__)
48 "ah#%d %s: " fmt, (ah)->elem.index, __func__, ##__VA_ARGS__)
60 #define rxe_err(fmt, ...) pr_err_ratelimited("%s: " fmt, __func__, \ argument
63 "%s: " fmt, __func__, ##__VA_ARGS__)
81 #define rxe_info(fmt, ...) pr_info_ratelimited("%s: " fmt, __func__, \ argument
[all …]
/drivers/net/wireless/marvell/libertas_tf/
A Ddeb_defs.h65 #define lbtf_deb_main(fmt, args...) LBTF_DEB_LL(LBTF_DEB_MAIN, " main", fmt, ##args) argument
66 #define lbtf_deb_net(fmt, args...) LBTF_DEB_LL(LBTF_DEB_NET, " net", fmt, ##args) argument
67 #define lbtf_deb_mesh(fmt, args...) LBTF_DEB_LL(LBTF_DEB_MESH, " mesh", fmt, ##args) argument
68 #define lbtf_deb_wext(fmt, args...) LBTF_DEB_LL(LBTF_DEB_WEXT, " wext", fmt, ##args) argument
73 #define lbtf_deb_11d(fmt, args...) LBTF_DEB_LL(LBTF_DEB_11D, " 11d", fmt, ##args) argument
77 #define lbtf_deb_cmd(fmt, args...) LBTF_DEB_LL(LBTF_DEB_CMD, " cmd", fmt, ##args) argument
78 #define lbtf_deb_rx(fmt, args...) LBTF_DEB_LL(LBTF_DEB_RX, " rx", fmt, ##args) argument
79 #define lbtf_deb_tx(fmt, args...) LBTF_DEB_LL(LBTF_DEB_TX, " tx", fmt, ##args) argument
80 #define lbtf_deb_fw(fmt, args...) LBTF_DEB_LL(LBTF_DEB_FW, " fw", fmt, ##args) argument
81 #define lbtf_deb_usb(fmt, args...) LBTF_DEB_LL(LBTF_DEB_USB, " usb", fmt, ##args) argument
[all …]
/drivers/media/pci/zoran/
A Dzoran_driver.c305 fmt->fmt.pix.bytesperline = 0; in zoran_g_fmt_vid_out()
327 fmt->fmt.pix.field = V4L2_FIELD_TOP; in zoran_g_fmt_vid_cap()
389 fmt->fmt.pix.bytesperline = 0; in zoran_try_fmt_vid_out()
425 fmt->fmt.pix.bytesperline = fmt->fmt.pix.width * bpp; in zoran_try_fmt_vid_cap()
426 fmt->fmt.pix.sizeimage = fmt->fmt.pix.bytesperline * fmt->fmt.pix.height; in zoran_try_fmt_vid_cap()
439 fmt->fmt.pix.width, fmt->fmt.pix.height, in zoran_s_fmt_vid_out()
440 fmt->fmt.pix.pixelformat, in zoran_s_fmt_vid_out()
445 if (!fmt->fmt.pix.height || !fmt->fmt.pix.width) in zoran_s_fmt_vid_out()
504 fmt->fmt.pix.bytesperline = 0; in zoran_s_fmt_vid_out()
526 fmt->fmt.pix.pixelformat); in zoran_s_fmt_vid_cap()
[all …]
/drivers/media/platform/qcom/iris/
A Diris_vdec.c209 fmt->fmt.pix_mp.pixelformat = f->fmt.pix_mp.pixelformat; in iris_vdec_s_fmt()
212 fmt->fmt.pix_mp.width = ALIGN(f->fmt.pix_mp.width, codec_align); in iris_vdec_s_fmt()
214 fmt->fmt.pix_mp.num_planes = 1; in iris_vdec_s_fmt()
220 fmt->fmt.pix_mp.colorspace = f->fmt.pix_mp.colorspace; in iris_vdec_s_fmt()
221 fmt->fmt.pix_mp.xfer_func = f->fmt.pix_mp.xfer_func; in iris_vdec_s_fmt()
222 fmt->fmt.pix_mp.ycbcr_enc = f->fmt.pix_mp.ycbcr_enc; in iris_vdec_s_fmt()
223 fmt->fmt.pix_mp.quantization = f->fmt.pix_mp.quantization; in iris_vdec_s_fmt()
246 fmt->fmt.pix_mp.pixelformat = f->fmt.pix_mp.pixelformat; in iris_vdec_s_fmt()
247 fmt->fmt.pix_mp.width = ALIGN(f->fmt.pix_mp.width, 128); in iris_vdec_s_fmt()
248 fmt->fmt.pix_mp.height = ALIGN(f->fmt.pix_mp.height, 32); in iris_vdec_s_fmt()
[all …]
/drivers/media/pci/cx18/
A Dcx18-driver.h164 #define CX18_DEBUG_INFO(fmt, args...) CX18_DEBUG(CX18_DBGFLG_INFO, "info", fmt , ## args) argument
165 #define CX18_DEBUG_API(fmt, args...) CX18_DEBUG(CX18_DBGFLG_API, "api", fmt , ## args) argument
166 #define CX18_DEBUG_DMA(fmt, args...) CX18_DEBUG(CX18_DBGFLG_DMA, "dma", fmt , ## args) argument
169 #define CX18_DEBUG_I2C(fmt, args...) CX18_DEBUG(CX18_DBGFLG_I2C, "i2c", fmt , ## args) argument
170 #define CX18_DEBUG_IRQ(fmt, args...) CX18_DEBUG(CX18_DBGFLG_IRQ, "irq", fmt , ## args) argument
187 #define CX18_ERR(fmt, args...) v4l2_err(&cx->v4l2_dev, fmt , ## args) argument
188 #define CX18_WARN(fmt, args...) v4l2_warn(&cx->v4l2_dev, fmt , ## args) argument
189 #define CX18_INFO(fmt, args...) v4l2_info(&cx->v4l2_dev, fmt , ## args) argument
236 #define CX18_ERR_DEV(dev, fmt, args...) v4l2_err(dev, fmt , ## args) argument
237 #define CX18_WARN_DEV(dev, fmt, args...) v4l2_warn(dev, fmt , ## args) argument
[all …]
/drivers/net/wireless/marvell/libertas/
A Ddefs.h58 #define lbs_deb_main(fmt, args...) LBS_DEB_LL(LBS_DEB_MAIN, " main", fmt, ##args) argument
59 #define lbs_deb_net(fmt, args...) LBS_DEB_LL(LBS_DEB_NET, " net", fmt, ##args) argument
60 #define lbs_deb_mesh(fmt, args...) LBS_DEB_LL(LBS_DEB_MESH, " mesh", fmt, ##args) argument
61 #define lbs_deb_wext(fmt, args...) LBS_DEB_LL(LBS_DEB_WEXT, " wext", fmt, ##args) argument
66 #define lbs_deb_11d(fmt, args...) LBS_DEB_LL(LBS_DEB_11D, " 11d", fmt, ##args) argument
70 #define lbs_deb_cmd(fmt, args...) LBS_DEB_LL(LBS_DEB_CMD, " cmd", fmt, ##args) argument
71 #define lbs_deb_rx(fmt, args...) LBS_DEB_LL(LBS_DEB_RX, " rx", fmt, ##args) argument
72 #define lbs_deb_tx(fmt, args...) LBS_DEB_LL(LBS_DEB_TX, " tx", fmt, ##args) argument
73 #define lbs_deb_fw(fmt, args...) LBS_DEB_LL(LBS_DEB_FW, " fw", fmt, ##args) argument
74 #define lbs_deb_usb(fmt, args...) LBS_DEB_LL(LBS_DEB_USB, " usb", fmt, ##args) argument
[all …]
/drivers/scsi/mpi3mr/
A Dmpi3mr_debug.h41 #define ioc_err(ioc, fmt, ...) \ argument
43 #define ioc_notice(ioc, fmt, ...) \ argument
45 #define ioc_warn(ioc, fmt, ...) \ argument
47 #define ioc_info(ioc, fmt, ...) \ argument
50 #define dprint(ioc, fmt, ...) \ argument
56 #define dprint_event_th(ioc, fmt, ...) \ argument
68 #define dprint_init(ioc, fmt, ...) \ argument
74 #define dprint_exit(ioc, fmt, ...) \ argument
80 #define dprint_tm(ioc, fmt, ...) \ argument
86 #define dprint_reply(ioc, fmt, ...) \ argument
[all …]
/drivers/gpu/drm/i915/gvt/
A Ddebug.h27 #define gvt_err(fmt, args...) \ argument
28 pr_err("gvt: "fmt, ##args)
33 pr_err("gvt: "fmt, ##args); \
39 pr_debug("gvt: core: "fmt, ##args)
42 pr_debug("gvt: irq: "fmt, ##args)
44 #define gvt_dbg_mm(fmt, args...) \ argument
45 pr_debug("gvt: mm: "fmt, ##args)
51 pr_debug("gvt: dpy: "fmt, ##args)
53 #define gvt_dbg_el(fmt, args...) \ argument
54 pr_debug("gvt: el: "fmt, ##args)
[all …]
/drivers/block/drbd/
A Ddrbd_polymorph_printk.h18 #define __drbd_printk_drbd_device_fmt(fmt) "drbd %s/%u drbd%u: " fmt argument
28 "drbd %s/%u drbd%u: " fmt
35 #define __drbd_printk_drbd_resource_fmt(fmt) "drbd %s: " fmt argument
43 "drbd %s: " fmt
97 #define drbd_emerg(device, fmt, args...) \ argument
99 #define drbd_alert(device, fmt, args...) \ argument
101 #define drbd_crit(device, fmt, args...) \ argument
103 #define drbd_err(device, fmt, args...) \ argument
105 #define drbd_warn(device, fmt, args...) \ argument
107 #define drbd_notice(device, fmt, args...) \ argument
[all …]
/drivers/block/rnbd/
A Drnbd-log.h15 #define rnbd_clt_log(fn, dev, fmt, ...) ( \ argument
16 fn("<%s@%s> " fmt, (dev)->pathname, \
20 fn("<%s@%s>: " fmt, (dev)->pathname, \
23 #define rnbd_clt_err(dev, fmt, ...) \ argument
25 #define rnbd_clt_err_rl(dev, fmt, ...) \ argument
27 #define rnbd_clt_info(dev, fmt, ...) \ argument
29 #define rnbd_clt_info_rl(dev, fmt, ...) \ argument
32 #define rnbd_srv_err(dev, fmt, ...) \ argument
34 #define rnbd_srv_err_rl(dev, fmt, ...) \ argument
36 #define rnbd_srv_info(dev, fmt, ...) \ argument
[all …]
/drivers/net/wireless/ath/wil6210/
A Ddebug.c10 void __wil_err(struct wil6210_priv *wil, const char *fmt, ...) in __wil_err() argument
15 va_start(args, fmt); in __wil_err()
16 vaf.fmt = fmt; in __wil_err()
31 va_start(args, fmt); in __wil_err_ratelimited()
32 vaf.fmt = fmt; in __wil_err_ratelimited()
47 va_start(args, fmt); in wil_dbg_ratelimited()
48 vaf.fmt = fmt; in wil_dbg_ratelimited()
60 va_start(args, fmt); in __wil_info()
61 vaf.fmt = fmt; in __wil_info()
73 va_start(args, fmt); in wil_dbg_trace()
[all …]
/drivers/media/usb/pwc/
A Dpwc.h57 #define PWC_DEBUG_PROBE(fmt, args...) PWC_DEBUG(PROBE, fmt, ##args) argument
58 #define PWC_DEBUG_OPEN(fmt, args...) PWC_DEBUG(OPEN, fmt, ##args) argument
59 #define PWC_DEBUG_READ(fmt, args...) PWC_DEBUG(READ, fmt, ##args) argument
61 #define PWC_DEBUG_FLOW(fmt, args...) PWC_DEBUG(FLOW, fmt, ##args) argument
62 #define PWC_DEBUG_SIZE(fmt, args...) PWC_DEBUG(SIZE, fmt, ##args) argument
63 #define PWC_DEBUG_IOCTL(fmt, args...) PWC_DEBUG(IOCTL, fmt, ##args) argument
76 #define PWC_ERROR(fmt, args...) printk(KERN_ERR PFX fmt, ##args) argument
78 #define PWC_INFO(fmt, args...) printk(KERN_INFO PFX fmt, ##args) argument
79 #define PWC_TRACE(fmt, args...) PWC_DEBUG(TRACE, fmt, ##args) argument
83 #define PWC_ERROR(fmt, args...) printk(KERN_ERR PFX fmt, ##args) argument
[all …]
/drivers/usb/gadget/function/
A Duvc_v4l2.c236 fmt->fmt.pix.width = video->width; in uvc_v4l2_get_format()
237 fmt->fmt.pix.height = video->height; in uvc_v4l2_get_format()
238 fmt->fmt.pix.field = V4L2_FIELD_NONE; in uvc_v4l2_get_format()
242 fmt->fmt.pix.priv = 0; in uvc_v4l2_get_format()
263 fmt->fmt.pix.pixelformat, in uvc_v4l2_try_format()
265 fmt->fmt.pix.width, fmt->fmt.pix.height); in uvc_v4l2_try_format()
272 fmt->fmt.pix.width, fmt->fmt.pix.height); in uvc_v4l2_try_format()
282 v4l2_fill_pixfmt(&fmt->fmt.pix, fmt->fmt.pix.pixelformat, in uvc_v4l2_try_format()
300 fmt->fmt.pix.priv = 0; in uvc_v4l2_try_format()
319 video->width = fmt->fmt.pix.width; in uvc_v4l2_set_format()
[all …]
/drivers/hv/
A Dmshv_root.h56 #define vp_fmt(fmt) "p%lluvp%u: " fmt argument
64 #define vp_emerg(v, fmt, ...) vp_devprintk(emerg, v, fmt, ##__VA_ARGS__) argument
65 #define vp_crit(v, fmt, ...) vp_devprintk(crit, v, fmt, ##__VA_ARGS__) argument
66 #define vp_alert(v, fmt, ...) vp_devprintk(alert, v, fmt, ##__VA_ARGS__) argument
67 #define vp_err(v, fmt, ...) vp_devprintk(err, v, fmt, ##__VA_ARGS__) argument
68 #define vp_warn(v, fmt, ...) vp_devprintk(warn, v, fmt, ##__VA_ARGS__) argument
70 #define vp_info(v, fmt, ...) vp_devprintk(info, v, fmt, ##__VA_ARGS__) argument
71 #define vp_dbg(v, fmt, ...) vp_devprintk(dbg, v, fmt, ##__VA_ARGS__) argument
133 #define pt_fmt(fmt) "p%llu: " fmt argument
143 #define pt_err(p, fmt, ...) pt_devprintk(err, p, fmt, ##__VA_ARGS__) argument
[all …]
/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_formats.c5 #define pr_fmt(fmt) "[drm:%s:%d] " fmt, __func__, __LINE__ argument
75 if (MSM_FORMAT_IS_DX(fmt)) { in _dpu_format_get_media_color_ubwc()
94 const struct msm_format *fmt, in _dpu_format_populate_plane_sizes_ubwc() argument
110 &fmt->pixel_format); in _dpu_format_populate_plane_sizes_ubwc()
114 if (MSM_FORMAT_IS_YUV(fmt)) { in _dpu_format_populate_plane_sizes_ubwc()
202 (MSM_FORMAT_IS_DX(fmt))) in _dpu_format_populate_plane_sizes_linear()
256 const struct msm_format *fmt; in dpu_format_populate_plane_sizes() local
271 if (MSM_FORMAT_IS_UBWC(fmt) || MSM_FORMAT_IS_TILE(fmt)) in dpu_format_populate_plane_sizes()
280 const struct msm_format *fmt; in _dpu_format_populate_addrs_ubwc() local
290 if (MSM_FORMAT_IS_YUV(fmt)) { in _dpu_format_populate_addrs_ubwc()
[all …]
/drivers/gpu/drm/xe/
A Dxe_sriov_printk.h18 #define xe_sriov_printk(xe, _level, fmt, ...) \ argument
21 #define xe_sriov_err(xe, fmt, ...) \ argument
22 xe_sriov_printk((xe), err, fmt, ##__VA_ARGS__)
24 #define xe_sriov_err_ratelimited(xe, fmt, ...) \ argument
27 #define xe_sriov_warn(xe, fmt, ...) \ argument
28 xe_sriov_printk((xe), warn, fmt, ##__VA_ARGS__)
30 #define xe_sriov_notice(xe, fmt, ...) \ argument
33 #define xe_sriov_info(xe, fmt, ...) \ argument
36 #define xe_sriov_dbg(xe, fmt, ...) \ argument
37 xe_sriov_printk((xe), dbg, fmt, ##__VA_ARGS__)
[all …]
/drivers/staging/media/starfive/camss/
A Dstf-isp.c96 fmt->width = clamp_t(u32, fmt->width, STFCAMSS_FRAME_MIN_WIDTH, in isp_try_format()
98 fmt->height = clamp_t(u32, fmt->height, STFCAMSS_FRAME_MIN_HEIGHT, in isp_try_format()
100 fmt->height &= ~0x1; in isp_try_format()
103 fmt->flags = 0; in isp_try_format()
151 isp_try_format(isp_dev, state, fmt->pad, &fmt->format); in isp_set_format()
152 *format = fmt->format; in isp_set_format()
155 fmt->format.code); in isp_set_format()
162 sel.which = fmt->which; in isp_set_format()
188 .width = fmt->width, in isp_try_crop()
189 .height = fmt->height, in isp_try_crop()
[all …]
/drivers/usb/usbip/
A Dusbip_common.h27 #define pr_fmt(fmt) KBUILD_MODNAME ": %s:%d: " fmt, __func__, __LINE__ argument
29 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
65 pr_debug(fmt, ##args); \
68 #define usbip_dbg_sysfs(fmt, args...) \ argument
70 #define usbip_dbg_xmit(fmt, args...) \ argument
72 #define usbip_dbg_urb(fmt, args...) \ argument
74 #define usbip_dbg_eh(fmt, args...) \ argument
77 #define usbip_dbg_vhci_rh(fmt, args...) \ argument
79 #define usbip_dbg_vhci_hc(fmt, args...) \ argument
81 #define usbip_dbg_vhci_rx(fmt, args...) \ argument
[all …]
/drivers/media/platform/amphion/
A Dvpu_v4l2.c148 info = vpu_helper_find_format(inst, fmt->type, fmt->pixfmt); in vpu_init_format()
154 memcpy(fmt, info, sizeof(*fmt)); in vpu_init_format()
199 fmt->sizeimage[i] = vpu_helper_get_plane_size(fmt->pixfmt, in vpu_calc_fmt_sizeimage()
206 fmt->sizeimage[i] = max_t(u32, fmt->sizeimage[i], PAGE_SIZE); in vpu_calc_fmt_sizeimage()
224 if (fmt->comp_planes == fmt->mem_planes) in vpu_get_fmt_plane_size()
230 for (i = fmt->mem_planes; i < fmt->comp_planes; i++) in vpu_get_fmt_plane_size()
251 fmt->width = vpu_helper_valid_frame_width(inst, fmt->width); in vpu_try_fmt_common()
613 fmt->width, fmt->height, in vpu_vb2_start_streaming()
614 fmt->sizeimage[0], fmt->bytesperline[0], in vpu_vb2_start_streaming()
615 fmt->sizeimage[1], fmt->bytesperline[1], in vpu_vb2_start_streaming()
[all …]
/drivers/staging/media/atomisp/pci/runtime/debug/interface/
A Dia_css_debug.h65 #define IA_CSS_ERROR(fmt, ...) \ argument
69 #define IA_CSS_WARNING(fmt, ...) \ argument
74 #define IA_CSS_ENTER(fmt, ...) \ argument
79 #define IA_CSS_ENTER_LEAVE(fmt, ...) \ argument
83 #define IA_CSS_LEAVE(fmt, ...) \ argument
95 #define IA_CSS_LOG(fmt, ...) \ argument
100 #define IA_CSS_ENTER_PRIVATE(fmt, ...) \ argument
104 #define IA_CSS_LEAVE_PRIVATE(fmt, ...) \ argument
125 const char *fmt, in ia_css_debug_vdtrace() argument
129 sh_css_vprint(fmt, args); in ia_css_debug_vdtrace()
[all …]
/drivers/infiniband/sw/rdmavt/
A Dvt.h21 #define rvt_pr_info(rdi, fmt, ...) \ argument
24 fmt, \
27 #define rvt_pr_warn(rdi, fmt, ...) \ argument
30 fmt, \
33 #define rvt_pr_err(rdi, fmt, ...) \ argument
36 fmt, \
39 #define rvt_pr_err_ratelimited(rdi, fmt, ...) \ argument
42 fmt, \
45 #define __rvt_pr_info(pdev, name, fmt, ...) \ argument
48 #define __rvt_pr_warn(pdev, name, fmt, ...) \ argument
[all …]
/drivers/media/pci/ivtv/
A Divtv-driver.h25 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
145 #define IVTV_DEBUG_WARN(fmt, args...) IVTV_DEBUG(IVTV_DBGFLG_WARN, "warn", fmt , ## args) argument
146 #define IVTV_DEBUG_INFO(fmt, args...) IVTV_DEBUG(IVTV_DBGFLG_INFO, "info", fmt , ## args) argument
147 #define IVTV_DEBUG_MB(fmt, args...) IVTV_DEBUG(IVTV_DBGFLG_MB, "mb", fmt , ## args) argument
148 #define IVTV_DEBUG_DMA(fmt, args...) IVTV_DEBUG(IVTV_DBGFLG_DMA, "dma", fmt , ## args) argument
149 #define IVTV_DEBUG_IOCTL(fmt, args...) IVTV_DEBUG(IVTV_DBGFLG_IOCTL, "ioctl", fmt , ## args) argument
150 #define IVTV_DEBUG_FILE(fmt, args...) IVTV_DEBUG(IVTV_DBGFLG_FILE, "file", fmt , ## args) argument
151 #define IVTV_DEBUG_I2C(fmt, args...) IVTV_DEBUG(IVTV_DBGFLG_I2C, "i2c", fmt , ## args) argument
173 #define IVTV_ERR(fmt, args...) v4l2_err(&itv->v4l2_dev, fmt , ## args) argument
174 #define IVTV_WARN(fmt, args...) v4l2_warn(&itv->v4l2_dev, fmt , ## args) argument
[all …]
/drivers/infiniband/ulp/rtrs/
A Drtrs-log.h12 #define rtrs_log(fn, obj, fmt, ...) \ argument
13 fn("<%s>: " fmt, obj->sessname, ##__VA_ARGS__)
15 #define rtrs_err(obj, fmt, ...) \ argument
16 rtrs_log(pr_err, obj, fmt, ##__VA_ARGS__)
17 #define rtrs_err_rl(obj, fmt, ...) \ argument
19 #define rtrs_wrn(obj, fmt, ...) \ argument
20 rtrs_log(pr_warn, obj, fmt, ##__VA_ARGS__)
21 #define rtrs_wrn_rl(obj, fmt, ...) \ argument
23 #define rtrs_info(obj, fmt, ...) \ argument
24 rtrs_log(pr_info, obj, fmt, ##__VA_ARGS__)
[all …]
/drivers/media/test-drivers/
A Dvim2m.c866 fmt = find_format(f->fmt.pix.pixelformat); in vidioc_try_fmt_vid_cap()
867 if (!fmt) { in vidioc_try_fmt_vid_cap()
869 fmt = find_format(f->fmt.pix.pixelformat); in vidioc_try_fmt_vid_cap()
895 fmt = find_format(f->fmt.pix_mp.pixelformat); in vidioc_try_fmt_vid_cap_mplane()
896 if (!fmt) { in vidioc_try_fmt_vid_cap_mplane()
898 fmt = find_format(f->fmt.pix_mp.pixelformat); in vidioc_try_fmt_vid_cap_mplane()
924 fmt = find_format(f->fmt.pix.pixelformat); in vidioc_try_fmt_vid_out()
925 if (!fmt) { in vidioc_try_fmt_vid_out()
927 fmt = find_format(f->fmt.pix.pixelformat); in vidioc_try_fmt_vid_out()
951 fmt = find_format(f->fmt.pix_mp.pixelformat); in vidioc_try_fmt_vid_out_mplane()
[all …]
/drivers/media/platform/ti/am437x/
A Dam437x-vpfe.c996 vpfe->fmt.fmt.pix.pixelformat = fmt->fourcc; in vpfe_config_image_format()
1298 fmt->width, fmt->height, fmt->code); in __subdev_get_format()
1322 fmt->width, fmt->height, fmt->code); in __subdev_set_format()
1358 *fmt = vpfe->fmt; in vpfe_g_fmt()
1407 f->fmt.pix.field = vpfe->fmt.fmt.pix.field; in vpfe_try_fmt()
1435 f->fmt.pix.width = vpfe->fmt.fmt.pix.width; in vpfe_try_fmt()
1436 f->fmt.pix.height = vpfe->fmt.fmt.pix.height; in vpfe_try_fmt()
1443 f->fmt.pix.colorspace = vpfe->fmt.fmt.pix.colorspace; in vpfe_try_fmt()
1485 *fmt = vpfe->fmt; in vpfe_s_fmt()
2030 vpfe->fmt.fmt.pix.sizeimage = vpfe->fmt.fmt.pix.bytesperline * in vpfe_s_selection()
[all …]

Completed in 72 milliseconds

12345678910>>...91