/linux/drivers/gpu/drm/i915/selftests/ |
H A D | mock_region.c | 113 int instance = ida_alloc_max(&i915->selftest.mock_region_instances, in mock_region_create()
|
/linux/drivers/peci/ |
H A D | core.c | 59 ret = ida_alloc_max(&peci_controller_ida, U8_MAX, GFP_KERNEL); in peci_controller_alloc()
|
/linux/include/linux/ |
H A D | idr.h | 309 static inline int ida_alloc_max(struct ida *ida, unsigned int max, gfp_t gfp) in ida_alloc_max() function
|
/linux/drivers/char/ |
H A D | misc.c | 70 ret = ida_alloc_max(&misc_minors_ida, DYNAMIC_MINORS - 1, GFP_KERNEL); in misc_minor_alloc()
|
/linux/block/ |
H A D | bsg.c | 203 ret = ida_alloc_max(&bsg_minor_ida, BSG_MAX_DEVS - 1, GFP_KERNEL); in bsg_register_queue()
|
/linux/drivers/android/ |
H A D | binderfs.c | 133 minor = ida_alloc_max(&binderfs_minors, in binderfs_binder_device_create() 424 minor = ida_alloc_max(&binderfs_minors, in binderfs_binder_ctl_create()
|
/linux/sound/soc/intel/avs/ |
H A D | utils.c | 207 ret = ida_alloc_max(adev->mod_idas[idx], max_id, GFP_KERNEL); in avs_module_id_alloc()
|
H A D | dsp.c | 306 id = ida_alloc_max(&adev->ppl_ida, fw_cfg->max_ppl_count - 1, GFP_KERNEL); in avs_dsp_create_pipeline()
|
/linux/drivers/watchdog/ |
H A D | watchdog_core.c | 268 id = ida_alloc_max(&watchdog_ida, MAX_DOGS - 1, GFP_KERNEL); in ___watchdog_register_device()
|
/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_backlight.c | 51 const int nb = ida_alloc_max(&bl_ida, 99, GFP_KERNEL); in nouveau_get_backlight_name()
|
/linux/drivers/net/phy/ |
H A D | fixed_phy.c | 247 phy_addr = ida_alloc_max(&phy_fixed_ida, PHY_MAX_ADDR - 1, GFP_KERNEL); in __fixed_phy_register()
|
/linux/drivers/platform/chrome/wilco_ec/ |
H A D | telemetry.c | 366 minor = ida_alloc_max(&telem_ida, TELEM_MAX_DEV-1, GFP_KERNEL); in telem_device_probe()
|
H A D | event.c | 453 minor = ida_alloc_max(&event_ida, EVENT_MAX_DEV-1, GFP_KERNEL); in event_device_add()
|
/linux/drivers/gnss/ |
H A D | core.c | 234 id = ida_alloc_max(&gnss_minors, GNSS_MINORS - 1, GFP_KERNEL); in gnss_allocate_device()
|
/linux/drivers/staging/greybus/ |
H A D | authentication.c | 327 minor = ida_alloc_max(&cap_minors_map, NUM_MINORS - 1, GFP_KERNEL); in gb_cap_connection_init()
|
/linux/drivers/slimbus/ |
H A D | core.c | 439 ret = ida_alloc_max(&ctrl->laddr_ida, in slim_device_alloc_laddr()
|
/linux/fs/devpts/ |
H A D | inode.c | 519 index = ida_alloc_max(&fsi->allocated_ptys, fsi->mount_opts.max - 1, in devpts_new_index()
|
/linux/drivers/dax/ |
H A D | super.c | 466 minor = ida_alloc_max(&dax_minor_ida, MINORMASK, GFP_KERNEL); in alloc_dax()
|
/linux/drivers/rpmsg/ |
H A D | rpmsg_char.c | 444 ret = ida_alloc_max(&rpmsg_minor_ida, RPMSG_DEV_MAX - 1, GFP_KERNEL); in rpmsg_chrdev_eptdev_add()
|
/linux/drivers/media/dvb-frontends/ |
H A D | dvb-pll.c | 799 nr = ida_alloc_max(&pll_ida, DVB_PLL_MAX - 1, GFP_KERNEL); in dvb_pll_attach()
|
/linux/drivers/hwmon/ |
H A D | coretemp.c | 507 tdata->index = ida_alloc_max(&pdata->ida, pdata->nr_cores - 1, GFP_KERNEL); in init_temp_data()
|
/linux/drivers/media/rc/ |
H A D | lirc_dev.c | 723 minor = ida_alloc_max(&lirc_ida, RC_DEV_MAX - 1, GFP_KERNEL); in lirc_register()
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_acl_tcam.c | 64 id = ida_alloc_max(&tcam->used_regions, tcam->max_regions - 1, in mlxsw_sp_acl_tcam_region_id_get() 85 id = ida_alloc_max(&tcam->used_groups, tcam->max_groups - 1, in mlxsw_sp_acl_tcam_group_id_get()
|
/linux/fs/proc/ |
H A D | generic.c | 205 i = ida_alloc_max(&proc_inum_ida, UINT_MAX - PROC_DYNAMIC_FIRST, in proc_alloc_inum()
|
/linux/drivers/vfio/ |
H A D | group.c | 553 minor = ida_alloc_max(&vfio.group_ida, MINORMASK, GFP_KERNEL); in vfio_group_alloc()
|