Searched refs:ata_port_printk (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | libata.h | 1470 void ata_port_printk(const struct ata_port *ap, const char *level, 1480 ata_port_printk(ap, KERN_ERR, fmt, ##__VA_ARGS__) 1482 ata_port_printk(ap, KERN_WARNING, fmt, ##__VA_ARGS__) 1484 ata_port_printk(ap, KERN_NOTICE, fmt, ##__VA_ARGS__) 1486 ata_port_printk(ap, KERN_INFO, fmt, ##__VA_ARGS__) 1488 ata_port_printk(ap, KERN_DEBUG, fmt, ##__VA_ARGS__) 2046 ata_port_printk(ap, KERN_DEBUG, "abnormal Status 0x%X\n", in ata_wait_idle()
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | libata-core.c | 6478 void ata_port_printk(const struct ata_port *ap, const char *level, in ata_port_printk() function 6493 EXPORT_SYMBOL(ata_port_printk);
|