Searched refs:get_resource (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/sound/pci/ctxfi/ |
D | ctresource.c | 27 get_resource(u8 *rscs, unsigned int amount, in get_resource() function 84 err = get_resource(mgr->rscs, mgr->amount, n, ridx); in mgr_get_resource()
|
/linux-4.4.14/drivers/vfio/platform/ |
D | vfio_platform.c | 66 vdev->get_resource = get_platform_resource; in vfio_platform_probe()
|
D | vfio_amba.c | 68 vdev->get_resource = get_amba_resource; in vfio_amba_probe()
|
D | vfio_platform_private.h | 72 (*get_resource)(struct vfio_platform_device *vdev, int i); member
|
D | vfio_platform_common.c | 73 while (vdev->get_resource(vdev, cnt)) in vfio_platform_regions_init() 83 vdev->get_resource(vdev, i); in vfio_platform_regions_init()
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | cpqphp_ctrl.c | 734 static struct pci_resource *get_resource(struct pci_resource **head, u32 size) in get_resource() function 2846 p_mem_node = get_resource(&(resources->p_mem_head), base); in configure_new_function() 2862 mem_node = get_resource(&(resources->mem_head), base); in configure_new_function()
|