Home
last modified time | relevance | path

Searched refs:__fmt (Results 1 – 6 of 6) sorted by relevance

/drivers/scsi/csiostor/
A Dcsio_hw.h611 #define csio_info(__hw, __fmt, ...) \ argument
612 dev_info(&(__hw)->pdev->dev, __fmt, ##__VA_ARGS__)
614 #define csio_fatal(__hw, __fmt, ...) \ argument
615 dev_crit(&(__hw)->pdev->dev, __fmt, ##__VA_ARGS__)
617 #define csio_err(__hw, __fmt, ...) \ argument
618 dev_err(&(__hw)->pdev->dev, __fmt, ##__VA_ARGS__)
620 #define csio_warn(__hw, __fmt, ...) \ argument
621 dev_warn(&(__hw)->pdev->dev, __fmt, ##__VA_ARGS__)
624 #define csio_dbg(__hw, __fmt, ...) \ argument
625 csio_info((__hw), __fmt, ##__VA_ARGS__);
[all …]
/drivers/media/i2c/
A Dmt9v111.c896 struct v4l2_mbus_framefmt *__fmt; in mt9v111_set_format() local
939 __fmt = __mt9v111_get_pad_format(mt9v111, sd_state, format->pad, in mt9v111_set_format()
943 if (__fmt->code == new_fmt.code && in mt9v111_set_format()
944 __fmt->width == new_fmt.width && in mt9v111_set_format()
945 __fmt->height == new_fmt.height) in mt9v111_set_format()
949 __fmt->code = new_fmt.code; in mt9v111_set_format()
950 __fmt->width = new_fmt.width; in mt9v111_set_format()
951 __fmt->height = new_fmt.height; in mt9v111_set_format()
957 __func__, __fmt->code, __fmt->width, __fmt->height); in mt9v111_set_format()
960 format->format = *__fmt; in mt9v111_set_format()
/drivers/gpu/drm/display/
A Ddrm_dp_tunnel.c60 #define __tun_prn(__tunnel, __level, __type, __fmt, ...) \ argument
62 "[DPTUN %s][%s] " __fmt, \
67 #define tun_dbg(__tunnel, __fmt, ...) \ argument
68 __tun_prn(__tunnel, dbg, _kms, __fmt, ## __VA_ARGS__)
70 #define tun_dbg_stat(__tunnel, __err, __fmt, ...) do { \ argument
72 __tun_prn(__tunnel, dbg, _kms, __fmt " (Failed, err: %pe)\n", \
75 __tun_prn(__tunnel, dbg, _kms, __fmt " (Ok)\n", \
79 #define tun_dbg_atomic(__tunnel, __fmt, ...) \ argument
80 __tun_prn(__tunnel, dbg, _atomic, __fmt, ## __VA_ARGS__)
82 #define tun_grp_dbg(__group, __fmt, ...) \ argument
[all …]
/drivers/media/platform/samsung/exynos4-is/
A Dfimc-isp-video.c384 const struct fimc_fmt *__fmt; in __isp_video_try_fmt() local
386 __fmt = fimc_isp_find_format(&pixm->pixelformat, NULL, 2); in __isp_video_try_fmt()
389 *fmt = __fmt; in __isp_video_try_fmt()
393 pixm->num_planes = __fmt->memplanes; in __isp_video_try_fmt()
394 pixm->pixelformat = __fmt->fourcc; in __isp_video_try_fmt()
/drivers/media/pci/ivtv/
A Divtv-alsa-main.c22 #define IVTV_DEBUG_ALSA_INFO(__fmt, __arg...) \ argument
25 printk(KERN_INFO pr_fmt("%s: alsa:" __fmt), \
/drivers/scsi/bfa/
A Dbfa_fcs_lport.c5500 #define __fc_pid_match(__c0, __c1, __fmt) \ argument
5501 (((__fmt) == FC_RSCN_FORMAT_FABRIC) || \
5502 (((__fmt) == FC_RSCN_FORMAT_DOMAIN) && \
5504 (((__fmt) == FC_RSCN_FORMAT_AREA) && \

Completed in 32 milliseconds