Searched refs:__fmt (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/scsi/csiostor/ |
D | csio_hw.h | 553 #define csio_info(__hw, __fmt, ...) \ argument 554 dev_info(&(__hw)->pdev->dev, __fmt, ##__VA_ARGS__) 556 #define csio_fatal(__hw, __fmt, ...) \ argument 557 dev_crit(&(__hw)->pdev->dev, __fmt, ##__VA_ARGS__) 559 #define csio_err(__hw, __fmt, ...) \ argument 560 dev_err(&(__hw)->pdev->dev, __fmt, ##__VA_ARGS__) 562 #define csio_warn(__hw, __fmt, ...) \ argument 563 dev_warn(&(__hw)->pdev->dev, __fmt, ##__VA_ARGS__) 566 #define csio_dbg(__hw, __fmt, ...) \ argument 567 csio_info((__hw), __fmt, ##__VA_ARGS__); [all …]
|
/linux-4.4.14/drivers/char/ |
D | bfin-otp.c | 27 #define pr_init(fmt, args...) ({ static const __initconst char __fmt[] = fmt; printk(__fmt, ## args…
|
/linux-4.4.14/drivers/mtd/maps/ |
D | bfin-async-flash.c | 33 ({ static const char __fmt[] = fmt; printk(__fmt, ## args); })
|
D | gpio-addr-flash.c | 29 ({ static const char __fmt[] = fmt; printk(__fmt, ## args); })
|
/linux-4.4.14/drivers/tty/ |
D | bfin_jtag_comm.c | 30 #define pr_init(fmt, args...) ({ static const __initconst char __fmt[] = fmt; printk(__fmt, ## args…
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | file.c | 145 #define DEFINE_SPUFS_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument 148 __simple_attr_check_format(__fmt, 0ull); \ 149 return spufs_attr_open(inode, file, __get, __set, __fmt); \ 1269 #define DEFINE_SPUFS_ATTRIBUTE(__name, __get, __set, __fmt, __acquire) \ argument 1292 DEFINE_SPUFS_SIMPLE_ATTRIBUTE(__name, __##__get, __set, __fmt);
|
/linux-4.4.14/include/linux/ |
D | fs.h | 2930 #define DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument 2933 __simple_attr_check_format(__fmt, 0ull); \ 2934 return simple_attr_open(inode, file, __get, __set, __fmt); \
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfa_fcs_lport.c | 5592 #define __fc_pid_match(__c0, __c1, __fmt) \ argument 5593 (((__fmt) == FC_RSCN_FORMAT_FABRIC) || \ 5594 (((__fmt) == FC_RSCN_FORMAT_DOMAIN) && \ 5596 (((__fmt) == FC_RSCN_FORMAT_AREA) && \
|