Home
last modified time | relevance | path

Searched refs:pmc_core_set_device_d3 (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/platform/x86/intel/pmc/
H A Darl.c692 pmc_core_set_device_d3(ARL_NPU_PCI_DEV); in arl_d3_fixup()
693 pmc_core_set_device_d3(ARL_GNA_PCI_DEV); in arl_d3_fixup()
698 pmc_core_set_device_d3(ARL_H_NPU_PCI_DEV); in arl_h_d3_fixup()
699 pmc_core_set_device_d3(ARL_H_GNA_PCI_DEV); in arl_h_d3_fixup()
H A Dlnl.c542 pmc_core_set_device_d3(LNL_IPU_PCI_DEV); in lnl_d3_fixup()
543 pmc_core_set_device_d3(LNL_NPU_PCI_DEV); in lnl_d3_fixup()
H A Dptl.c529 pmc_core_set_device_d3(PTL_IPU_PCI_DEV); in ptl_d3_fixup()
530 pmc_core_set_device_d3(PTL_NPU_PCI_DEV); in ptl_d3_fixup()
H A Dmtl.c981 pmc_core_set_device_d3(MTL_GNA_PCI_DEV); in mtl_d3_fixup()
982 pmc_core_set_device_d3(MTL_IPU_PCI_DEV); in mtl_d3_fixup()
983 pmc_core_set_device_d3(MTL_VPU_PCI_DEV); in mtl_d3_fixup()
H A Dcore.h495 void pmc_core_set_device_d3(unsigned int device);
H A Dcore.c1225 void pmc_core_set_device_d3(unsigned int device) in pmc_core_set_device_d3() function