Searched refs:__fmt (Results 1 – 6 of 6) sorted by relevance
/drivers/scsi/csiostor/ |
D | csio_hw.h | 604 #define csio_info(__hw, __fmt, ...) \ argument 605 dev_info(&(__hw)->pdev->dev, __fmt, ##__VA_ARGS__) 607 #define csio_fatal(__hw, __fmt, ...) \ argument 608 dev_crit(&(__hw)->pdev->dev, __fmt, ##__VA_ARGS__) 610 #define csio_err(__hw, __fmt, ...) \ argument 611 dev_err(&(__hw)->pdev->dev, __fmt, ##__VA_ARGS__) 613 #define csio_warn(__hw, __fmt, ...) \ argument 614 dev_warn(&(__hw)->pdev->dev, __fmt, ##__VA_ARGS__) 617 #define csio_dbg(__hw, __fmt, ...) \ argument 618 csio_info((__hw), __fmt, ##__VA_ARGS__); [all …]
|
/drivers/char/ |
D | bfin-otp.c | 27 #define pr_init(fmt, args...) ({ static const __initconst char __fmt[] = fmt; printk(__fmt, ## args…
|
/drivers/mtd/maps/ |
D | bfin-async-flash.c | 34 ({ static const char __fmt[] = fmt; printk(__fmt, ## args); })
|
D | gpio-addr-flash.c | 30 ({ static const char __fmt[] = fmt; printk(__fmt, ## args); })
|
/drivers/tty/ |
D | bfin_jtag_comm.c | 30 #define pr_init(fmt, args...) ({ static const __initconst char __fmt[] = fmt; printk(__fmt, ## args…
|
/drivers/scsi/bfa/ |
D | bfa_fcs_lport.c | 5381 #define __fc_pid_match(__c0, __c1, __fmt) \ argument 5382 (((__fmt) == FC_RSCN_FORMAT_FABRIC) || \ 5383 (((__fmt) == FC_RSCN_FORMAT_DOMAIN) && \ 5385 (((__fmt) == FC_RSCN_FORMAT_AREA) && \
|