Home
last modified time | relevance | path

Searched refs:pci_pwrctrl (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dpci-pwrctrl.h41 struct pci_pwrctrl { struct
43 int (*power_on)(struct pci_pwrctrl *pwrctrl); argument
44 int (*power_off)(struct pci_pwrctrl *pwrctrl); argument
52 void pci_pwrctrl_init(struct pci_pwrctrl *pwrctrl, struct device *dev); argument
53 int pci_pwrctrl_device_set_ready(struct pci_pwrctrl *pwrctrl);
54 void pci_pwrctrl_device_unset_ready(struct pci_pwrctrl *pwrctrl);
56 struct pci_pwrctrl *pwrctrl);
/linux/drivers/pci/pwrctrl/
H A Dcore.c25 struct pci_pwrctrl *pwrctrl = container_of(nb, struct pci_pwrctrl, nb); in pci_pwrctrl_notify()
55 void pci_pwrctrl_init(struct pci_pwrctrl *pwrctrl, struct device *dev) in pci_pwrctrl_init()
76 int pci_pwrctrl_device_set_ready(struct pci_pwrctrl *pwrctrl) in pci_pwrctrl_device_set_ready()
98 void pci_pwrctrl_device_unset_ready(struct pci_pwrctrl *pwrctrl) in pci_pwrctrl_device_unset_ready()
112 struct pci_pwrctrl *pwrctrl = data; in devm_pci_pwrctrl_device_unset_ready()
128 struct pci_pwrctrl *pwrctrl) in devm_pci_pwrctrl_device_set_ready()
144 struct pci_pwrctrl *pwrctrl = dev_get_drvdata(dev); in __pci_pwrctrl_power_off_device()
193 struct pci_pwrctrl *pwrctrl = dev_get_drvdata(dev); in __pci_pwrctrl_power_on_device()
H A Dpci-pwrctrl-pwrseq.c17 struct pci_pwrctrl pwrctrl;
55 static int pwrseq_pwrctrl_power_on(struct pci_pwrctrl *pwrctrl) in pwrseq_pwrctrl_power_on()
63 static int pwrseq_pwrctrl_power_off(struct pci_pwrctrl *pwrctrl) in pwrseq_pwrctrl_power_off()
H A Dslot.c19 struct pci_pwrctrl pwrctrl;
26 static int slot_pwrctrl_power_on(struct pci_pwrctrl *pwrctrl) in slot_pwrctrl_power_on()
46 static int slot_pwrctrl_power_off(struct pci_pwrctrl *pwrctrl) in slot_pwrctrl_power_off()
H A Dpci-pwrctrl-tc9563.c109 struct pci_pwrctrl pwrctrl;
453 static int tc9563_pwrctrl_power_off(struct pci_pwrctrl *pwrctrl) in tc9563_pwrctrl_power_off()
465 static int tc9563_pwrctrl_power_on(struct pci_pwrctrl *pwrctrl) in tc9563_pwrctrl_power_on()
634 struct pci_pwrctrl *pwrctrl = dev_get_drvdata(&pdev->dev); in tc9563_pwrctrl_remove()