Lines Matching defs:data
1137 * pci_refresh_power_state - Refresh the given device's power state data
1205 * generally synthesize ~0 data to complete the read (except when
1207 * case it synthesizes 0x0001 data).
1265 * @data: pointer to state to be set
1267 static int __pci_dev_set_current_state(struct pci_dev *dev, void *data)
1269 pci_power_t state = *(pci_power_t *)data;
1431 cap = (u16 *)&save_state->cap.data[0];
1453 cap = (u16 *)&save_state->cap.data[0];
1479 (u16 *)save_state->cap.data);
1494 cap = (u16 *)&save_state->cap.data[0];
1518 cap = (u16 *)&save_state->cap.data[0];
1534 cap = (u16 *)&save_state->cap.data[0];
1766 memcpy(tmp->cap.data, cap->data, tmp->cap.size);
2906 static int pci_dev_check_d3cold(struct pci_dev *dev, void *data)
2908 bool *d3cold_ok = data;
4855 * speeds (gen3) we need to wait first for the data link layer to
6610 * in pci_setup(), above, to point to data in the __initdata section which