Searched refs:link_bwctrl (Results 1 – 2 of 2) sorted by relevance
156 struct pcie_bwctrl_data *data = port->link_bwctrl; in pcie_set_target_speed()270 port->link_bwctrl = data; in pcie_bwnotif_probe()275 port->link_bwctrl = NULL; in pcie_bwnotif_probe()285 port->link_bwctrl->cdev = pcie_cooling_device_register(port); in pcie_bwnotif_probe()286 if (IS_ERR(port->link_bwctrl->cdev)) in pcie_bwnotif_probe()287 port->link_bwctrl->cdev = NULL; in pcie_bwnotif_probe()294 struct pcie_bwctrl_data *data = srv->port->link_bwctrl; in pcie_bwnotif_remove()303 srv->port->link_bwctrl = NULL; in pcie_bwnotif_remove()
534 struct pcie_bwctrl_data *link_bwctrl; member