Searched refs:set_lpm (Results  1 – 5 of 5) sorted by relevance
| /Linux-v6.6/drivers/gpu/drm/panel/ | 
| 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()
  | 
| /Linux-v6.6/drivers/ata/ | 
| D | libata-eh.c | 3384 	    (link->flags & ATA_LFLAG_NO_LPM) || (ap && !ap->ops->set_lpm))  in ata_eh_set_lpm() 3423 		rc = ap->ops->set_lpm(link, policy, hints);  in ata_eh_set_lpm() 3425 			rc = ap->ops->set_lpm(ap->slave_link, policy, hints);  in ata_eh_set_lpm() 3575 			link->ap->ops->set_lpm(link, ATA_LPM_MAX_POWER,  in ata_eh_schedule_probe()
  | 
| D | ata_piix.c | 1108 	.set_lpm		= piix_sidpr_set_lpm,
  | 
| D | libahci.c | 178 	.set_lpm		= ahci_set_lpm,
  | 
| /Linux-v6.6/include/linux/ | 
| D | libata.h | 936 	int  (*set_lpm)(struct ata_link *link, enum ata_lpm_policy policy,  member
  |