| 54 | } |
| 55 | |
| 56 | static 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 | |
| 64 | static ssize_t pci_read(struct dfs_file *file, void *buf, size_t count, off_t *ppos) |
| 65 | { |
no test coverage detected