Searched refs:set_lpm (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/gpu/drm/panel/ |
H A D | panel-novatek-nt35950.c | 375 goto set_lpm; in nt35950_off() 382 goto set_lpm; in nt35950_off() 386 set_lpm: in nt35950_off()
|
/openbmc/linux/drivers/ata/ |
H A D | libata-eh.c | 3396 (link->flags & ATA_LFLAG_NO_LPM) || (ap && !ap->ops->set_lpm)) in ata_eh_set_lpm() 3435 rc = ap->ops->set_lpm(link, policy, hints); in ata_eh_set_lpm() 3437 rc = ap->ops->set_lpm(ap->slave_link, policy, hints); in ata_eh_set_lpm() 3587 link->ap->ops->set_lpm(link, ATA_LPM_MAX_POWER, in ata_eh_schedule_probe()
|
H A D | ata_piix.c | 1108 .set_lpm = piix_sidpr_set_lpm,
|
H A D | libahci.c | 178 .set_lpm = ahci_set_lpm,
|
/openbmc/linux/include/linux/ |
H A D | libata.h | 937 int (*set_lpm)(struct ata_link *link, enum ata_lpm_policy policy, member
|