Home
last modified time | relevance | path

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

/linux/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 …]
/linux/drivers/media/i2c/
A Dmt9v111.c886 struct v4l2_mbus_framefmt *__fmt; in mt9v111_set_format() local
929 __fmt = __mt9v111_get_pad_format(mt9v111, sd_state, format->pad, in mt9v111_set_format()
933 if (__fmt->code == new_fmt.code && in mt9v111_set_format()
934 __fmt->width == new_fmt.width && in mt9v111_set_format()
935 __fmt->height == new_fmt.height) in mt9v111_set_format()
939 __fmt->code = new_fmt.code; in mt9v111_set_format()
940 __fmt->width = new_fmt.width; in mt9v111_set_format()
941 __fmt->height = new_fmt.height; in mt9v111_set_format()
947 __func__, __fmt->code, __fmt->width, __fmt->height); in mt9v111_set_format()
950 format->format = *__fmt; in mt9v111_set_format()
/linux/drivers/media/platform/exynos4-is/
A Dfimc-isp-video.c386 const struct fimc_fmt *__fmt; in __isp_video_try_fmt() local
388 __fmt = fimc_isp_find_format(&pixm->pixelformat, NULL, 2); in __isp_video_try_fmt()
391 *fmt = __fmt; in __isp_video_try_fmt()
395 pixm->num_planes = __fmt->memplanes; in __isp_video_try_fmt()
396 pixm->pixelformat = __fmt->fourcc; in __isp_video_try_fmt()
/linux/include/linux/
A Ddebugfs.h48 #define DEFINE_DEBUGFS_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument
51 __simple_attr_check_format(__fmt, 0ull); \
52 return simple_attr_open(inode, file, __get, __set, __fmt); \
A Dfs.h3563 #define DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument
3566 __simple_attr_check_format(__fmt, 0ull); \
3567 return simple_attr_open(inode, file, __get, __set, __fmt); \
/linux/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), \
/linux/security/apparmor/include/
A Dlib.h25 #define dbg_printk(__fmt, __args...) pr_debug(__fmt, ##__args) argument
/linux/include/media/
A Dv4l2-common.h48 #define dev_dbg_lvl(__dev, __level, __debug, __fmt, __arg...) \ argument
51 dev_printk(KERN_DEBUG, __dev, __fmt, ##__arg); \
/linux/tools/testing/selftests/tpm2/
A Dtpm2.py295 def __fmt(self): member in Public
310 return struct.pack(self.__fmt(),
321 return struct.calcsize(self.__fmt())
/linux/arch/powerpc/platforms/cell/spufs/
A Dfile.c141 #define DEFINE_SPUFS_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument
144 __simple_attr_check_format(__fmt, 0ull); \
145 return spufs_attr_open(inode, file, __get, __set, __fmt); \
1218 #define DEFINE_SPUFS_ATTRIBUTE(__name, __get, __set, __fmt, __acquire) \ argument
1241 DEFINE_SPUFS_SIMPLE_ATTRIBUTE(__name, __##__get, __set, __fmt);
/linux/drivers/scsi/bfa/
A Dbfa_fcs_lport.c5590 #define __fc_pid_match(__c0, __c1, __fmt) \ argument
5591 (((__fmt) == FC_RSCN_FORMAT_FABRIC) || \
5592 (((__fmt) == FC_RSCN_FORMAT_DOMAIN) && \
5594 (((__fmt) == FC_RSCN_FORMAT_AREA) && \

Completed in 56 milliseconds