Lines Matching defs:device
160 /* Lock for read/write access to pci device and bus lists */
196 * pci_match_one_device - Tell if a PCI device structure has a matching
197 * PCI device id structure
198 * @id: single PCI device id structure to match
199 * @dev: the PCI device structure to match against
207 (id->device == PCI_ANY_ID || id->device == dev->device) &&
234 struct device *pci_get_host_bridge_device(struct pci_dev *dev);
235 void pci_put_host_bridge_device(struct device *dev);
300 u16 vf_device; /* VF device ID */
307 u32 class; /* VF device */
310 u16 subsystem_device; /* VF subsystem device */
328 * @dev: PCI device to set new error_state
331 * If the device is experiencing perm_failure, it has to remain in that state.
583 u16 device;
602 int acpi_get_rc_resources(struct device *dev, const char *hid, u16 segment,
605 static inline int acpi_get_rc_resources(struct device *dev, const char *hid,
633 int devm_of_pci_bridge_init(struct device *dev, struct pci_host_bridge *bridge);
671 static inline int devm_of_pci_bridge_init(struct device *dev, struct pci_host_bridge *bridge)