Searched refs:get_resource (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/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-v4.19/drivers/vfio/platform/ |
D | vfio_platform.c | 70 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 | 73 (*get_resource)(struct vfio_platform_device *vdev, int i); member
|
D | vfio_platform_common.c | 148 while (vdev->get_resource(vdev, cnt)) in vfio_platform_regions_init() 158 vdev->get_resource(vdev, i); in vfio_platform_regions_init()
|
/Linux-v4.19/drivers/pci/hotplug/ |
D | cpqphp_ctrl.c | 720 static struct pci_resource *get_resource(struct pci_resource **head, u32 size) in get_resource() function 2831 p_mem_node = get_resource(&(resources->p_mem_head), base); in configure_new_function() 2847 mem_node = get_resource(&(resources->mem_head), base); in configure_new_function()
|
/Linux-v4.19/drivers/media/usb/em28xx/ |
D | em28xx-video.c | 857 static int get_resource(enum v4l2_buf_type f_type) in get_resource() function 873 int res_type = get_resource(f_type); in res_get() 889 int res_type = get_resource(f_type); in res_free()
|