Searched refs:ata_dev_printk (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/drivers/ata/ |
| D | pata_ixp4xx_cf.c | 117 ata_dev_printk(adev, KERN_INFO, "configured for PIO%d 8bit\n", in ixp4xx_set_piomode() 135 ata_dev_printk(adev, KERN_DEBUG, "%s %d bytes\n", (rw == READ) ? "READ" : "WRITE", in ixp4xx_mmio_data_xfer()
|
| D | libata-acpi.c | 704 ata_dev_printk(dev, level, in ata_acpi_run_tf()
|
| D | libata-core.c | 6527 void ata_dev_printk(const struct ata_device *dev, const char *level, in ata_dev_printk() function 6544 EXPORT_SYMBOL(ata_dev_printk);
|
| /Linux-v5.15/include/linux/ |
| D | libata.h | 1484 void ata_dev_printk(const struct ata_device *dev, const char *level, 1510 ata_dev_printk(dev, KERN_ERR, fmt, ##__VA_ARGS__) 1512 ata_dev_printk(dev, KERN_WARNING, fmt, ##__VA_ARGS__) 1514 ata_dev_printk(dev, KERN_NOTICE, fmt, ##__VA_ARGS__) 1516 ata_dev_printk(dev, KERN_INFO, fmt, ##__VA_ARGS__) 1518 ata_dev_printk(dev, KERN_DEBUG, fmt, ##__VA_ARGS__)
|