MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / pci_pm_runtime_put

Function pci_pm_runtime_put

components/drivers/pci/procfs.c:56–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56static void pci_pm_runtime_put(struct rt_pci_device *pdev, rt_ubase_t *flags)
57{
58 if (!*flags)
59 {
60 rt_pci_pme_active(pdev, RT_FALSE);
61 }
62}
63
64static ssize_t pci_read(struct dfs_file *file, void *buf, size_t count, off_t *ppos)
65{

Callers 2

pci_readFunction · 0.85
pci_writeFunction · 0.85

Calls 1

rt_pci_pme_activeFunction · 0.85

Tested by

no test coverage detected