Searched refs:ata_port_printk (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/include/linux/ |
D | libata.h | 1469 void ata_port_printk(const struct ata_port *ap, const char *level, 1479 ata_port_printk(ap, KERN_ERR, fmt, ##__VA_ARGS__) 1481 ata_port_printk(ap, KERN_WARNING, fmt, ##__VA_ARGS__) 1483 ata_port_printk(ap, KERN_NOTICE, fmt, ##__VA_ARGS__) 1485 ata_port_printk(ap, KERN_INFO, fmt, ##__VA_ARGS__) 1487 ata_port_printk(ap, KERN_DEBUG, fmt, ##__VA_ARGS__) 2045 ata_port_printk(ap, KERN_DEBUG, "abnormal Status 0x%X\n", in ata_wait_idle()
|
/Linux-v5.10/drivers/ata/ |
D | libata-core.c | 6434 void ata_port_printk(const struct ata_port *ap, const char *level, in ata_port_printk() function 6449 EXPORT_SYMBOL(ata_port_printk);
|