Home
last modified time | relevance | path

Searched refs:em_store (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/ata/
Dlibata-sata.c945 if (ap->ops->em_store && (ap->flags & ATA_FLAG_EM)) in ata_scsi_em_message_store()
946 return ap->ops->em_store(ap, buf, count); in ata_scsi_em_message_store()
Dlibahci.c178 .em_store = ahci_led_store,
/Linux-v6.1/include/linux/
Dlibata.h957 ssize_t (*em_store)(struct ata_port *ap, const char *message, member