Home
last modified time | relevance | path

Searched refs:ida_alloc_max (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.1.9/drivers/gpu/drm/i915/selftests/
Dmock_region.c113 int instance = ida_alloc_max(&i915->selftest.mock_region_instances, in mock_region_create()
/linux-6.1.9/drivers/peci/
Dcore.c59 ret = ida_alloc_max(&peci_controller_ida, U8_MAX, GFP_KERNEL); in peci_controller_alloc()
/linux-6.1.9/drivers/gpu/drm/vmwgfx/
Dvmwgfx_gmrid_manager.c67 id = ida_alloc_max(&gman->gmr_ida, gman->max_gmr_ids - 1, GFP_KERNEL); in vmw_gmrid_man_get_node()
/linux-6.1.9/include/linux/
Didr.h307 static inline int ida_alloc_max(struct ida *ida, unsigned int max, gfp_t gfp) in ida_alloc_max() function
/linux-6.1.9/block/
Dbsg.c199 ret = ida_alloc_max(&bsg_minor_ida, BSG_MAX_DEVS - 1, GFP_KERNEL); in bsg_register_queue()
/linux-6.1.9/drivers/android/
Dbinderfs.c133 minor = ida_alloc_max(&binderfs_minors, in binderfs_binder_device_create()
424 minor = ida_alloc_max(&binderfs_minors, in binderfs_binder_ctl_create()
/linux-6.1.9/sound/soc/intel/avs/
Dutils.c207 ret = ida_alloc_max(adev->mod_idas[idx], max_id, GFP_KERNEL); in avs_module_id_alloc()
Ddsp.c306 id = ida_alloc_max(&adev->ppl_ida, fw_cfg->max_ppl_count - 1, GFP_KERNEL); in avs_dsp_create_pipeline()
/linux-6.1.9/drivers/net/phy/
Dfixed_phy.c247 phy_addr = ida_alloc_max(&phy_fixed_ida, PHY_MAX_ADDR - 1, GFP_KERNEL); in __fixed_phy_register()
/linux-6.1.9/drivers/platform/chrome/wilco_ec/
Dtelemetry.c367 minor = ida_alloc_max(&telem_ida, TELEM_MAX_DEV-1, GFP_KERNEL); in telem_device_probe()
Devent.c455 minor = ida_alloc_max(&event_ida, EVENT_MAX_DEV-1, GFP_KERNEL); in event_device_add()
/linux-6.1.9/drivers/gnss/
Dcore.c235 id = ida_alloc_max(&gnss_minors, GNSS_MINORS - 1, GFP_KERNEL); in gnss_allocate_device()
/linux-6.1.9/drivers/gpu/drm/nouveau/
Dnouveau_backlight.c50 const int nb = ida_alloc_max(&bl_ida, 99, GFP_KERNEL); in nouveau_get_backlight_name()
/linux-6.1.9/drivers/dax/
Dsuper.c448 minor = ida_alloc_max(&dax_minor_ida, MINORMASK, GFP_KERNEL); in alloc_dax()
/linux-6.1.9/drivers/ptp/
Dptp_clock.c220 index = ida_alloc_max(&ptp_clocks_map, MINORMASK, GFP_KERNEL); in ptp_clock_register()
/linux-6.1.9/fs/devpts/
Dinode.c538 index = ida_alloc_max(&fsi->allocated_ptys, fsi->mount_opts.max - 1, in devpts_new_index()
/linux-6.1.9/drivers/media/rc/
Dlirc_dev.c718 minor = ida_alloc_max(&lirc_ida, RC_DEV_MAX - 1, GFP_KERNEL); in lirc_register()
Drc-main.c1901 minor = ida_alloc_max(&rc_ida, RC_DEV_MAX - 1, GFP_KERNEL); in rc_register_device()
/linux-6.1.9/drivers/vfio/
Dvfio_main.c194 minor = ida_alloc_max(&vfio.group_ida, MINORMASK, GFP_KERNEL); in vfio_group_alloc()
410 ret = ida_alloc_max(&vfio.device_ida, MINORMASK, GFP_KERNEL); in vfio_init_device()
/linux-6.1.9/sound/soc/sof/
Dipc4-topology.c859 swidget->instance_id = ida_alloc_max(&fw_module->m_ida, max_instances, GFP_KERNEL); in sof_ipc4_widget_assign_instance_id()
1254 group_id = ida_alloc_max(&alh_group_ida, ALH_MULTI_GTW_COUNT - 1, in sof_ipc4_prepare_copier_module()
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/flower/
Dtunnel_conf.c998 ida_idx = ida_alloc_max(&priv->tun.mac_off_ids, in nfp_tunnel_add_shared_mac()
/linux-6.1.9/drivers/infiniband/core/
Duverbs_main.c1136 devnum = ida_alloc_max(&uverbs_ida, IB_UVERBS_MAX_DEVICES - 1, in ib_uverbs_add_one()
Duser_mad.c1281 devnum = ida_alloc_max(&umad_ida, IB_UMAD_MAX_PORTS - 1, GFP_KERNEL); in ib_umad_init_port()
/linux-6.1.9/arch/powerpc/platforms/powernv/
Dvas-window.c513 int winid = ida_alloc_max(ida, VAS_WINDOWS_PER_CHIP - 1, GFP_KERNEL); in vas_assign_window_id()
/linux-6.1.9/drivers/gpu/drm/
Ddrm_connector.c244 ret = ida_alloc_max(&config->connector_ida, 31, GFP_KERNEL); in __drm_connector_init()

12