Searched refs:em_store (Results 1 – 3 of 3) sorted by relevance
1161 if (ap->ops->em_store && (ap->flags & ATA_FLAG_EM)) in ata_scsi_em_message_store()1162 return ap->ops->em_store(ap, buf, count); in ata_scsi_em_message_store()
180 .em_store = ahci_led_store,
1031 ssize_t (*em_store)(struct ata_port *ap, const char *message, member