Searched refs:get_resource (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/sound/pci/ctxfi/ |
H A D | ctresource.c | 23 get_resource(u8 *rscs, unsigned int amount, in get_resource() function 80 err = get_resource(mgr->rscs, mgr->amount, n, ridx); in mgr_get_resource()
|
/openbmc/linux/drivers/vfio/platform/ |
H A D | vfio_platform.c | 49 vdev->get_resource = get_platform_resource; in vfio_platform_init_dev()
|
H A D | vfio_platform_private.h | 65 (*get_resource)(struct vfio_platform_device *vdev, int i); member
|
H A D | vfio_amba.c | 57 vdev->get_resource = get_amba_resource; in vfio_amba_init_dev()
|
H A D | vfio_platform_common.c | 141 while (vdev->get_resource(vdev, cnt)) in vfio_platform_regions_init() 151 vdev->get_resource(vdev, i); in vfio_platform_regions_init()
|
/openbmc/linux/drivers/pci/hotplug/ |
H A D | cpqphp_ctrl.c | 720 static struct pci_resource *get_resource(struct pci_resource **head, u32 size) in get_resource() function 2786 p_mem_node = get_resource(&(resources->p_mem_head), base); in configure_new_function() 2802 mem_node = get_resource(&(resources->mem_head), base); in configure_new_function()
|
/openbmc/linux/drivers/media/usb/em28xx/ |
H A D | em28xx-video.c | 840 static int get_resource(enum v4l2_buf_type f_type) in get_resource() function 856 int res_type = get_resource(f_type); in res_get() 872 int res_type = get_resource(f_type); in res_free()
|