Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/intel/pmc/
H A Darl.c687 pmc_core_set_device_d3(ARL_NPU_PCI_DEV); in arl_d3_fixup()
688 pmc_core_set_device_d3(ARL_GNA_PCI_DEV); in arl_d3_fixup()
693 pmc_core_set_device_d3(ARL_H_NPU_PCI_DEV); in arl_h_d3_fixup()
694 pmc_core_set_device_d3(ARL_H_GNA_PCI_DEV); in arl_h_d3_fixup()
H A Dmtl.c977 pmc_core_set_device_d3(MTL_GNA_PCI_DEV); in mtl_d3_fixup()
978 pmc_core_set_device_d3(MTL_IPU_PCI_DEV); in mtl_d3_fixup()
979 pmc_core_set_device_d3(MTL_VPU_PCI_DEV); in mtl_d3_fixup()
H A Dcore.h516 void pmc_core_set_device_d3(unsigned int device);
H A Dcore.c1226 void pmc_core_set_device_d3(unsigned int device) in pmc_core_set_device_d3() function