Home
last modified time | relevance | path

Searched refs:pci_pwrctl (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/pci/pwrctl/
Dcore.c17 struct pci_pwrctl *pwrctl = container_of(nb, struct pci_pwrctl, nb); in pci_pwrctl_notify()
53 struct pci_pwrctl *pwrctl = container_of(work, struct pci_pwrctl, work); in rescan_work_func()
66 void pci_pwrctl_init(struct pci_pwrctl *pwrctl, struct device *dev) in pci_pwrctl_init()
87 int pci_pwrctl_device_set_ready(struct pci_pwrctl *pwrctl) in pci_pwrctl_device_set_ready()
111 void pci_pwrctl_device_unset_ready(struct pci_pwrctl *pwrctl) in pci_pwrctl_device_unset_ready()
125 struct pci_pwrctl *pwrctl = data; in devm_pci_pwrctl_device_unset_ready()
141 struct pci_pwrctl *pwrctl) in devm_pci_pwrctl_device_set_ready()
Dpci-pwrctl-pwrseq.c17 struct pci_pwrctl ctx;
/linux-6.12.1/include/linux/
Dpci-pwrctl.h39 struct pci_pwrctl { struct
48 void pci_pwrctl_init(struct pci_pwrctl *pwrctl, struct device *dev); argument
49 int pci_pwrctl_device_set_ready(struct pci_pwrctl *pwrctl);
50 void pci_pwrctl_device_unset_ready(struct pci_pwrctl *pwrctl);
52 struct pci_pwrctl *pwrctl);