Searched refs:ata_port_printk (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/include/linux/ |
D | libata.h | 1421 void ata_port_printk(const struct ata_port *ap, const char *level, 1431 ata_port_printk(ap, KERN_ERR, fmt, ##__VA_ARGS__) 1433 ata_port_printk(ap, KERN_WARNING, fmt, ##__VA_ARGS__) 1435 ata_port_printk(ap, KERN_NOTICE, fmt, ##__VA_ARGS__) 1437 ata_port_printk(ap, KERN_INFO, fmt, ##__VA_ARGS__) 1439 ata_port_printk(ap, KERN_DEBUG, fmt, ##__VA_ARGS__) 1985 ata_port_printk(ap, KERN_DEBUG, "abnormal Status 0x%X\n", in ata_wait_idle()
|
/Linux-v4.19/drivers/ata/ |
D | libata-core.c | 7222 void ata_port_printk(const struct ata_port *ap, const char *level, in ata_port_printk() function 7237 EXPORT_SYMBOL(ata_port_printk);
|