pci_pwrctrl
struct pci_pwrctrl *pwrctrl = data;
struct pci_pwrctrl *pwrctrl)
struct pci_pwrctrl *pwrctrl = dev_get_drvdata(dev);
struct pci_pwrctrl *pwrctrl = dev_get_drvdata(dev);
struct pci_pwrctrl *pwrctrl = container_of(nb, struct pci_pwrctrl, nb);
void pci_pwrctrl_init(struct pci_pwrctrl *pwrctrl, struct device *dev)
int pci_pwrctrl_device_set_ready(struct pci_pwrctrl *pwrctrl)
void pci_pwrctrl_device_unset_ready(struct pci_pwrctrl *pwrctrl)
struct pci_pwrctrl pwrctrl;
static int pwrseq_pwrctrl_power_on(struct pci_pwrctrl *pwrctrl)
static int pwrseq_pwrctrl_power_off(struct pci_pwrctrl *pwrctrl)
struct pci_pwrctrl pwrctrl;
static int tc9563_pwrctrl_power_off(struct pci_pwrctrl *pwrctrl)
static int tc9563_pwrctrl_power_on(struct pci_pwrctrl *pwrctrl)
struct pci_pwrctrl *pwrctrl = dev_get_drvdata(&pdev->dev);
struct pci_pwrctrl pwrctrl;
static int slot_pwrctrl_power_on(struct pci_pwrctrl *pwrctrl)
static int slot_pwrctrl_power_off(struct pci_pwrctrl *pwrctrl)
int (*power_on)(struct pci_pwrctrl *pwrctrl);
int (*power_off)(struct pci_pwrctrl *pwrctrl);
void pci_pwrctrl_init(struct pci_pwrctrl *pwrctrl, struct device *dev);
int pci_pwrctrl_device_set_ready(struct pci_pwrctrl *pwrctrl);
void pci_pwrctrl_device_unset_ready(struct pci_pwrctrl *pwrctrl);
struct pci_pwrctrl *pwrctrl);