Searched refs:ata_port_printk (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | libata.h | 1404 void ata_port_printk(const struct ata_port *ap, const char *level, 1414 ata_port_printk(ap, KERN_ERR, fmt, ##__VA_ARGS__) 1416 ata_port_printk(ap, KERN_WARNING, fmt, ##__VA_ARGS__) 1418 ata_port_printk(ap, KERN_NOTICE, fmt, ##__VA_ARGS__) 1420 ata_port_printk(ap, KERN_INFO, fmt, ##__VA_ARGS__) 1422 ata_port_printk(ap, KERN_DEBUG, fmt, ##__VA_ARGS__) 1968 ata_port_printk(ap, KERN_DEBUG, "abnormal Status 0x%X\n", in ata_wait_idle()
|
| /Linux-v5.4/drivers/ata/ |
| D | libata-core.c | 7210 void ata_port_printk(const struct ata_port *ap, const char *level, in ata_port_printk() function 7225 EXPORT_SYMBOL(ata_port_printk);
|