Home
last modified time | relevance | path

Searched refs:get_resource (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/ctxfi/
Dctresource.c23 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()
/kernel/linux/linux-5.10/drivers/vfio/platform/
Dvfio_platform.c62 vdev->get_resource = get_platform_resource; in vfio_platform_probe()
Dvfio_amba.c60 vdev->get_resource = get_amba_resource; in vfio_amba_probe()
Dvfio_platform_private.h65 (*get_resource)(struct vfio_platform_device *vdev, int i); member
Dvfio_platform_common.c142 while (vdev->get_resource(vdev, cnt)) in vfio_platform_regions_init()
152 vdev->get_resource(vdev, i); in vfio_platform_regions_init()
/kernel/linux/linux-5.10/drivers/pci/hotplug/
Dcpqphp_ctrl.c720 static struct pci_resource *get_resource(struct pci_resource **head, u32 size) in get_resource() function
2798 p_mem_node = get_resource(&(resources->p_mem_head), base); in configure_new_function()
2814 mem_node = get_resource(&(resources->mem_head), base); in configure_new_function()
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/
Dem28xx-video.c850 static int get_resource(enum v4l2_buf_type f_type) in get_resource() function
866 int res_type = get_resource(f_type); in res_get()
882 int res_type = get_resource(f_type); in res_free()