Lines Matching defs:data
1119 * pci_refresh_power_state - Refresh the given device's power state data
1182 * generally synthesize ~0 (PCI_ERROR_RESPONSE) data to complete
1184 * Vendor ID; in that case it synthesizes 0x0001 data).
1347 * @data: pointer to state to be set
1349 static int __pci_dev_set_current_state(struct pci_dev *dev, void *data)
1351 pci_power_t state = *(pci_power_t *)data;
1554 cap = (u16 *)&save_state->cap.data[0];
1601 cap = (u16 *)&save_state->cap.data[0];
1627 (u16 *)save_state->cap.data);
1642 cap = (u16 *)&save_state->cap.data[0];
1667 cap = &save_state->cap.data[0];
1683 cap = &save_state->cap.data[0];
1916 memcpy(tmp->cap.data, cap->data, tmp->cap.size);
3081 static int pci_dev_check_d3cold(struct pci_dev *dev, void *data)
3083 bool *d3cold_ok = data;
5129 * speeds (gen3) we need to wait first for the data link layer to
7051 * in pci_setup(), above, to point to data in the __initdata section which