Lines Matching refs:device
55 * @is_manageable: returns 'true' if given device is power manageable by the
58 * @set_state: invokes the platform firmware to set the device's power state
60 * @get_state: queries the platform firmware for a device's current power state
62 * @refresh_state: asks the platform to refresh the device's power state data
64 * @choose_state: returns PCI power state of given device preferred by the
68 * @set_wakeup: enables/disables wakeup capability for the device
70 * @need_resume: returns 'true' if the given device (which is currently
174 /* Lock for read/write access to pci device and bus lists */
231 * pci_match_one_device - Tell if a PCI device structure has a matching
232 * PCI device id structure
233 * @id: single PCI device id structure to match
234 * @dev: the PCI device structure to match against
242 (id->device == PCI_ANY_ID || id->device == dev->device) &&
269 struct device *pci_get_host_bridge_device(struct pci_dev *dev);
270 void pci_put_host_bridge_device(struct device *dev);
333 u16 vf_device; /* VF device ID */
340 u32 class; /* VF device */
343 u16 subsystem_device; /* VF subsystem device */
351 * @dev - pci device to set new error_state
597 u16 device;
611 int acpi_get_rc_resources(struct device *dev, const char *hid, u16 segment,
614 static inline int acpi_get_rc_resources(struct device *dev, const char *hid,
640 int devm_of_pci_bridge_init(struct device *dev, struct pci_host_bridge *bridge);
666 static inline int devm_of_pci_bridge_init(struct device *dev, struct pci_host_bridge *bridge)