Searched refs:of_pci_address_to_resource (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dof_address.h84 extern int of_pci_address_to_resource(struct device_node *dev, int bar,
135 static inline int of_pci_address_to_resource(struct device_node *dev, int bar, function
/linux-master/drivers/video/fbdev/
H A Dcontrolfb.c942 if (of_pci_address_to_resource(dp, 2, &fb_res) ||
943 of_pci_address_to_resource(dp, 1, &reg_res)) {
/linux-master/drivers/of/
H A Daddress.c1127 int of_pci_address_to_resource(struct device_node *dev, int bar, function
1136 EXPORT_SYMBOL_GPL(of_pci_address_to_resource); variable

Completed in 116 milliseconds