Searched refs:pci_pwrctrl (Results 1 – 5 of 5) sorted by relevance
41 struct pci_pwrctrl { struct43 int (*power_on)(struct pci_pwrctrl *pwrctrl); argument44 int (*power_off)(struct pci_pwrctrl *pwrctrl); argument52 void pci_pwrctrl_init(struct pci_pwrctrl *pwrctrl, struct device *dev); argument53 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);
25 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()
17 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()
19 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()
109 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()