Searched refs:devres_get (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/base/ |
A D | devres.c | 311 void * devres_get(struct device *dev, void *new_res, in devres_get() function 330 EXPORT_SYMBOL_GPL(devres_get);
|
/linux/lib/ |
A D | devres.c | 372 dr = devres_get(&pdev->dev, new_dr, NULL, NULL); in pcim_iomap_table()
|
/linux/drivers/macintosh/ |
A D | macio_asic.c | 567 return devres_get(&dev->ofdev.dev, dr, NULL, NULL) != NULL; in macio_enable_devres()
|
/linux/include/linux/ |
A D | device.h | 183 void *devres_get(struct device *dev, void *new_res,
|
/linux/drivers/pci/ |
A D | pci.c | 2057 return devres_get(&pdev->dev, new_dr, NULL, NULL); in get_pci_dr()
|
/linux/ |
A D | vmlinux.symvers | 11651 0x00000000 devres_get vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 31101 ffff800010806a24 T devres_get
|
A D | .tmp_System.map | 31101 ffff800010806a24 T devres_get
|
Completed in 314 milliseconds