Searched refs:devres_remove_group (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/edac/ |
| H A D | mpc85xx_edac.c | 289 devres_remove_group(&op->dev, mpc85xx_pci_err_probe); in mpc85xx_pci_err_probe() 577 devres_remove_group(&op->dev, mpc85xx_l2_err_probe); in mpc85xx_l2_err_probe()
|
| H A D | altera_edac.c | 1610 devres_remove_group(&altdev->ddev, altr_portb_setup); in altr_portb_setup() 2015 devres_remove_group(edac->dev, altr_edac_a10_device_add); in altr_edac_a10_device_add()
|
| /linux/include/linux/device/ |
| H A D | devres.h | 44 void devres_remove_group(struct device *dev, void *id);
|
| /linux/drivers/base/ |
| H A D | devres.c | 639 void devres_remove_group(struct device *dev, void *id) in devres_remove_group() function 658 EXPORT_SYMBOL_GPL(devres_remove_group);
|
| H A D | component.c | 670 devres_remove_group(adev->parent, NULL); in component_bind()
|
| /linux/drivers/ata/ |
| H A D | libahci_platform.c | 675 devres_remove_group(dev, NULL); in ahci_platform_get_resources()
|
| H A D | libata-sff.c | 2239 devres_remove_group(&pdev->dev, NULL); in ata_pci_sff_prepare_host() 2341 devres_remove_group(dev, NULL); in ata_pci_sff_activate_host() 2407 devres_remove_group(&pdev->dev, NULL); in ata_pci_init_one()
|
| H A D | libata-core.c | 5707 devres_remove_group(dev, NULL); in ata_host_alloc()
|
| /linux/Documentation/driver-api/driver-model/ |
| H A D | devres.rst | 165 devres_remove_group(dev, NULL);
|