Searched refs:pcim_iomap_release (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | devres.c | 313 static void pcim_iomap_release(struct device *gendev, void *res) in pcim_iomap_release() function 341 dr = devres_find(&pdev->dev, pcim_iomap_release, NULL, NULL); in pcim_iomap_table() 345 new_dr = devres_alloc(pcim_iomap_release, sizeof(*new_dr), GFP_KERNEL); in pcim_iomap_table()
|
/kernel/linux/linux-6.6/lib/ |
H A D | devres.c | 324 static void pcim_iomap_release(struct device *gendev, void *res) in pcim_iomap_release() function 352 dr = devres_find(&pdev->dev, pcim_iomap_release, NULL, NULL); in pcim_iomap_table() 356 new_dr = devres_alloc_node(pcim_iomap_release, sizeof(*new_dr), GFP_KERNEL, in pcim_iomap_table()
|
Completed in 2 milliseconds