Searched refs:ata_port_printk (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/include/linux/ |
| D | libata.h | 1478 void ata_port_printk(const struct ata_port *ap, const char *level, 1488 ata_port_printk(ap, KERN_ERR, fmt, ##__VA_ARGS__) 1490 ata_port_printk(ap, KERN_WARNING, fmt, ##__VA_ARGS__) 1492 ata_port_printk(ap, KERN_NOTICE, fmt, ##__VA_ARGS__) 1494 ata_port_printk(ap, KERN_INFO, fmt, ##__VA_ARGS__) 1496 ata_port_printk(ap, KERN_DEBUG, fmt, ##__VA_ARGS__) 2054 ata_port_printk(ap, KERN_DEBUG, "abnormal Status 0x%X\n", in ata_wait_idle()
|
| /Linux-v5.15/drivers/ata/ |
| D | libata-core.c | 6488 void ata_port_printk(const struct ata_port *ap, const char *level, in ata_port_printk() function 6503 EXPORT_SYMBOL(ata_port_printk);
|