Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_hw.h553 #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/
Dbfin-otp.c27 #define pr_init(fmt, args...) ({ static const __initconst char __fmt[] = fmt; printk(__fmt, ## args…
/linux-4.4.14/drivers/mtd/maps/
Dbfin-async-flash.c33 ({ static const char __fmt[] = fmt; printk(__fmt, ## args); })
Dgpio-addr-flash.c29 ({ static const char __fmt[] = fmt; printk(__fmt, ## args); })
/linux-4.4.14/drivers/tty/
Dbfin_jtag_comm.c30 #define pr_init(fmt, args...) ({ static const __initconst char __fmt[] = fmt; printk(__fmt, ## args…
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
Dfile.c145 #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/
Dfs.h2930 #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/
Dbfa_fcs_lport.c5592 #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) && \