/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
H A D | csio_hw.h | 611 #define csio_info(__hw, __fmt, ...) \ 612 dev_info(&(__hw)->pdev->dev, __fmt, ##__VA_ARGS__) 614 #define csio_fatal(__hw, __fmt, ...) \ 615 dev_crit(&(__hw)->pdev->dev, __fmt, ##__VA_ARGS__) 617 #define csio_err(__hw, __fmt, ...) \ 618 dev_err(&(__hw)->pdev->dev, __fmt, ##__VA_ARGS__) 620 #define csio_warn(__hw, __fmt, ...) \ 621 dev_warn(&(__hw)->pdev->dev, __fmt, ##__VA_ARGS__) 624 #define csio_dbg(__hw, __fmt, ...) \ 625 csio_info((__hw), __fmt, ##__VA_ARGS_ [all...] |
/kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
H A D | csio_hw.h | 611 #define csio_info(__hw, __fmt, ...) \ 612 dev_info(&(__hw)->pdev->dev, __fmt, ##__VA_ARGS__) 614 #define csio_fatal(__hw, __fmt, ...) \ 615 dev_crit(&(__hw)->pdev->dev, __fmt, ##__VA_ARGS__) 617 #define csio_err(__hw, __fmt, ...) \ 618 dev_err(&(__hw)->pdev->dev, __fmt, ##__VA_ARGS__) 620 #define csio_warn(__hw, __fmt, ...) \ 621 dev_warn(&(__hw)->pdev->dev, __fmt, ##__VA_ARGS__) 624 #define csio_dbg(__hw, __fmt, ...) \ 625 csio_info((__hw), __fmt, ##__VA_ARGS_ [all...] |
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | mt9v111.c | 885 struct v4l2_mbus_framefmt *__fmt; in mt9v111_set_format() local 928 __fmt = __mt9v111_get_pad_format(mt9v111, cfg, format->pad, in mt9v111_set_format() 932 if (__fmt->code == new_fmt.code && in mt9v111_set_format() 933 __fmt->width == new_fmt.width && in mt9v111_set_format() 934 __fmt->height == new_fmt.height) in mt9v111_set_format() 938 __fmt->code = new_fmt.code; in mt9v111_set_format() 939 __fmt->width = new_fmt.width; in mt9v111_set_format() 940 __fmt->height = new_fmt.height; in mt9v111_set_format() 946 __func__, __fmt->code, __fmt in mt9v111_set_format() [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | mt9v111.c | 886 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 in mt9v111_set_format() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | debugfs.h | 48 #define DEFINE_DEBUGFS_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, __is_signed) \ 51 __simple_attr_check_format(__fmt, 0ull); \ 52 return simple_attr_open(inode, file, __get, __set, __fmt); \ 63 #define DEFINE_DEBUGFS_ATTRIBUTE(__fops, __get, __set, __fmt) \ 64 DEFINE_DEBUGFS_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, false) 66 #define DEFINE_DEBUGFS_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt) \ 67 DEFINE_DEBUGFS_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, true)
|
H A D | fs.h | 3416 #define DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, __is_signed) \ 3419 __simple_attr_check_format(__fmt, 0ull); \ 3420 return simple_attr_open(inode, file, __get, __set, __fmt); \ 3431 #define DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ 3432 DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, false) 3434 #define DEFINE_SIMPLE_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt) \ 3435 DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, true)
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | debugfs.h | 48 #define DEFINE_DEBUGFS_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, __is_signed) \ 51 __simple_attr_check_format(__fmt, 0ull); \ 52 return simple_attr_open(inode, file, __get, __set, __fmt); \ 63 #define DEFINE_DEBUGFS_ATTRIBUTE(__fops, __get, __set, __fmt) \ 64 DEFINE_DEBUGFS_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, false) 66 #define DEFINE_DEBUGFS_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt) \ 67 DEFINE_DEBUGFS_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, true)
|
H A D | fs.h | 3325 #define DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, __is_signed) \ 3328 __simple_attr_check_format(__fmt, 0ull); \ 3329 return simple_attr_open(inode, file, __get, __set, __fmt); \ 3340 #define DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ 3341 DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, false) 3343 #define DEFINE_SIMPLE_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt) \ 3344 DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, true)
|
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
H A D | ivtv-alsa-main.c | 22 #define IVTV_DEBUG_ALSA_INFO(__fmt, __arg...) \ 25 printk(KERN_INFO pr_fmt("%s: alsa:" __fmt), \
|
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/ |
H A D | ivtv-alsa-main.c | 22 #define IVTV_DEBUG_ALSA_INFO(__fmt, __arg...) \ 25 printk(KERN_INFO pr_fmt("%s: alsa:" __fmt), \
|
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/ |
H A D | fimc-isp-video.c | 386 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()
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/ |
H A D | fimc-isp-video.c | 386 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()
|
/kernel/linux/linux-5.10/security/apparmor/include/ |
H A D | lib.h | 30 #define dbg_printk(__fmt, __args...) pr_debug(__fmt, ##__args)
|
/kernel/linux/linux-6.6/security/apparmor/include/ |
H A D | lib.h | 30 #define dbg_printk(__fmt, __args...) pr_debug(__fmt, ##__args)
|
/kernel/linux/linux-5.10/include/media/ |
H A D | v4l2-common.h | 48 #define dev_dbg_lvl(__dev, __level, __debug, __fmt, __arg...) \ 51 dev_printk(KERN_DEBUG, __dev, __fmt, ##__arg); \
|
/kernel/linux/linux-6.6/include/media/ |
H A D | v4l2-common.h | 48 #define dev_dbg_lvl(__dev, __level, __debug, __fmt, __arg...) \ 51 dev_printk(KERN_DEBUG, __dev, __fmt, ##__arg); \
|
/kernel/linux/linux-5.10/tools/testing/selftests/tpm2/ |
H A D | tpm2.py | 295 def __fmt(self): member in Public 310 return struct.pack(self.__fmt(), 321 return struct.calcsize(self.__fmt())
|
/kernel/linux/linux-6.6/tools/testing/selftests/tpm2/ |
H A D | tpm2.py | 296 def __fmt(self): member in Public 311 return struct.pack(self.__fmt(), 322 return struct.calcsize(self.__fmt())
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
H A D | file.c | 141 #define DEFINE_SPUFS_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ 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) \ 1241 DEFINE_SPUFS_SIMPLE_ATTRIBUTE(__name, __##__get, __set, __fmt);
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/ |
H A D | file.c | 141 #define DEFINE_SPUFS_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ 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) \ 1241 DEFINE_SPUFS_SIMPLE_ATTRIBUTE(__name, __##__get, __set, __fmt);
|
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
H A D | bfa_fcs_lport.c | 5582 #define __fc_pid_match(__c0, __c1, __fmt) \ 5583 (((__fmt) == FC_RSCN_FORMAT_FABRIC) || \ 5584 (((__fmt) == FC_RSCN_FORMAT_DOMAIN) && \ 5586 (((__fmt) == FC_RSCN_FORMAT_AREA) && \
|
/kernel/linux/linux-6.6/drivers/scsi/bfa/ |
H A D | bfa_fcs_lport.c | 5590 #define __fc_pid_match(__c0, __c1, __fmt) \ 5591 (((__fmt) == FC_RSCN_FORMAT_FABRIC) || \ 5592 (((__fmt) == FC_RSCN_FORMAT_DOMAIN) && \ 5594 (((__fmt) == FC_RSCN_FORMAT_AREA) && \
|