/Linux-v5.15/drivers/greybus/ |
D | hd.c | 53 ret = ida_simple_get(id_map, cport_id, cport_id + 1, GFP_KERNEL); in gb_hd_cport_reserve() 92 return ida_simple_get(id_map, ida_start, ida_end, GFP_KERNEL); in gb_hd_cport_allocate() 165 ret = ida_simple_get(&gb_hd_bus_id_map, 1, 0, GFP_KERNEL); in gb_hd_create()
|
/Linux-v5.15/drivers/watchdog/ |
D | watchdog_core.c | 259 id = ida_simple_get(&watchdog_ida, ret, in __watchdog_register_device() 264 id = ida_simple_get(&watchdog_ida, 0, MAX_DOGS, GFP_KERNEL); in __watchdog_register_device() 277 id = ida_simple_get(&watchdog_ida, 1, MAX_DOGS, GFP_KERNEL); in __watchdog_register_device()
|
/Linux-v5.15/fs/ksmbd/mgmt/ |
D | ksmbd_ida.c | 10 return ida_simple_get(ida, from, to, GFP_KERNEL); in __acquire_id()
|
/Linux-v5.15/drivers/rpmsg/ |
D | rpmsg_char.c | 372 ret = ida_simple_get(&rpmsg_minor_ida, 0, RPMSG_DEV_MAX, GFP_KERNEL); in rpmsg_eptdev_create() 377 ret = ida_simple_get(&rpmsg_ept_ida, 0, 0, GFP_KERNEL); in rpmsg_eptdev_create() 488 ret = ida_simple_get(&rpmsg_minor_ida, 0, RPMSG_DEV_MAX, GFP_KERNEL); in rpmsg_chrdev_probe() 493 ret = ida_simple_get(&rpmsg_ctrl_ida, 0, 0, GFP_KERNEL); in rpmsg_chrdev_probe()
|
/Linux-v5.15/drivers/fsi/ |
D | fsi-occ.c | 583 occ->idx = ida_simple_get(&occ_ida, reg, reg + 1, in occ_probe() 586 occ->idx = ida_simple_get(&occ_ida, 1, INT_MAX, in occ_probe() 589 occ->idx = ida_simple_get(&occ_ida, 1, INT_MAX, in occ_probe() 593 occ->idx = ida_simple_get(&occ_ida, 1, INT_MAX, GFP_KERNEL); in occ_probe()
|
/Linux-v5.15/drivers/rtc/ |
D | class.c | 249 id = ida_simple_get(&rtc_ida, of_id, of_id + 1, GFP_KERNEL); in rtc_device_get_id() 255 id = ida_simple_get(&rtc_ida, 0, 0, GFP_KERNEL); in rtc_device_get_id()
|
/Linux-v5.15/drivers/staging/greybus/ |
D | fw-management.c | 165 ret = ida_simple_get(&fw_mgmt->id_map, 1, 256, GFP_KERNEL); in fw_mgmt_load_and_validate_operation() 316 ret = ida_simple_get(&fw_mgmt->id_map, 1, 256, GFP_KERNEL); in fw_mgmt_backend_fw_update_operation() 617 minor = ida_simple_get(&fw_mgmt_minors_map, 0, NUM_MINORS, GFP_KERNEL); in gb_fw_mgmt_connection_init()
|
D | audio_manager.c | 47 id = ida_simple_get(&module_id, 0, 0, GFP_KERNEL); in gb_audio_manager_add()
|
D | vibrator.c | 157 vib->minor = ida_simple_get(&minors, 0, 0, GFP_KERNEL); in gb_vibrator_probe()
|
D | gbphy.c | 228 id = ida_simple_get(&gbphy_id, 1, 0, GFP_KERNEL); in gb_gbphy_create_dev()
|
/Linux-v5.15/drivers/nvdimm/ |
D | dax_devs.c | 58 nd_pfn->id = ida_simple_get(&nd_region->dax_ida, 0, 0, GFP_KERNEL); in nd_dax_alloc()
|
/Linux-v5.15/drivers/slimbus/ |
D | core.c | 253 id = ida_simple_get(&ctrl_ida, 0, 0, GFP_KERNEL); in slim_register_controller() 439 ret = ida_simple_get(&ctrl->laddr_ida, in slim_device_alloc_laddr()
|
/Linux-v5.15/drivers/pps/clients/ |
D | pps_parport.c | 151 index = ida_simple_get(&pps_client_index, 0, 0, GFP_KERNEL); in parport_attach()
|
/Linux-v5.15/drivers/char/hw_random/ |
D | virtio-rng.c | 97 vi->index = index = ida_simple_get(&rng_index_ida, 0, 0, GFP_KERNEL); in probe_common()
|
/Linux-v5.15/drivers/thunderbolt/ |
D | nvm.c | 33 ret = ida_simple_get(&nvm_ida, 0, 0, GFP_KERNEL); in tb_nvm_alloc()
|
/Linux-v5.15/include/linux/ |
D | idr.h | 321 #define ida_simple_get(ida, start, end, gfp) \ macro
|
/Linux-v5.15/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_doorbell.c | 263 int r = ida_simple_get(&kfd->doorbell_ida, 1, kfd->max_doorbell_slices, in kfd_alloc_process_doorbells()
|
/Linux-v5.15/drivers/fpga/ |
D | fpga-region.c | 206 id = ida_simple_get(&fpga_region_ida, 0, 0, GFP_KERNEL); in fpga_region_create()
|
/Linux-v5.15/drivers/base/ |
D | soc.c | 142 ret = ida_simple_get(&soc_ida, 0, 0, GFP_KERNEL); in soc_device_register()
|
D | platform-msi.c | 229 datap->devid = ida_simple_get(&platform_msi_devid_ida, in platform_msi_alloc_priv_data()
|
/Linux-v5.15/net/xdp/ |
D | xdp_umem.c | 245 err = ida_simple_get(&umem_ida, 0, 0, GFP_KERNEL); in xdp_umem_create()
|
/Linux-v5.15/block/ |
D | bsg.c | 199 ret = ida_simple_get(&bsg_minor_ida, 0, BSG_MAX_DEVS, GFP_KERNEL); in bsg_register_queue()
|
/Linux-v5.15/drivers/firmware/arm_scmi/ |
D | bus.c | 184 id = ida_simple_get(&scmi_bus_id, 1, 0, GFP_KERNEL); in scmi_device_create()
|
/Linux-v5.15/tools/testing/radix-tree/ |
D | idr-test.c | 507 assert(ida_simple_get(&ida, 0, 20000, GFP_KERNEL) == i); in ida_simple_get_remove_test() 509 assert(ida_simple_get(&ida, 5, 30, GFP_KERNEL) < 0); in ida_simple_get_remove_test()
|
/Linux-v5.15/drivers/staging/fieldbus/anybuss/ |
D | arcx-anybus.c | 285 id = ida_simple_get(&controller_index_ida, 0, 0, GFP_KERNEL); in controller_probe()
|